body
{
	font-family: Verdana, Arial;
	font-size: 12px;
}
	

table
{
	border-collapse:collapse;
	font-family: Verdana, Arial;
	font-size: 12px;
}

table h1 {
	font-size: 16px;
}

table h2 {
	font-size: 14px;
}



form
{
	margin: 20px;
}

th 
{
	background-color: #DDDDDD;
	font-weight: 1000;
	text-align: center;
	vertical-align: middle;
}

fieldset, input {
	border: 1px solid black;
	margin-top: 2px;
}



table,th, td
{
	border: 1px solid black;
	padding: 3px
}

.navigation
{
	text-align: center;
}

td.navigation
{
	height:50px;
	vertical-align: middle;
}

a.navigation
{
	font-size: 12px;
}


h2
{
	font-size: 25px;
	margin: 25px;
	text-align: center;
	color: #3333FF;
}

h3
{
	font-size: 20px;
	margin: 15px;
	text-align: center;
	color: #3333FF;
}

a { font-size: 10px; font-family: Verdana }
a:link { color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#666666;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */
