@charset "utf-8";
/* CSS Document */


/*Page Navigation*/

.floatright{
float:right;
height:13px;
margin-bottom:3px;
}
.floatright {
	color:#BFBFBF;
	font-size:11px;
}
.page_no {
	color:#666666;
}
.floatright a, #footer a{
	color:#707070;
	text-decoration:none;
}
.floatright a:hover, #footer a:hover{
	color:black;
	text-decoration:underline;
}



.news_page h2{
	clear:both;
	padding-left:10px;
	background-color:#F0F0F0;
	display:block;
		padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
	margin-top:20px;
	font-weight:bold;
}

.news_page  h2 a, h3 a{
text-decoration:none;
color:#333333;
}
h2 a:hover, h3 a:hover{
	color:#666666;
}


.news_page img{
border:solid;
border-width:1px;
border-color:#000000;
padding:0px;
margin-top:7px;
margin-bottom:7px;
margin-left:5px;
}

.news_page img{
float:right;
}
.news_page .nofloat {
float:none;
}
.news_page .nomarg{
margin-left:0px;
}
.clear_me{
clear:both;
}
.news_page p.lightgrey {
color:#8B8B8B;
}
.news_page p.lightgrey_smaller{
	font-size:11px;
}