/* 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: #E57301;
	text-decoration: none; }

A:hover {
	color: #E57301;
	text-decoration: underline; }

.ComingSoon {
	font-family: Arial, Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #DDDDDD; }

.MediumNormal {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #666666; }


/* Headings and titles */

.PageHeading {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #CC9933;
	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; }


