* {
	margin: 0px;
	padding: 0px;
	}
	
.lbar {
background-image: url(img/lbar.jpg);
background-position:left center;
background-repeat: no-repeat;
width: 12px;
height: 36px;
} 

.bartop {
background-image: url(img/mbar.jpg);
background-position: left top;
background-repeat: repeat-x;
width: 215px;
} 
.mbar {
background-image: url(img/mbar.jpg);
background-repeat: repeat-x;
height: 36px;
}

.rbar {
background-image: url(img/rbar.jpg);
background-position:right center;
background-repeat: no-repeat;
width: 12px;
height: 36px;
}
	
.dots_horizontal {
	/*background-image: url(img/dot.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px dotted #999999;*/
	height: 9px;
	}		
	
.title {
	color: #ffffff;
	font-size: 12px;
	}

	
.title_borderless {
	color: #0d57a6;
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	}	

.inside_container a:link, .inside_container a:visited, .inside_container a:active {
	color: #6699cc;
	font-family: Verdana, Arial, Helvitica;
	font-size: 13px;
	text-decoration: none;
	}

.inside_container a:hover {
	color: #999999;
	font-size: 13px;
	text-decoration: underline;
}




































