﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
a
{
	color: #00F;
}
a:hover
{
	text-decoration: none;
}
table
{
	border-collapse: collapse;
}
h1
{
	font-size: 200%;
}
h2
{
	font-size: 150%;
}
h3
{
    font-size: 125%;
}
.top
{
	vertical-align: top;
}
.full
{
	width: 100%;
}
.half
{
	width: 50%;
}
.clear
{
	clear: both;
}
.accessible
{
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
