html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
.fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/bullet.jpg);
}
.bkgrd {
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat;
}
.bullets {
	list-style-image: url(images/bullet.jpg);
}


a:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;

}
a:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;

}
a:hover {
	font-size: 12px;
	color: #8A7ABA;
	text-decoration: none;

}

#menu a:link, #footer a:link  {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
#menu a:visited, #footer a:visited  {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover, #footer a:hover  {
	font-size: 12px;
	color: #8A7ABA;
	text-decoration: none;
	font-weight:bold;
}
			
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

