body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/images/background_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#bg_header3 {
	background-image:url(/images/bg_header3.jpg);
	background-repeat:repeat-y
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
td#white a:link {
	color: #FFFFFF;
	text-decoration: underline;	
}
td#white a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
td#white a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.gray {
	color: #666666;
	text-decoration: none;
}

.input_blue {
	font-size: 10px;
	color: #3366CC;
}

.input {
	font-size: 10px;
	vertical-align: middle;	
}

.border_grayCCC {
	border: 1px solid #CCCCCC;
}
.font_size10 {
	font-size: 10px;
}
#font_size10 {
	font-size: 10px;
}
.font_size12 {
	font-size: 12px;
}
.font_size14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.red2 {
	color: #990000;
}
.white {
	color: #FFFFFF;
}

/************ section_links styles **************/

#section_links{
	margin: 0px;
	padding: 0px;

}

#section_links a:link, #section_links a:visited {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	color: #000000;
}

#section_links a:hover{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCC99;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#page_nav{
	width: 160px;
	padding: 0px;
	border-right: 1px solid #666666;
	
	border-bottom: 1px solid #666666;
	background-image: url(/images/bg_nav_grn.gif);
	background-repeat: repeat;
}
#nav_bg{
	background-image: url(/images/bg_nav_grn.gif);
	background-repeat: repeat;
}
/**************** advertise styles *****************/

#advert{
	text-align: center;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#advert img{
	display: block;
}

#advert_text{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
#advert_text_center{
	padding-bottom: 10px;
	padding-top: 0px;
}
.font_gray_10px {
	font-size: 10px;
	color: #999999;
}
.font_gray_9px {
	font-size: 9px;
	color: #999999;
}

/**************** footer styles *****************/

#footer{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

/**************** header styles *****************/

.header_nav {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(/images/header_bar_bg.gif);
	background-repeat: repeat-x;
}
#header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/**************** other styles *****************/

#content{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.bold_green966 {
	color: #669966;
	font-weight: bold;
	font-size: 12px;
}
.font_green966 {
	color: #669966;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
#marquee {
	padding-left:5px;	
}

#thanks{
	font-size: 12px;
	font-weight: bold;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #FF0000;
}
.comments{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
#border_top_btm{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.borderbtm999{
	border-bottom: 1px solid #999999;
}
.border_lr_grayCCC{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.shadow_gray{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}