/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #FFEDDC;*/
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h2 {font-size:16px; font-weight:bold;}

.grey13 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3C3C3C;
	text-decoration:none;
}

.orange13 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FF8400;
	text-decoration:none;
}

.linkOrange11 {
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#FF8400;
	text-decoration:none;
}
.linkOrange11:hover {
	text-decoration:underline;
}

.linkOrange {
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#FF8400;
	text-decoration:none;
}
.linkOrange:hover {
	color: #005485;
}
.title{
	color: #ff8400;
}

.linkOrange12 {
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF8400;
	text-decoration:none;
}
.linkOrange12:hover {
	text-decoration:underline;
}

.linkDark {
	font-family:Verdana, Arial;
	font-size:15px;
	font-weight:bold;
	color:#a74f00;
	text-decoration:none;
}
.linkDark:hover {
	text-decoration:underline;
}

.txtFooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
}

.linkFooter {
	font-family:Trebuchet MS, Verdana;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.linkFooter:hover {
	text-decoration:underline;
}

.field1, input.required, textarea.required, .validate-email, .validate-number, .validate-selection{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #005485;
	text-decoration: none;
	background-color: #FFFFFF;
	border:solid 1px #DCDCDC;
	color: #005485;
	padding: 2px;
}
.button1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	background-color : #FF7800;
	border : none;
	color : #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: 16px;
}

form {
	margin-bottom:0px;
}

img {
	border:0px;
}
.mess {
	color: #FF0000;
}