/* CSS Document */
body {
	font-family: Arial;
	font-size: 11px;
	background-color:#FFCC99;
	color: #000000;
}
.textbox {
	font-family: Arial;
	font-size: 12px;
	border:1px solid #cccccc;
}
.button {
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	background-color:#000099;
	color: #ffffff;
}
.links {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a.links:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0000ff;
	text-decoration:underline;
}
a.links:visited {
	font-family: Arial;
	font-size: 12px;
	color:#CC0099;
	text-decoration:none;
}
.heading {
	font-family: Verdana;
	font-size:20px;
	font-weight:bold;
	color: #000099;
	text-decoration:none;
}
a.heading:hover {
	font-family: Verdana;
	font-size:20px;
	font-weight:bold;
	color: #0000ff;
	text-decoration:underline;
}
.smalltext {
	font-family: Arial;
	font-size:9px;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
	line-height:20px;
}
.topbrownhead {
	font-family: Arial;
	font-size: 12px;
	background-color: #000066;
	color:#ffffff;
}
.largebutton {
	font-family: Verdana;
	font-size: 14px;
	background-color:#9966CC;
	color: #ffffff;
	font-weight: bold;
	height:30px;
	width:200px;
}
.newsletter-head {
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
.topheading {
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color:#990000;
}