/*
	CSS Styles
	
	WEBSITE FORMATTING
 	
	Version 1.0 
	(C) 2007.07.09 by TIM WILSON
*/

h1{
	color: #000;
	font-size:22px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	margin-top:3px;
	margin-bottom:3px;	
}

h2{
	color: #55342B;
	font-size:20px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

h3{
	color: #666666;
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;	
}



.articleText{
	line-height:18px;	
}


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

.imageBorder{
	
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #007897;
	padding:1px;

}

.imageBorder_left{
	border: 1px solid #007897;
	padding:1px;
	margin-right: 10px;
	margin-bottom: 10px;

}