body, td, th, input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

a, a:active, a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #C00;
}

form {
	margin: 0px;
}

.error {
	font-family: Arial, Tahoma, Verdana, Helvetica, Serif;
	color: red;
}

h1, .txtHeading1, a.txtHeading1, a.txtHeading1:active, a.txtHeading1:visited {
	font-family: Verdana, Arial Black, Arial, Helvetica, sans-serif;
	color: #C00;
	font-size : 14px;
	font-weight: bold;
	margin: 0px;
}

h2, .txtHeading2, a.txtHeading2, a.txtHeading2:active, a.txtHeading2:visited  {
	font-family: Verdana, Arial Black, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h3, .txtHeading3, a.txtHeading3, a.txtHeading3:active, a.txtHeading3:visited  {
	font-family: Verdana, Arial Black, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 31px;
	font-style:italic;
	margin: 0px;
}

h4, .txtHeading4, a.txtHeading4, a.txtHeading4:active, a.txtHeading4:visited  {
	font-family: Verdana, Arial Black, Arial, Helvetica, sans-serif;
	color: #DF5701;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

h5, .txtHeading5, a.txtHeading5, a.txtHeading5:active, a.txtHeading5:visited  {
	font-family: Verdana, Arial Black, Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

hr 
{
	border-bottom:1px dashed #cccccc;
	color:#ffffff;
	margin: 0px;
}

small {
	font-size: .7em;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.CopyRight, a.CopyRight:Link, a.CopyRight:Hover, a.CopyRight:Active, a.CopyRight:Visited
	{
	text-decoration: none;
	color: #000000;
	}

.SiteLink
{
	font-style: italic;
	color: #C00;
}

#navigation1, #navigation2 {
	color: White;
}
	
#navigation1 a, #navigation1 .active, #navigation1 .visited, #navigation2 a, #navigation2 .active, #navigation2 .visited {
	color: white;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana, Helvetica, Serif;
	font-size: 12px;
}

#navigation1 a:hover, #navigation2 a:hover {
	text-decoration: underline;
}

.pushButton 
{
	background-color: #DF5701;
	color: White;
	border: 1px solid #465a73;
	padding: 1px;
	font-family: Verdana, Helvetica, sans-serif;