/*	tag-style	*/
a, div, table, td, span, ul, ol, body {
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
font-size : 11px;
line-height : 13px;
 }

/* color-styles */
.bluedark { background:#153B63; } /* navigation-background */
.blue { background:#829DBA; } /* header/language-background */
.bluelight { background:#DFE9F4; } /* bottom navigation */

/* font-styles */
.f11bluedarkbold {	
	font-size : 11px;
	line-height : 13px;
	color: #153B63;
	font-weight : bold;
}
.f11redbold {
	font-size : 11px;
	line-height : 13px;
	color: #8E2228;	
	font-weight : bold;
}
.f11whitebold {
	font-size : 11px;
	line-height : 13px;
	color: #FFFFFF;	
	font-weight : bold;
}
.f12bluedark {
	font-size : 12px;
	line-height : 15px;
	color: #153B63;
}
.f12bluedarkbold {
	font-size : 12px;
	line-height : 15px;
	color: #153B63;
	font-weight : bold;
}
.f16bluedarkbold {
	font-size : 16px;
	line-height : 18px;
	color: #153B63;
	font-weight : bold;
}