

html { overflow-y:scroll; } /* ff scroll jump fix */ 

a {outline:none;} /* ff outline fix */ 

h1 {
	font-family: 'Bradley Hand ITC'; 
	font-weight: bold; 
	color: #990000; 
	font-size: large;
}

h2 {
	font-family: 'Bradley Hand ITC'; 
	font-weight: bold; 
	color: #990000; 
	font-size: medium;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bg {
	background-color: #e1e1e1;
}
.bodytext a {
	font-size: 11px;
}

td {
	font-size: 12px;
}

a 
{
	color: #990000; 
}


body {
	font-family: Arial, Helvetica, sans-serif;
}

