/* 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: #D95D00;
	text-decoration: underline; }

A:hover {
	color: #315184;
	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; }

.FooterText {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF; }

.NormalSmall {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal; }

.PartnersSmall {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal; }

.optional {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666; }

.devalert {
	font-weight: bold;
	color: #FF0000; }


/* Headings and titles */

.PageHeading {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #315184;
	font-weight: bold; }

.SubHeading {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #18499C;
	font-weight: normal; }


/* 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; }

