html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }



body
{ 
background-image:url('images/background.gif');
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center;
 
}

.sitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
	color: #333333;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.sitetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #f79418;
}
.whatnewtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	color: #333333;
}
.sitesubtitles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	color: #0071bc;
}
a:hover {
	color: #0071bc;
}

a:link {
	color: #be1e2d;
}
a:visited {
	color: #be1e2d;
}
