BODY 
{}

td, p, body, div, table
{
	font-family: arial, Frutiger,serif, Times New Roman, Times;
	font-size:13px;
	font-style:normal;
	color:#636363;
	text-decoration:none;
	font-weight:normal
}

input
{
	font-family: arial, Frutiger,serif, Times New Roman, Times;
	font-size:13px;
	font-style:normal;
	color:#535353;
	text-decoration:none;
	font-weight:normal
}

select
{
	font-family: arial, Frutiger,serif, Times New Roman, Times;
	font-size:13px;
	height:22px;
	font-style:normal;
	color:#535353;
	text-decoration:none;
	font-weight:normal
}

textarea
{
	font-family: arial, Frutiger,serif, Times New Roman, Times;
	font-size:12px;
	height:130px;
	width:150px;
	font-style:normal;
	color:#535353;
	text-decoration:none;
	font-weight:normal
}




a
{
font-family: arial, Frutiger,serif, Times New Roman, Times;
font-size:13px;
font-style:normal;
color:#00558E;
text-decoration:none;
font-weight:normal}

a:Hover{
text-decoration:NONE;
color:#B2C4EA;
font-weight:normal
}


.button
{
	background-color: #CEDCE9;
	background-repeat: no-repeat;
	margin: 1px auto;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	-opacity: .80;
	-filter: alpha(opacity=80);
	-moz-opacity: 0.5;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
}

.PageTitle
{
	font-family:  arial;
	font-size: x-large;
	color: #004D94;
}

h1
{
	font-family:  arial;
	font-size: 22px;
	color: #6d6e70;
}
h2
{
	font-family: arial;
	font-size: 20px;
	color: #6d6e70;
}
h3
{
	font-family: arial;
	font-size: 18px;
	color: #6d6e70;
}

h4
{
	font-family: arial;
	font-size: 16px;
	color: #6d6e70;
}

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 10px 0 20px 0;
	font-size: 12px;color:#FF0;
	text-align:center;
	font-weight: bold;
}
.pagination .current {
	color: #000;
	
}
.pagination .next a, 
.pagination .prev a{color:#000;}

.pagination .page-numbers,
.pagination .current {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	background: #000;
	font-weight: bold;
	color:#fff;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: #fff;
	background-color: #F09;
}
#post-pagination {
	margin: 1em 0;
	color: #ff0;
}
#post-pagination .prefix {
	color: #ff0;
}

ul#topnav {	margin: 0; padding: 0;float: left;width: 700px;list-style: none;position: relative; font-family:Arial, Helvetica, sans-serif; /*--Set relative positioning on the unordered list itself - not on the list item--*/}
ul#topnav li {float: left;margin: 0; padding: 0;}
ul#topnav li a {padding:10px 15px;display: block;color: #f0f0f0;text-decoration: none;font-weight:bold;font-size:140%;}
ul#topnav li a:hover { background:#fff; color:#000; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/


ul#topnav li span {	float: left;padding: 15px 0;position: absolute;left: 0; top:35px;display: none; /*--Hide by default--*/width: 100%;background:#fff;color: #000; border:1px dotted #eee;}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; font-size:100%; color:#000;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

.submenu a {
	color: #333333 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.submenu a:visited, .submenu a:link {}
.submenu a:hover, .submenu a:active {
	color: #CCCCCC !important;
}/*** Pager ***/
.sr_page{
  width:auto;
  text-align: center;
}
.sr_page li{
  border:1px solid #e4e4e4;
  display: inline;
  list-style: none;
  padding:2px;
	margin: 0 2px;
}
.sr_page a {
	color: #397DD0;
  padding: 3px 9px;
  text-decoration: none;
}
.sr_page a:hover {
	background: #F4F9FD;
}
.sr_page .cur{
	background: #F5F5F5;
}
.sr_page .cur span {
  font-weight: bold;
  padding: 3px 9px;
}
.sr_page .first, .sr_page .last {
  font-weight: bold;
  padding: 3px 9px;
}
.sr_page img{
  vertical-align: middle;
}
.sr_page .next, .sr_page .prev {
  padding:0;
  background-image: none;
}
.sr_page .stat, .sr_page .dot {
	border: none;
}
