.doctitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
 .infohead { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 line-height: 12px;
 padding-left: 20px;
 color: #000000;
 background-color: #e0e0e0;
 }

/* default styles */
body { padding: 0; margin: 0; font: 10px Verdana; background: #999; color: #000; }
a:link, a:visited, a:active {
		color:#000;
		text-decoration:none;
		font-weight: bold;
		font-size: 12px;
		line-height: 12px;
		}
a:hover {
		color:#999;
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
		line-height: 12px;
		}
p {	margin: 0 0 5px 0; }
h1 { font: bold 2.2em Verdana; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Verdana; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }

/* main menu topics */
#nav {
	padding: 10px 20px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 10px;
	vertical-align: text-top;
}
	#nav li a { background-image: url(images/pip.jpg); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

#left {
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 6px;
		background: #ccc;
		color: #808080;
		border-bottom: 1px solid #999;
		font-size: 12px; color: #000000; 
 		font-weight: bold;
 		
	}
	.left_articles {
		margin: 0px 0 10px 0;
		color: #000;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: url(images/news.gif) no-repeat center left; color: #999; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 90px;
			height: 90px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}

/* footer */
.footer {
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 9px;
	
}

