/*	Header Styles */
h1, h2, h3, h4, h5, h6 {
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h1{font-size: 2em; font-weight: 600;}
h2{font-size: 1.8em; font-weight: 500;}
h3{font-size: 1.6em; font-weight: 400;}
h4{font-size: 1.4em; font-weight: 300;}
h5{font-size: 1.2em; font-weight: 200;}
h6{font-size: 1em; font-weight: 100;}



/*	Default link styles */
a, a:visited{
	color: #006699;
	text-decoration:none;
}
a:hover, a:visited:hover{
	text-decoration:underline;
	color: #006699;
}





#quicklinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#quicklinks li {
	margin: 5px 0px;
}


/*	Latest news*/
.article{
	margin: 10px 0px;
}
.article p{
	font-size: .9em;
	text-align:left;
	padding: 0px;
	margin: 0px;
}




#searchform a, #searchform a:visited
{
	color: #fff;
}
