BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 13px;
	color : #000000;
}

.blue {
	color : #5A67B6;
}
H1 {
	font-size : 16px;
	color : #5A67B6;
}

H2 {
	font-size : 12px;
	color : #5A67B6;
	margin: 0px;
}

input, select {
font-size : 12px;
	color : #5A67B6;
	margin: 0px;
	font-weight: bold;
}

H3 {
	font-size : 12px;
	color : red;
	margin: 0px;
}

.lhs {
	background-image : url(../images/page_l.jpg);
	background-repeat : repeat-y;
	background-position : left;
}

.rhs {
	background-image : url(../images/page_r.jpg);
	background-repeat : repeat-y;
	background-position : right;
}

A, A:LINK, A:ACTIVE, A:VISITED {
	color : #5A67B6;
	font-weight : bold;
}

A:HOVER {
	color : #A1A9D5;
	font-weight : bold;
}

.nav, .nav:LINK, .nav:ACTIVE, .nav:VISITED {
	font-size : 12px;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.nav:HOVER {
	font-size : 12px;
	color : #FFFF99;
	font-weight : bold;
}

.nav_bg {
	background-image : url(../images/nav_bg.jpg);
	background-repeat : repeat-y;
	background-position : left;
}

.nav_divide {
	background-image : url(../images/nav_divide.jpg);
	background-repeat : repeat-x;
	background-position : left;
}

.nav_pad {
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.details {
	padding-top: 4px;
	padding-bottom: 4px;
	color : #FFFFFF;
	font-weight : bold;
	font-size: 12px;
}

.white_bg {
	background-color : #FFFFFF;
}

.content {
	background-color : #FFFF99;
	padding: 8px;
}

.footer {
	background-image : url(../images/bot.jpg);
	background-repeat : no-repeat;
	background-position : right;
}
.footer_text, .footer_text:LINK, .footer_text:ACTIVE, .footer_text:VISITED {
	color : #000066;
	text-decoration : none;
}

.box_l {
	background-image : url(../images/box_l.jpg);
	background-repeat : repeat-y;
	background-position : left;
}

.box_r {
	background-image : url(../images/box_r.jpg);
	background-repeat : repeat-y;
	background-position : right;
}

.box_t {
	background-image : url(../images/box_t.jpg);
	background-repeat : repeat-x;
	background-position : left;
}

.box_b {
	background-image : url(../images/box_b.jpg);
	background-repeat : repeat-x;
	background-position : left;
}
.box_text {
	text-align: justify;
	padding: 5px;
	background-color: white;
}

.border {
	border: 1px solid #5A67B6;
}

.thumb {
	border : 1px solid #5A67B6;
}

.thumb:link {
	border : 1px solid #5A67B6;
}
.thumb:active {
	border : 1px solid #5A67B6;
}
.thumb:visited {
	border : 1px solid #5A67B6;
}
.thumb:hover {
	border : 1px solid #FFFF3C;
}

.pic_left {
	float: left;
	border: 1px solid #5A67B6;
	margin-right: 10px;
}

.pic_right {
	float: right;
	border: 1px solid #5A67B6;
	margin-left: 10px;
}