a {
	font-family: Verdana, Arial, Helvetica, 

sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

A:link {color: #990000;}        
A:active {color: #990000;} 
A:visited {color: #550000;}
A:hover {color: #e00000;}
h1 {
	font-family: Verdana, Arial, Helvetica, 

sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, 

sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


body {
margin: 0;
leftmargin: 0; 
topmargin: 0;
margin: 0;
background-color: #eeddaa; 
scrollbar-face-color: #660000;
scrollbar-shadow-color: #660000;
scrollbar-highlight-color: #800000;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color: #660000;
scrollbar-track-color: #eeddaa;
scrollbar-arrow-color: #eeddaa;
}




h3 {
	font-size: 14px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* button styles http://sophie-g.net/jobs/css/e_buttons.htm */
.specialButton {
font-family: sans-serif;
line-height: normal !important;
font-size: 130% !important;
}
.specialButton a:hover, .specialButton a:active {
color: #000000 !important;
background-color: #660000;
}
a.button, a.buttonDis {
display: block;
background-color: #ffffff;
/*background-image: url(buttonBackground.gif); */
/*background-repeat: no-repeat; */
width: 360px;
height: 28px;
margin: 5px auto;
padding: 0px 0 0 0;
text-align: left;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
background-color: #660000;
color: #ffffff;
text-decoration: underline;
}
a.button:hover, a.button:active {

background-color: #ffffff;
background-position: 0 0px;
color: #000000;
text-decoration: underline;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 0px;
color: #000000 !important;
cursor: default;
}



