.main_bg {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
}
.border_left_bg {
	background-image: url(images/border_left_bg.gif);
	background-repeat: repeat-y;
}
.border_right_bg {
	background-image: url(images/border_right_bg.gif);
	background-repeat: repeat-y;
}
.menu_bottom_bg {
	background-image: url(images/menu_bottom_bg.gif);
	background-repeat: repeat-x;
}
.default_txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #D6D6D6;
	line-height: 14px;
}
ul {
	list-style-image: url(images/bullet.gif);
	line-height: 16px;
	margin-left: 16px;
}
a:link {
	color: #FFF7AF;
	text-decoration: none;
}
a:visited {
	color: #A7A272;
	text-decoration: none;
}
a:link:hover, a:visited:hover{ 
	text-decoration: underline;
}
.bottom_sec_bg {
	background-image: url(images/bottom_sec_bg.gif);
	background-repeat: repeat-x;
}
ol {
	line-height: 16px;
	margin-left: 22px;
}
ol:link:hover, ol:visited:hover {
	text-decoration: underline;
}
a.faq:link, a.faq:visited{
	color: #F0F0F0;
}
a.faq:hover {
	color: #FFF7AF;
	text-decoration: underline;
}

.subpage_bg {
	background-image: url(images/subpage_mainbg.gif);
	background-repeat: repeat-x;
}
.subhdr_txt {
	color: #FFF7AF;
}
