body {
	background-image: url(theme/background.gif);
	background-color: #FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0A246A;
}

.rollover
{
width: 200px;
height: 30px;
border: none;
padding: 7px;
margin: 0px;
font-family: verdana;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
background: url(./theme/button.jpg) no-repeat 0px 0px;
}
a.rollover:link 
{
font-weight: bold;
color: #ffffff;
background: url(./theme/button.jpg) no-repeat 0px 0px;
}
a.rollover:active
{
font-weight: bold;
color: #ffffff;
background: url(./theme/button.jpg) no-repeat 0px -60px;
}
a.rollover:hover
{
font-weight: bold;
color: #ffffff;
background: url(./theme/button.jpg) no-repeat 0px -30px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
	color: #0000C0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #336600;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000C0;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	color: #0000C0;
	list-style-type: disc;
}
