@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #333333;
}

a:link {
	color: #C00A21;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #C00A21;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #D4D017;
	text-decoration: none;
	font-weight: bold;
}

.normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.normalbold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C00A21;
}

.normal a:link {
	color: #C00A21;
	text-decoration: none;
	font-weight: bold;
}

.normal a:visited {
	color: #C00A21;
	text-decoration: none;
	font-weight: bold;
}

.normal a:hover {
	color: #D4D017;
	text-decoration: none;
	font-weight: bold;
}

.byline {
	color: #C00A21;
	font-weight: bold;
}

.headlines {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.headlines a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.headlines a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.headlines a:hover {
	color: #D4D017;
	text-decoration: none;
	font-weight: bold;
}
a {
   outline: none;
}