.Content {
	margin: 0;
}
.Content td {
	padding: 0 0 0 0;
}
.Content td td{
	padding: 0;
}
.Content td.Content_header {
}
.Content td.Content_right {
	padding-top: 20px;
	width: 240px;
	text-align: right;}


body {
	font: normal 14px Arial, "Trebuchet MS", sans-serif;
	line-height: 18px;
	color: #000000;
}
body table, table p {
	font-size: 100%;}
	
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {	
	margin: 1px 0 1px 0;
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #ee9010;
}
h2 {
	margin: 1px 0 0 0;
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #ee9010;
}
h3 {
	margin: 1px 0 1px 0;
	display: block;
	font-size: 24px;
	line-height: 26px;
	color: #ee9010;
}
h4 {
	margin: 1px 0 1px 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #ee9010;
}
h5 {	
	margin: 1px 0 3px 0;
	border-bottom: 1px #ee9010 solid;
	display: block;
	letter-spacing: 0;
	color: #ee9010;
}
h6 {
	margin: 1px 0 3px 0;
	border-bottom: 1px #ee9010 solid;
	display: block;
	letter-spacing: 0;
	color: #ee9010;
}
.class1 {
	font-size: 11px;
	line-height: 13px;
}
.class2 {
	font-size: 12px;
}
.class3 {
	font-size: 12px;
	font-weight: bold;
}
.class4 {
	font-size: 16px;
}
.class5 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.blue, .blue * {
	color: #00589e;
	font: inherit;}

a {
	color: #503108;
	text-decoration: none;
	border-bottom: 1px #ee9010 solid;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a.button {
	background: #00589e;
	padding: 2px 3px;
	display: block-inline;
	color: #fff;
	font-weight: bold;
	float: left;
	line-height: 18px;
}
a.button:hover {
	text-decoration:none;
}
a.button.right {
	float: right;
}

ul, ol {
	margin: 9px 0 9px 22px;
	padding: 0;
	line-height: 15px;
}
ul.links { 
	list-style-type: none;
	list-style-image: none;
	margin:0px 0px; 
	padding:0 0 0 0px; 
}
ul.links li { 
	margin:0; 
	padding: 0 0 0 0; 
}
ul.links a { 
	display:block; 
	padding-left:22px; 
	background: url("/templates/img/li.png") left top no-repeat; 
}

ul.links a:hover { 
	background: url("/templates/img/li_over.png") left top no-repeat; 
} 
blockquote, pre {
	padding: 10px 30px;
}
blockquote {
	font: italic 12px Georgia, Times, serif;
	margin: 8px 0;
}
* html ul, * html ol {
	margin-left: 22px;
}
img {
	margin: 0;
	padding: 0;
	border-color: #bce3e7;
}
.blueborder {
	border-top: 1px #bce3e7 solid !important;
	border-bottom: 1px #bce3e7 solid !important;
}
.pointerhand {
	cursor: pointer;
}
hr {
	border: solid #4f4e4e 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}
div.hr {
	margin: 4px 0;
	height:1px;}
div.hr hr {
	display:none}


form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form p {
	margin-bottom: 1px;
}
.fieldset_left {
	width: 200px;
}
form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #503108;
	border-width: 1px 0 0;
	border-style: solid none none;
	padding: 3px 10px;
	margin: 0;
}
form fieldset legend {
	margin-left: -2px;	
	font-size: 16px;
	font-weight: normal;
	color: #503108;
	margin: 0 0 0 0;
	padding: 0 2px;
}
label.float-left{
	float: left;
	clear: left;
	text-align: left;
	width: 180px;
	font-size: 12px;
	padding-top: 1px;
}
label {
	font-size: 100%;
}
label.error,.req {
	color: red;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Arial, sans-serif;
	color: #00589e;
	margin: 1px 2px;
	padding: 2px 3px;
	font-size: 12px;
}
input.error, input.error:focus,textarea.error, textarea.error:focus {
	border-color: red;
	border-style: dotted;
}
input.submit, input.button {
	background: #6da425;
	color: white;
	padding: 2px 4px;
	border: 1px #6da425 solid;
}
textarea {
	overflow: auto;
}
.activeField
{
    background-image: none;
    background-color: #ffffff;
	color: #ee9010;
    border: solid 1px #ee9010;
}
.idle
{
    border: solid 1px #676767;
    background-image: url("../img/grey_bg.png");
    background-repeat: repeat-x;
    background-position: top;
}

