p {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 10pt;
}

A:link {
	font-weight : bold;
	color : #D90000;
	text-decoration : none;
}

A:visited {
	font-weight : bold;
	color : #666666;
	text-decoration : none;
}

A:hover {
	font-weight : bold;
	color : White;
	background-color : #D90000;
	text-decoration : none;
}

A.navbar:LINK {
	font-weight : bold;
	color : white;
	text-decoration : none;
	background-color : Black;
}

A.navbar:VISITED {
	font-weight : bold;
	color : white;
	text-decoration : none;
	background-color : Black;
}

A.navbar:HOVER {
	font-weight : bold;
	color : CC0000;
	text-decoration : none;
	background-color : Black;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #D90000;
}
ul {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 13px;

}
.date {

	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 11px;
	font-weight:bold;
}

.table {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 10pt;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #D90000;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
}

.shout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}


.list {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12pt;
}

TD.DataA {
			background:#EBEBEB;
			color:black;
			font-family: "Trebuchet MS", Sans-Serif;
			font-size: 10pt;
		}
TD.DataB {
			background:#FFFFFF;
			color:black;
			font-family: "Trebuchet MS", Sans-Serif;
			font-size: 10pt;
		}


#coolmenu{
width: 182px;
background-color: #FFFFFF;
}

#coolmenu a{
font: bold 16px Georgia;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #D90000;
text-decoration: none;
text-align:left
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #D90000;
color: white;
}


.sidehed  {
font: bold 16px Georgia;
padding: 2px;
padding-left: 4px;
width: 100%;
color: #000000;
text-decoration: none;
text-align:left
}

