/* CSS Document */

html, body
{
	background:url(images/bg.jpg) fixed repeat-x;
	background-color:#fff;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.menu
{
	padding:4px;
	float: left;
	height: 30px;
}
.menu a:link {
	padding:2px 6px 2px 6px;
	-moz-border-radius-topright:0.4em;
	-moz-border-radius-topleft:0.4em;
	-moz-border-radius-bottomright:0.4em;
	-moz-border-radius-bottomleft:0.4em;
	font-size:80%;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.menu a:hover {
	background-color:#fff; color:#000;
}
.menu a:visited {
	padding:2px 6px 2px 6px;
	-moz-border-radius-topright:0.4em;
	-moz-border-radius-topleft:0.4em;
	-moz-border-radius-bottomright:0.4em;
	-moz-border-radius-bottomleft:0.4em;
	font-size:80%;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.active {
	padding:2px 6px 2px 6px;
	-moz-border-radius-topright:0.4em;
	-moz-border-radius-topleft:0.4em;
	-moz-border-radius-bottomright:0.4em;
	-moz-border-radius-bottomleft:0.4em;
	background-color:#fff;
	font-size:80%;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.title
{
	padding:10px 0px 0px 10px;
}
.title a:link
{
	font-size: 100%;
	padding:2px;
	font-weight: bold;
	color: #D90F0F;
	text-decoration: none;
}
.title a:visited
{
	font-size: 100%;
	padding:2px;
	font-weight: bold;
	color: #D90F0F;
	text-decoration: none;
}
.title a:hover
{
	color: #fff;
	background-color:#D90F0F;
	text-decoration: none;
}

.mini
{
	font-size: 70%;
}

a:link
{
	color: #D90F0F;
	text-decoration: none;
}
a:visited
{
	color: #D90F0F;
	text-decoration: none;
}
a:hover
{
	color: #000;
}

.footer
{
	padding: 2px;
	font-size: 70%;
	font-weight: bold;
}
.formsubmit
{
	border-top: #d3d3d3 1px solid;
	border-right: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
}
div.pagination
{
    margin: 0px;
	padding: 0px;
}
div.pagination a
{
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: #000;
	font-weight:bold;
	text-decoration: none; /* no underline */  
	background:url(images/bgpg.png);
	background-repeat:repeat-x;
}
div.pagination a:active
{
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: #000;
	font-weight:bold;
	text-decoration: none; /* no underline */  
	background:url(images/bgpg.png);
	background-repeat:repeat-x;
}
div.pagination a:hover
{
    margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
	text-decoration: none; /* no underline */  
	background:url(images/bgpgov.png);
	background-repeat:repeat-x;
}
div.pagination span.current
{
    margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
	font-weight:bold;
	text-decoration: none; /* no underline */  
	background:url(images/bgpgov.png);
	background-repeat:repeat-x;
}
div.pagination span.disabled
{   
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
	text-decoration: none; /* no underline */  
	background:url(images/bgpgov.png);
	background-repeat:repeat-x;
}