/* CSS Document */

body{
	color:#000000;
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

a.topnav{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
a:hover.topnav{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}

td.boxed{
	border-style:solid; 
	border-width:1px; 
	border-color:#333333;
}

table.content{
	height:300px;
}

h1{
	font-family:tahoma,Arial;
	font-weight:bold;
	color:#600036;
	font-size:18px;
}