
/* Main */
html {
height:100%;
padding-bottom: .005em;
}

body
{
scrollbar-face-color: #dadada;
scrollbar-highlight-color: #dadada;
scrollbar-shadow-color: #787878;
scrollbar-3dlight-color: #787878;
scrollbar-arrow-color: #787878;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}


/* Forms */

td
{
	color: #000000;
	font-size: 10pt;
	font-family: verdana,arial, sans-serif;
}

.small
{
	color: #000000;
	font-size: 8pt;
	font-family: verdana,arial, sans-serif;
}

.white
{
	color: #ffffff;
	font-size: 11px;
	font-family: verdana,arial, sans-serif;
}


.FontContentHeader
{
	color: #000000;
	font-size: 12pt;
	font-family: trebuchet ms, verdana,arial, sans-serif;
	border-bottom: 1px solid #c40000;
}

h2
{
	color: #000000;
	font-size: 10pt;
	font-weight: 600;
	font-family: verdana,arial, sans-serif;
}


/* links */
a
{
	text-decoration: underline;
	color: #0000cc;
}

a:link
{
	color: #0000cc;
}
 
a:active
{
	color: #0000cc;
}

a:hover
{
	text-decoration: none;
	color: #0000cc;
}


.TopMenu
{
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
}

.TopMenu:link
{
	color: #ffffff;
}
 
.TopMenu:active
{
	color: #ffffff;
}

.TopMenu:hover
{
	text-decoration: underline;
	color: #ffffff;
}


.SubMenu
{
	font-weight: 600;
	text-decoration: none;
	color: #771C2D;
}

.SubMenu:link
{
	color: #771C2D;
}
 
.SubMenu:active
{
	color: #771C2D;
}

.SubMenu:hover
{
	text-decoration: underline;
	color: #771C2D;
}



/* Forms */
 
.NewsletterInput 
{
	color: #000000;
	font-size: 11px;
	font-family: verdana,arial, sans-serif;
	background-color: #ffffff;
	border-right: #000000 thin solid;
	border-left: #000000 thin solid;
	border-top: #000000 thin solid;
	border-bottom: #000000 thin solid;
	border: 1px solid;
}
 
.headerinput
{
	color: #000000;
	font-size: 11px;
	font-weight: 600;
	font-family: verdana,arial, sans-serif;
	background-color: #f1c123;
	border-right: #000000 thin solid;
	border-left: #000000 thin solid;
	border-top: #000000 thin solid;
	border-bottom: #000000 thin solid;
	border: 1px solid;
}

