/*------------------ General ---------------------------*/
body {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #99CFF9;
	margin-top: 0px;
}
td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	color: #84196a;
	text-decoration: none;
}
a:link {
	color: #84196a;
	text-decoration: none;
}
a:hover {
	color: #84196a;
	text-decoration: underline;
}
a:active {
	color: #84196a;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #5668B4;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #5668B4;
}

/*------------------ Customized ---------------------------*/

/* Link for content navigator */
.sidenav a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	display:block;

	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sidenav a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	display:block;

	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sidenav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A04AA7;
}

.bg_box {
	background-image: url(../images/bg_box.gif);
	background-repeat: repeat-x;
}
.bg_cbox {
	background-image: url(../images/bg_cbox.gif);
	background-repeat: repeat-x;
}
.bg_body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}
.home_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.b_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993399;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993399;
	display: block;
	padding-bottom: 10px;
}
.custom_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.hr {
	background-position: 1px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
 
 .1border {
	border: 1px solid #5668B4;
}
