/**** Global Definitions for HTML Elements ****/
body { margin:0; font-family: Tahoma, Helvetica, Sans-serif; font-size:76%; background:#625EFB url(../images/background.png) repeat-x;}
h1, h2, h3 { font-family: Geneva, Arial, Helvetica, sans-serif; }

a:link, a:active, a:visited { color: #FF8633; text-decoration:none; }
a:hover { color: #003399; }

h1, h2, h3, h4 { font-family: Geneva, Arial, Helvetica, sans-serif;color: #07086B; }
h1 { font-size: 1.6em;  /*border-bottom: 1px solid #003399;*/ padding: 5px 0; clear:both; margin-top:0.5em; }
h2 { font-size: 1.5em;}
h3 { font-size: 1.3em; margin-bottom: 0.2em;color:black; }
h4 { margin:0; }

h1 img { float:right; }
h1 span { /*border-bottom: 3px solid #003399;*/ }

hr { color: #003399; height: 1px; }
.orangeText {color: #FF8633; }
table.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	text-decoration: none;
}
table.main td { padding: 5px; }
table.main th { padding: 5px; color:#FFFFFF }
	
table.orangeBox {
	background-color: #FF8633;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
table.orangeBox td {  padding: 5px; }
table.orangeBox th { padding: 5px; color:#FFFFFF }
table.orangeBox a { color: #fff; text-decoration: none;}
table.orangeBox a:hover { text-decoration: underline;}
table.orangeBox a:visited { }


table.newsletterBox {
	padding: 0px;
	background-color: #FF8633;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:4px;
	}
table.newsletterBox h3 {	font-size: 15px; margin-bottom: 0px;
}
.padding{ padding: 5px; }

div.FormRow { clear: both; margin-bottom: 0.2em; }
div.FormRow span.Label { float: left; width: 180px; background: #F3F5F9; padding: 0.5em; margin-right: 5px; }
div.FormRow span.Object { float:left; text-align:left; padding: 5px 0 0 5px; }
div.FormRow span.Object input { margin-top: -5px; }


.topmenu a 
{
	background-color: white;
}

.topmenu a:hover 
{
	background-color: #FFEDE1;
}

.RequiredField
{
	color: red;
	margin-left: 5px;
}