/* ------------------------- General Style -------------------------- */
body {
	margin: 10px 0px 0px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8FAC5A;
}
p {
	display: block;
	padding-right: 10px;
	padding-left: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:visited {
	color: #6BB0F5;
	text-decoration: none;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}

/* ------------------------- Customized Style -------------------------- */
.bg_table {
	background-image: url(../images/bg_main_box.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bg_main_rbox {
	background-image: url(../images/bg_line_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bg_main_lbox {
	background-image: url(../images/bg_line_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0B084F;
	padding-bottom: 15px;
	display: block;
	font-weight: normal;
	padding-top: 10px;
}
.side_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0B084F;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
.search_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.newsletter_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #A5ACB2;
}
.foot_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #5668B4;
}

.inputc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0px solid #5668B4;
}
.inputnobx {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
