body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	color: #FFFFFF;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #4E5C83;
}

p, td, li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: normal;
	 }

a:link { color: #FFFFFF; text-decoration: underline }
a:visited { color: #FFFFFF; text-decoration: underline }
a:hover { color: #EEEEEE; text-decoration: underline }
a:active { color: #CCCCCC; text-decoration: underline }

H1 {

	font-size: 130%;
	font-weight: bold; 
	color: #EEEEEE;
}

H2 {

	font-weight: bold;

}

.footer { 
	color: #FFFFFF; 
	font-size: 95%; 
	}
	
.footer a:link  { color: #FFFFFF; text-decoration: none }
.footer a:visited  { color: #FFFFFF; text-decoration: none }
.footer a:hover { color: #DDC02E; text-decoration: none }
.footer a:active  { color: #DDC02E; text-decoration: none }

.footerCopyright { 
	color: #B0BFF0; 
	font-size: 85%; 
	}

	
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}

.smTextBold {
	font-size: 95%;
	font-weight: bold;
}

.smTextItalic {
	font-size: 95%;
	font-style: italic;
}

.borderWhite {
	border: 1px solid #FFFFFF;
}

.textSmall {
	font-size: 85%;
}
.textSmaller {
	font-size: 75%;
}

.boldBig {
	font-size: 105%;
	font-weight: bold;
}
.boldSmall {
	font-size: 85%;
	font-weight: bold;
}
