body { 
	background-color: #ACA9A5; 
	margin-top:-5px;
}
.body_border { 
	border: 1px solid #595454
} 
.shadow_left {
	background-image: url('img/shadow_left.gif');
	background-repeat: y;
}
.shadow_right {
	background-image: url('img/shadow_right.gif');
	background-repeat: y;
}

.menu_text {
	font-size:12px;
	font-family: "Arial";
	font-weight: bold;
	
}
.menu_bg {
	background-image: url('img/menu_bg.gif');
	width:auto;
	height: 50px;
	padding-left:20px;
}
.article_title{
	background-image:url('img/faded_blue.jpg');
	background-position: top;
	background-repeat: repeat-x;
	padding: 30px 0 0 25px;
	width:814px;
	
}
.article_title_font{
	font-family: "Arial";
	font-size:18px;
	font-weight:bold;
	font-style: Italic;
}
.article_publisher_font{
	font-family: "Arial";
	font-size:12px;
	font-weight:bold;
}
.common_text {
	font-family: "Arial";
	font-size:12px;
	font-weight:Normal;
	color:#302226;
}

a {
	font-size: 12px;
}
a:link {
	color: #0C213A;
	text-decoration: none;
	font-weight:bold
	
}
a:visited {
	color: #0C213A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	font-weight:bold
}

.archive{
	color: #000066;
	text-decoration: underline;
}

.bullet{
	font-size: 15px;
	padding-right: 5px;

}