body {
	background-image: url(../htm/body_bg.gif);
	background-position: left top;
}
.header_bg {
	background-image: url(../htm/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
}
.header {
	background-image: url(../htm/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5f8c0d;
	margin-bottom:20px;
	height: 15px;
}
.menu_link a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.v_dotline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.side_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	text-indent: 10px;
}
.side_links a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	text-indent: 10px;
}
.side_links a:hover{	
	color: #FFFFFF;
	text-decoration: underline;	
}
.side_links a:active{	
	color: #FFFFFF;
	text-decoration: none;	
}
.flash_bg {
	background-image: url(../htm/flash_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
}
