.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 0.01em;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.subheaderwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}

.bigwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 15px;
}

.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 14px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
}


.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002562;
	line-height: 22px;	
}

a.one:link {color: #CC0000; text-decoration:underline}
a.one:visited {color: #660066; text-decoration:underline}
a.one:hover {color: #FFCC00; text-decoration:underline}

a.twoblue:link {color: #002562; text-decoration:none}
a.twoblue:visited {color: #660066; text-decoration:none}
a.twoblue:hover {color: #0033CC; text-decoration:underline}

body { background-image: url(images/kokabg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#D41A1B;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#FFFF66;}

