/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 ;
	margin: 5px auto 5px auto;
	text-align: center;
	font-size: 12px;
	}

#frame {
	width: 728px;
	}
/* #head {
	background-color: #0066FF;
	height: 75px;
	width: 100%;
	vertical-align: middle;
	line-height: 75px;
	border: 1px solid #0000FF;
	}
*/
#head {
	width: 100%;
	margin-bottom: 0px;
	font-weight: bold;
	color: #E9592F;
	border: 1px solid #004E82;
	background:#0066FF;
}
img#logo {
	margin: 10px;
	}

.navbar {
	background: #0099FF;
	text-align: right;
	border: 1px solid #004E82;
	font-family: tahoma;
	font-size: 8pt;
	color: #004E82;
	border-top: 0;
	width: 100%;
}

#navbar {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-color: #0099FF;
	width: 100%;
	}
a.nav:link, a.nav:visited {
	text-decoration: underline;
	text-align: center;
	color: #FFFFFF;
	}
a.nav:hover {
	color: #0000FF;
	}
#navbar ul {
	list-style: none;
	display: inline;
	}

#navbar ul li {
	display: inline;
	}
#content {
	margin-top: 15px;
	background-color: #0099FF;
	border: 1px solid #004E82;
	}
#maintable {
	margin: 10px;
	}
td.area {
	background-color: #FFFFFF;
	border: 1px solid #004E82;
	}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 15px;
	background-color: #0099FF;
	border: 1px solid #004E82;
	}
a:link, a:visited {
	color: #0066FF;
	}
a:hover {
	color: #0000FF;
	}

/*  Previous Styles */
.t {
	font-family: Terminal, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 24px;
}
.t2 {
	font-family: Terminal, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	background-color: #FF0000;
	line-height: 24px;
}
.h {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	line-height: 24px;
	margin-bottom: 5px;
}
.i {
	font-family: Terminal, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: white;
}
.b {
	font-family: Terminal, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0066FF;
	line-height: 18px;
}

