/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.horizon {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF06F;
	border-right-color: #FFF06F;
	border-bottom-color: #FFF06F;
	border-left-color: #FFF06F;
	color: #FFFFFF;
	background-color: #FFF06F;
}
.iframe {
	border: thin solid #00CC33;
}
.line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainbdr {
	border: 1px solid #BA9602;
}
.rightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCE10E;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #555555;
	font-size: 12px;
	line-height: 15px;
	padding-left: 5px;
}
.textDefault{
	padding: 5px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.regionalhigh { 
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}
.menubdr {
	border: 1px solid #BA9602;
	background-color: #FFFFFF;
}
.textfield {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Img_padding {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}