BODY {
	background-color: #323333;
	background-image: url(../images/page_bg.gif);
	margin: 0;	
}
.bg_top {
	background-image: url(../images/top_bg.gif);
	background-repeat:no-repeat;
}
.bg_contents {
	background-image: url(../images/contents_bg.gif);
}
.bg_left {
	background-image: url(../images/left_bg.gif);
}
.hr{
	background-image: url(../images/hr.gif);
	background-repeat:repeat-x;
	height:1px;
}
.hr2{
	background-image: url(../images/hr2.gif);
	background-repeat:repeat-x;
	height:1px;
}
.vert_divider{
	background-image: url(../images/vert_divider.gif);
	background-repeat:repeat-y;
	width: 9px;
}
TD {
	font-family: Tahoma;
	font-size : 11px;
	color : #000000;
}
A{
	Color: #005164;
	text-decoration : underline;
	font-size:11px;
}
A:hover {
	Color: #005164;
	text-decoration : none;
	font-size:11px;
}
A:visited {
	font-size:11px;
}
.header1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.header2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.header3 {
	font-size: 12px;
	font-weight: bold;
	color: #005164;
}
.highlight {
	font-size: 16px;
	font-weight: bold;
	color: #005164;
}
.homepage_col_text{
	font-size: 10px;
	text-align:justify;
}
.footer{
	font-size: 10px;
	color: #999999;
	height: 30px;
	vertical-align: middle;
}
