
/* BODY ########################################################################### */

body
	{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #17495D;
	overflow: auto;
	}

ul { list-style-type: circle; margin-left:20px; }
li {margin-bottom:10px;}

/* ID ######################################################################### */

#cellLeft { background-color: #EEECE7;}
#cellContent { padding-left:95px; padding-top:20px; }

/* TEXT ########################################################################### */

.text, .text a:link, .text a:visited, .text a:hover {
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 11.5px;
	text-decoration: none;
	/*line-height:18px;*/
}	

.text a:link, .text a:visited {	text-decoration: underline; }	
.text a:hover {	color: #846319;	text-decoration: none; }



/* TITLE ########################################################################## */

.title1, .title1 a:link, .title1 a:visited, .title1 a:hover {
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #574F3D;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}	

.title a:link, .title a:visited { text-decoration: none; }	
.title a:hover { color: #000000; text-decoration: none;}

/* FOOTER ######################################################################## */

.footer, .footer a:link, .footer a:visited, .footer a:hover {
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #EEECE7;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
}	

.footer a:hover { color: #FFFFFF; }
