.top_bar {
	background-image: url(top_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.dot {
	background-image: url(dot.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.foot {
	background-image: url(foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu_bg {
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.cont_bg {
	background-image: url(cont_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.text {
	font-family: verdana;
	font-size: 11px;
	padding-top:10px;
	font-weight: normal;
	color: #333333;
	line-height: 13px;
}
.heading {
	font-family: verdana;
	font-size: 14px;
	padding-top:10px;
	font-weight: normal;
	color: #800000; 
	text-align:left;
	 
}

.heading2 {
	font-family: verdana;
	font-size: 14px;
	padding-top:10px;
	font-weight: normal;
	color: #800000;
	text-align:center;	
}

.heading1 {
	font-family: verdana;
	font-size: 13px;
	padding-top:10px;
	font-weight: normal;
	color: #800000;
	
}

.text1 {
	font-family: verdana;
	font-size: 11px;
	padding-top:0px;
	padding-left:10px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}
.text2 {
	font-family: verdana;
	font-size: 11px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}
.text3 {
	font-family: verdana;
	font-size:10px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}

a:link {
	text-decoration: none; /*color:#00CCFF*/
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000; 
}
a:hover {
	text-decoration: none; 
	/*color: #00CCFF;*/ color:#990099 
	
}
a:active {
	text-decoration: none;
	color:#990000;
	
}
