/*General Styles*/
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : url(images/background.gif);
}

td{
	vertical-align : top;
	font-family : inherit;
}
	
P{
	font-family : inherit;
	font-size : inherit;
	text-indent : 20px;
}

A:LINK{
	color : #003300;
	text-decoration : none;
	font-family : inherit;
}

A:VISITED{
	color : #003300;
	text-decoration : none;
	font-family : inherit;
}

A:HOVER {
	color : #003300;
	text-decoration : underline;
	font-family : inherit;
}


/*Names Styles*/

#maintable {
	width : 740px;
	height : 600px;	
	border : 1px solid #FFCC99;
	background-color : White;
	font-family : inherit;
	font-size : 12px;
}

.maintext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.frontpage{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-style : italic;
}

.navbar{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
}