html {
	height: 100%;
	scrollbar-track-color: #e22829;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #e22829;
	background-color:#e22829;
	font-family:Century Gothic, Arial;
	font-weight:bold;
}

body
{
	padding-top:30px;
	background-color:#e22829;
	color:#e22829;
}

.homeFont
{
	font-size:11pt;
	font-weight:bold;
	color:white;
}

A:hover
{
color:black;
}

A.homeFont
{
	font-size:11pt;
	font-weight:bold;
	color:white;
}
A.homeFont:hover
{
	text-decoration:underline;
}

.topMenuFontActive
{
	font-size:11pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
	text-transform: uppercase;
	

}

A.topMenuFont
{
	font-size:11pt;
	font-weight:bold;
	color:black;
	text-decoration:none;
	text-transform: uppercase;
}
A.topMenuFont:hover
{
	text-decoration:underline;
	text-transform: uppercase;
}


.fontNormal
{
	font-size:10pt;
	font-weight:bold;
	color:White;
}

.fontNormal A
{
	font-size:10pt;
	font-weight:bold;
	color:White;
	text-decoration:underline;
}


.fontBlack
{
	color:Black;
}

.fontSmaller
{
	font-size:9pt;
	font-weight:normal;
	color:White;
}

A.fontNormal
{
	text-decoration:none;
}

A.fontNormal:hover
{
	text-decoration:underline;
}

.biggerBlack
{
	font-size:16pt;
	font-weight:bold;
	color:Black;
}

.fontLarge
{
	font-size:20pt;
	color:White;
}