
a:link {
	color: #BB9153;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;

}
a:visited {
	color: #BB9153;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;

}
a:hover {  
	font-weight: normal;
	line-height: 1.3;
	text-decoration: underline;
	color: #000000

}

a:active {
	color: #000000;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;


}


.body {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #0E156D;
	line-height: 1.3;
	margin: 0; 
}


.body_white {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #FFFFFF;
	line-height: 1.3;
	margin: 0; 
}

.body_blue {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #0E156D;
	line-height: 1.3;
	margin: 0; 
}

.body_blue_large {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 15px;
	font-weight: normal;
	color : #0E156D;
	line-height: 1.3;
	margin: 0; 
}

.header {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 15px;
	font-weight: bold;
	color : #661600;
	line-height: 1.4;
}
.subhead {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 14px;
	font-weight: bold;
	color : #661600;
	line-height: 1.4;
}


.copyright {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 10px;
	font-weight: normal;
	color : #0E156D;
	line-height: 1.3;
	
}


