@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a:link {
	color: #069;
	text-decoration: underline;
}
a:visited {
	color: #969;
	text-decoration: underline;
}
a:hover {
	color: #06F;
	text-decoration: none;
}
.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.menu:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.topic {
	font-weight: bold;
	color: #FF9900;
}
.border {
	font-weight: bold;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #069;
}
.box {
	background-color: #FFFFFF;
	font-weight: normal;
	background-image: url(/images/border_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.box2 {
	background-color: #FFFFFF;
	font-weight: normal;
	background-image: url(/images/border_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #999999;
}
legend {
	font-weight: bold;
	color: #FF9900;
}
.leftcolbg {
	background-color: #EEEEEE;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FF9900;
}
.div_body {
	position: absolute;
	left: 180px;
	top: 120px;
	right: 150px;
}

.div_left {
	position: absolute;
	width: 180px;
	left: 0px;
	top: 120px;
}
.div_right {
	position: absolute;
	width: 150px;
	top: 120px;
	right: 0px;
}
.div_bottom {
	height: 100px; /*Height of bottom frame div*/
	bottom: 0;
	right: 0px;
}
.div_top {
	position: absolute;
	top: 30px;
	width: 100%;
	left: 0px;
	right: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.blue_text {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.small_text {
	font-size: 10px;
}
.butt_payment {
	color: #FFFFFF;
	background-color: #FF6600;
	background-image: url(/images/butt_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	width: 200px;
	border: 2px outset #FFFFFF;
	font-weight: bold;
	cursor: hand !important;
	cursor: pointer !important;
}.protect {
	width: 750px;
	background-color: #CCCCCC;
	position: relative;
}
.white_text {
	color: #FFF;
}
.butt_contact {
	color: #FFFFFF;
	background-color: #F90;
	background-repeat: repeat-x;
	background-position: top;
	height: 22px;
	border: 1px outset #FFFFFF;
	font-weight: bold;
	cursor: hand !important;
	cursor: pointer !important;
}

.boxpage{
	font-weight:bold;
	background-image: url(/images/bg-sub-pages.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.boxpage a {
	color:#023054;
}