/* standard-tag-style	*/
a, div, table, td, span, ul, ol, body {
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
font-size : 11px;
 }
body { background : #FFFFFF; }

/* standard-background-color-styles */
	/* blue-styles */
.buttonblue { background:#B4C6D9; }
.buttonactiveblue { background:#8CA8C5; }
.buttonoverblue { background:#A0B7CF; }
.blue { background:#B4C6D9; }
.bluedark { background:#153B63; }
.bluelight { background:#DFE9F4; }
.bluemedium { background:#829DBA; }
	/* navigation-styles */
.nav { background:#153B63; }	
.navactive { background:#2269B5; }
.navover { background:#1B528C; }
.navline { background:#B4C6D9; }
	/* grey-styles */
.lightgrey  { background:#D3D3D3; }
.tabgrey1 { background:#F1F1F1; }
.tabgrey2  { background:#DDDDDD; }
.white { background : #FFFFFF; }
	/* red-styles */
.red { background : #EF2614; }



/* standard-content-fonts */
.f11bluedark {	
	font-size : 11px;
	line-height : 13px;
	color: #153B63;
}
.f11bluedarkbold {	
	font-size : 11px;
	line-height : 13px;
	color: #153B63;
	font-weight : bold;
}
.f11navactivebluebold {	
	font-size : 11px;
	line-height : 13px;
	color: #2269B5;
	font-weight : bold;
}
.f11white {
	font-size : 11px;
	line-height : 13px;
	color: #FFFFFF;
}
.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;
}
.f13bluedarkbold {
	font-size : 13px;
	color: #153B63;
	font-weight : bold;
}
.f12white {
	font-size : 12px;
	line-height : 15px;
	color: #FFFFFF;
	font-weight : normal;
}
.f12whitebold {
	font-size : 12px;
	line-height : 15px;
	color: #FFFFFF;
	font-weight : bold;
}
.f13whitebold {
	font-size : 13px;
	line-height : 15px;
	color: #FFFFFF;
	font-weight : bold;
}

/* standard-content-headlines */
.f20bluedarkbold {
    font-size : 20px;
    line-height : 38px;
    color : #153B63;
    font-weight : bold;
}
.f20whitebold {
	font-size : 20px;
	line-height : 38px;
	color : #FFFFFF;
	font-weight : bold;
}
.f16whitebold {
	font-size : 16px;
	color : #FFFFFF;
	font-weight : bold;
}

/* standard-popup-headlines */
.f16bluedarkbold {
	font-size : 16px;
	line-height : 19px;
	color: #153B63;
	font-weight : bold;
}

/* standard-menu-font styles */
.menulink {
	font-size : 11px;
	line-height : 15px;
	color: #FFFFFF;	
}
.menusubheadline {
	font-size : 11px;
	line-height : 17px;
	color: #FFFFFF;	
	font-weight : bold;
}
.menuheadline {
	font-size : 13px;
	line-height : 17px;
	color: #FFFFFF;
	font-weight : bold;
}
.extramenulink {
	font-size : 11px;
	line-height : 15px;
	color: #153B63;
}
.extramenuheadline {
	font-size : 11px;
	line-height : 17px;
	color: #153B63;
	font-weight : bold;
}

/* standard-header-font styles */
.headerwhite {
	font-size : 10px;
	line-height : 11px;
	color: #FFFFFF;	
	margin-right : 9px;
}
.headerblue {
	font-size : 11px;
	line-height : 11px;
	color : #153B63;
	margin-right : 24px;
}