body {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #F0EE00;
	background-color: #9DB9F4;
	background-image:url(/images/bkgrd/yellow_blue.jpg);
	}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #F0EE00;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #F0EE00;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #F0EE00;
	}
.center {
	text-align: center;
	}

table {
	font-size: 8pt;
	text-align: center;
	border-color: #060B2D;
	}

.noborder {
	border-width: 0px;
	}

td {
	background-color: #024AE3;
	cellspacing: 0px;
	}

.contents {
	position: absolute;
	top: 10px;
	left: 225px;
	width: 68%;
	padding: 10px;
	border-style: single;
	border-width: 3px;
	border-color: #060B2D;
	}

.menu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 205px;
	text-align: center;
	}

input, select, textarea {
	background-color: #9DB9F4;
	border-style: double;
	border-width: 3px;
	border-color: #c3c3c3;
	
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #F0EE00;
	}

a img {
	border-width: 2px;
	border-color:#060B2D
	}