/*
*	btol specific
*	
*	font_1 == arial,helvetica
*	font_2 == verdana,arial,geneva
*	color_2 == #215563
*	color_8 == #FF0000
*	color_9 == #FFFFFF
*	color_10 == #000000
*/

/* - whiteLinks are dependent on color_2 and therefore realm specific - */
.whiteLinkTextSm {	font-family: verdana, arial, sans-serif;	font-size: 7.5pt;	line-height: 11px; }
.whiteLinkTextMd {	font-family: verdana, arial, sans-serif;	font-size: 10pt;	font-weight: bold; }
.whiteLinkTextLg {	font-family: verdana, arial, sans-serif;	font-size: 12pt;	font-weight: bold; }
.whiteLink {		background-color: #215563;	color: #FFFFFF; }
A.whiteLink:link, A.whiteLink:visited {	color: #FFFFFF; }
A.whiteLink:hover {	text-decoration: underline; }


