/* CSS Document */
BODY,TD
{
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 
0px;
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px;

}

a.headlink:link{COLOR: #DF3838;  TEXT-DECORATION: none;}
a.headlink:visited{COLOR: #DF3838; TEXT-DECORATION: none;}
a.headlink:hover{COLOR: #FF6600;  TEXT-DECORATION: underline;}

a.a2:link{COLOR:#000000;  TEXT-DECORATION: none;}
a.a2:visited{COLOR:#000000; TEXT-DECORATION: none;}
a.a2:hover{COLOR: #DF3838; TEXT-DECORATION: underline;}

a:link
{
    /* COLOR: #3d362b; */
    TEXT-DECORATION: none;
}
a:hover
{
    COLOR: #FF5D08;
    TEXT-DECORATION: none;
}
a:visited
{
    COLOR: #666666;
}

.red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE4E00;
	font-weight: bolder;
}
.top-bg 
{
	background-color: #EEEECC;
}

.logo-bg 
{
	background-color: #F7F7E8;
}


.white 
{
	background-color: #FFE79D;
}

a.black:link
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.black:visited
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.black:hover
{
	font-size: 14px;
	color: #DF3838;
	font-weight: bold;
	text-decoration: underline;
}

.page_number {
  margin: 1em 0;
  clear: left;
  font-size: 80%;
  padding: 1em;
}

.page_number a, .page_number span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.page_number span.selected {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.page_number a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.page_number a:hover {
    border-color: #2E6AB1;
}

.page_number a.nextprev {
    font-weight: bold;
}

.page_number span.nextprev {
    color: #666;
}

.page_number span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}

.ad {
  border: 2px solid;
  padding: 5px;
  overflow:auto;
}
.ad a:link {
   text-decoration: underline;
   color: #0101ff;
}

.ad a:visited {
   text-decoration: underline;
   color: #0101ff;
}

.ad a:active {
   text-decoration: underline;
   color: #0101ff;
}


/** STYLES FOR Pagination */
div.pagination
{
	padding: 3px;
}

div.pagination a
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none;
	color: #000099;
}
div.pagination a:hover
{
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.pg_disabled
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}


