/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00;
}
body {
	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
td#content {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
td#rightnav {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 150px;
}
td#rightnav li {
	height: 16px;
	width: 150px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	list-style-type: none;
	margin: 0px;
	
}
td#rightnav li  a {
padding-left: 10px;
	text-decoration: none;	
	height: 16px;
	width: 140px;
	display:block;
}
td#rightnav li  a:hover {
	text-decoration: none;
	height: 16px;
	width: 140px;
	display:block;
	color: #000066;
	background-color: #FFFF00;
}

td#rightnav ul {
	margin: 0px;
	padding: 0px;
}

