/* General, universal */

p, ul, li, ol, dl, dd, center, blockquote, th, td {
	font-family: Arial, Helvetica;
	font-size: 13px; }

A:link, A:visited, A:active {
	color: #0000CC;
	text-decoration: none; }

A:hover {
	color: #0000CC;
	text-decoration: underline; }

A.FooterLinks:link, A.FooterLinks:visited, A.FooterLinks:active {
	color: #FFFFFF;
	text-decoration: none; }

A.FooterLinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }

.AdminLinks {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal; }

.datesmallgray {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #999999; }

.FooterText {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666; }

.newsbox {
	font-family: Arial, Verdana;
	font-size: 11px; }


/* Headings and titles */

.PageHeading {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #003399;
	font-weight: bold; }

.SubHeading {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #18499C;
	font-weight: normal; }

.WhiteHeading {
	font-family: Arial, Helvetica;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold; }


/* Form fields and buttons */

input { 
	font-family: arial, sans-serif;
	font-size: 13px; }

textarea.notes { 
	font-family: arial, sans-serif;
	font-size: 13px; }

input.button1 { 
	background-color: #000066;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	cursor: hand; }

input.adminbutton1 { 
	background-color: #000099;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	cursor: hand; }

input.ActiveButton { 
	background-color: #000099;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	cursor: hand; }

input.InactiveButton { 
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	cursor: hand; }

