body {	
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	color: #000; 
	}

h1 {	
	font-size: 18px;
	color: #000;
	}

h2 {	
	font-size: 14px;
	color: #06408b;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #06408b;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #06408b;
	}	

a:hover {
	font-weight: normal; 
	text-decoration: none;	
	color: #06408b; 
	}

a.side:link {
	font-weight: bold; 
	text-decoration: none;
	font-size: 16px; 
	color: #06408b;
	} 	
a.side:visited {
	font-weight: bold; 
	text-decoration: none; 
	font-size: 16px;
	color: #06408b;
	}	

a.side:hover {
	font-weight: bold; 
	text-decoration: underline;
	font-size: 16px; 
	color: #06408b; 
	}

.small {
	font-size: 10px;
	color: #707070;
	}
	
.white {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
	
.contactInput {
	border: 1px solid #06408b;
	background-color: #fff;
	}

.contactButton {
	border: 1px solid #000;
	background-color: #06408b;
	color: #fff;
	font-weight: bold;
	}
	
#flashcontent {	
	width: 1000px;
	height: 322px;			
	}