/****************************************
 *
 * CSS TEXT & LINK FORMATTING
 *
 * Version 1.0 (C) 2007.07.09 by TIM WILSON
 *
 ****************************************/

h1{
	color: #000;
	font-size:20px;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom:5px;
	font-weight:bold;
}

h2{
	color: #666666;
	font-size:14px;
	margin-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

h4{
	color: #38699B;
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
	
}

h5{
	color: #666;
	font-size:11px;
	
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
	
}

h6{
	color: #999999;
	font-size:10px;
	font-style: italic;
	margin-top:2px;
	margin-bottom:4px;
	font-weight:normal;
	
}

.articleText{
	line-height:18px;	
	
}

a:active {
	color: #000000;
}
a:link {
	color: #1E79B3;
}
a:visited {
	color: #265987;
}
a:hover {
	color: #62A1CA;
}
