/* CSS Document */

body,td,th {
	font-family: arial;
	font-size: 14px
	color: #333333;
}

#fullheight {height: 100%}

.content {
font-size: 13px;
	color: #333333;}
	
a:link {
	color: #CC3300;
	text-decoration:none;
}
a:visited {
	color: #CC3300;
	text-decoration:none;
}
a:hover {
	color: #003366;
	text-decoration:none;
}
a:active {
	color: #CC3300;
	text-decoration:none;
}
a.topnav:link {
	font-size: 16px;
	color: #999999;
	font-weight: 600;
	text-decoration:none;
}
a.topnav:visited {
	font-size: 16px;
	font-weight: 600;
	color: #999999;
	text-decoration:none;
}
a.topnav:hover {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	text-decoration:none;
}
a.topnav:active {
	font-size: 16px;
	color: #999999;
	text-decoration:none;
	font-weight: 600;
}


.bottom {
	font-size: 11px;
	color: #CC3300;
}

a.bottom:link {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a.bottom:visited {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
a.bottom:hover {
	font-size: 10px;
	color: #666633;
	text-decoration:none;
}
a.bottom:active {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
