	/*  the style(s)  */
body {
	background-color: #0A3C7A;
	margin: 0px;
	}
.header {
	background-color: #0A3C7A;
	}
.header img {
	float: left;
	border: none;
	}
.body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #CECECE;
	background-color: #0A3C7A;
	padding: 30px;
	width: 600px;
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	}
.body a, .body a:visited, .body a:link, .body a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #82C34E;
	}
.body a:hover {
	text-decoration: underline;
	color: #6699CC;
	}
	
.footer a, .footer a:visited, .footer a:link, .footer a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #82C34E;
	}
.footer a:hover {
	text-decoration: underline;
	color: #6699CC;
	} */
	
.headline {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #006699;
	padding: 3px;
	}
.bold {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #003366;
	}
.note {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #6699CC;
	border: 1px dashed #82C34E;
	padding: 5px;
	}
.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	color: #82C34E;
	background-color: #0A3C7A;
	padding: 10px;
	border-top: 1px solid #006699;
	}
.hidden {
	display: none;
	}
.input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #82C34E;
	background-color: #0A3C7A;
	padding: 0px;
	margin: 5px;
	border: 2px solid #006699;
	}
/* ********************************* */
/*         NAVIGATION                */
/* ********************************* */
#menu {
	width: 150px;
	text-align: left;
	background: #0A3C7A;
	border-bottom: 1px solid #006699;
	/* border-top: 1px solid #006699; */
	margin: 25px 0px 0px 0px;
	padding: 0px;
	}
#menu p {
	width: 150px;
	margin: 0px;
	border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #82C34E;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
#menu a:hover {
	background: #006699;
	color: #82C34E;
	text-decoration: none;
	}
/* 
logo/border color [green]: #82C34E
text color [grey]: #CECECE
link color [blue]: #6699CC
background color [blue]: #0A3C7A
outline color [blue]: #006699
*/
