body {
	background-color: #202773;
	margin: 0px;
	padding: 0px;
	}

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

h4 {
	font-size: 14px;
	font-style: italic; 
	font-weight: bold;
	color: #202773;
	margin: 5px; 
	padding: 5px;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #202773;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #202773;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #202773;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #19570E; 
	}

a.menu:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff; 	
	}		
a.menu:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}		
a.menu:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	}

.mainText {
	margin: 5px; 
	padding: 5px;
	text-align: justify;
	}
	
.insidePageText {
	padding-left: 300px;
	font-size: 12px;
	}
	
.biggerText {
	font-size: 12px;
	}

.contactButton { 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: normal; 
	background-color: #185F8D;
	border: 1px solid #595959;
	}

.contactInput { 
	background-color: #FFFFFF; 
	border: 1px solid #595959;
	} 
	
.tableText {
	font-size: 12px; 
	font-weight: bold;
	color: #ffffff;
	} 

#mainbg {
	background-image: url(images/main_bgpic.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;		
	}
	
#brokerbg {
	background-color: #F1F3FE;
	background-image: url(images/broker_bg.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;		
	}

#container {

	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	background-color: #ffffff;
	}