/* CSS Document */
.body
{
	background-color:#000066;
}

.t1
{
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.t2
{
	font-size:24px;font-weight:bold;
}

.t3
{
	font-size:16px;
}

.t4
{
	font-size:12px;
	font-weight:bold;
}

.label
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.table
{
	background-color:#FFFFFF;
	border:solid 10px;
	border-color:#000033;
}

ul.list-one
{
	list-style:none; /* remove the bullets */
	margin:0px; /* remove the automatic margin that some browsers use for the text indent */
	padding:0px; /* remove the automatic padding that other browsers for the text-indent */
}

#menu li a
{
	text-decoration:none;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000099;
	color:#FFFFFF;
	display:block; /* creates a line break before and after the element */
	width:150px;
	padding:10px;
	margin-bottom:10px;
	border:double;
	border-color:#000033;
}

#menu li a:hover
{
	text-decoration:none;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000066;
	display:block; /* creates a line break before and after the element */
	width:150px;
	padding:10px;
	margin:10px;
	border:double;
	border-color:#000033;
}

.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:17px;
	border:groove;
	border-color:#000099;
	background-color:#9797FF;
	margin-top:20px;
	margin-right:30px;
	margin-bottom:30px;
	float:inherit;
	text-align:center;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link
{
	color:#000033;
	text-decoration:none;
}
a:visited
{
	color:#000033;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	color:#0000CC;
}
a:active
{
	color:#0000CC;
	text-decoration:none;
}
