body {
	margin: 0;
	font: 12px Verdana;
}
strong {
	color: #EC8C00;
}
a {
	color: #EC8C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.error_msg {
	color: red;
}
.text {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
}
.text9 {
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial;
}
.text10 {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
}

.text_blue {
	color: #0098DF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial;
}
.text_green {
	color: #76B203;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial;
}

/* TOP BLOCK */
.top_left_border {
	background-image: url(../images/top_left_border.gif);
	background-repeat: repeat-x;
	width: 7px;
	height: 85px;
}
.top_right_border {
	background-image: url(../images/top_right_border.gif);
	background-repeat: repeat-x;
	width: 7px;
	height: 85px;
}
.top_background {
	background-image: url(../images/top_background.gif);
	background-repeat: repeat-x;
	width: 749px;
	height: 85px;
}

/* middle index css */
.index_middle {
	background-image: url(../images/index_middle.jpg);
	background-repeat: repeat-x;
	width: 295px;
	height: 224px;
}
.index_middle_2 {
	background-image: url(../images/index_middle_2.jpg);
	background-repeat: repeat-x;
	width: 469px;
	height: 224px;
}

/* LOGIN/SEARCH BLOCK */
.block_login_left {
	background-image: url(../images/block_login_left.gif);
	background-repeat: repeat-x;
	width: 5px;
	height: 37px;
}
.block_login_right {
	background-image: url(../images/block_login_right.gif);
	background-repeat: repeat-x;
	width: 5px;
	height: 37px;
}
.block_login_bg {
	background-image: url(../images/block_login_bg.gif);
	background-repeat: repeat-x;
	width: 753px;
	height: 37px;
}

/* FORM STYLES */
.form_sub {
	background-color: #EC8C00;
	font-family: Verdana, Helvetica, Arial;
	border : 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-color:#EC8C00;
	color: #FFFFFF;
	width: 60px;
}
.form_sub2 {
	background-color: #EC8C00;
	font-family: Verdana, Helvetica, Arial;
	border : 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-color:#EC8C00;
	color: #FFFFFF;
	width: 100px;
}
.form_text {
	background-color: #FFFFFF; 
	font-family: Verdana, Helvetica, Arial; 
	border : 1px solid; 
	font-weight: normal; 
	font-size: 10px; 
	border-color:#EC8C00;
	padding: 0px;
}

.form_textarea {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial;
	border : 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-color:#818181;
	padding: 3px;
}

/* Text Titles */
.blue_title {
	font-size: 26px;
	font-weight: bold;
	font-family: Sans-serif, Verdana, Helvetica, Arial;
	color: #0098DF;
}
.green_title {
	font-size: 26px;
	font-weight: bold;
	font-family: Sans-serif, Verdana, Helvetica, Arial;
	color: #76B203;
}

/* Blocks */
.block_blue_top {
	background-image: url(../images/block_blue_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.block_blue_bottom {
	background-image: url(../images/block_blue_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Green Block */
.block_green_top {
	background-image: url(../images/block_green_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.block_green_bottom {
	background-image: url(../images/block_green_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.list_box_blue {
	background-image: url(../images/list_box_blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 13px;
}
.list_box_green {
	background-image: url(../images/list_box_green.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 13px;
}
.list_line {
	background-image: url(../images/list_line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 12px;
}


/* FOOTER BLOCK */
.block_footer_left {
	background-image: url(../images/block_footer_left.gif);
	background-repeat: repeat-x;
	width: 6px;
	height: 35px;
}
.block_footer_right {
	background-image: url(../images/block_footer_right.gif);
	background-repeat: repeat-x;
	width: 6px;
	height: 35px;
}
.block_footer_bg {
	background-image: url(../images/block_footer_bg.gif);
	background-repeat: repeat-x;
	width: 751px;
	height: 35px;
}
.footer_txt {
	color: #FF7B33;
	font-size: 10px;
}
.footer_link {
	color: #FF7B33;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.footer_link:hover {
	color: #FF7B33;
	text-decoration: underline;
}