﻿body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    font-weight: Normal;
    margin: 0px 0px 10px 0px;
    background-image: url('/images/background.jpg');   
    background-repeat: repeat-x;
    font-size: 12px;
}

.buttons        { width: 100%; height: 185px; border-collapse: collapse; padding: 0px; margin: 0px;}

.tableA         {border-collapse: collapse; border: 1px solid #999999; padding: 5px;}
.tableA td      {font-size: 11px; padding: 2px; padding-left: 10px; border: 0px solid #999999; vertical-align: top;}

.form                   {border-collapse: collapse; border: 1px solid #999999; font-size: 9px;}
.form td a              {text-decoration: none;}
.form td a:hover        {text-decoration: underline;}
.form td                {padding: 5px; padding-left: 10px; border: 1px solid #999999; vertical-align: top;}
.form img               {border: 0px;}

h1.header       {font-size: x-large; color: #4792af;}
h2              {font-size: large; color: #000000;}
h3              {color: #000000;}

a:active    { text-decoration: none; font-style: normal; font-weight: normal; color: #094294; }
a:link		{ text-decoration: none; font-style: normal; font-weight: normal; color: #094294; }
a:visited	{ text-decoration: none; font-style: normal; font-weight: normal; color: #094294; }
a:hover		{ text-decoration: none; font-style: normal; font-weight: normal; color: #7e97c1; }

a.news:active	    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; color: #094294; }
a.news:link		    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; color: #094294; }
a.news:visited	    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; color: #094294; }
a.news:hover		{ text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; color: #990000; }

a.button:active     { text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; color: #990000; }
a.button:link       { text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; color: #990000; }
a.button:visited    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; color: #990000; }
a.button:hover		{ text-decoration: underline; font-style: normal; font-weight: normal; font-size: 11px; color: #7e97c1; }

a.navigation:active	    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #000000; padding-left: 5px; }
a.navigation:link       { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #000000; padding-left: 5px; }
a.navigation:visited    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #000000; padding-left: 5px; }
a.navigation:hover		{ text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #FFFFFF; padding-left: 5px; }

a.business:active	    { text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: #094294; }
a.business:link         { text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: #094294; }
a.business:visited      { text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: #094294; }
a.business:hover		{ text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: #990000; }

a.bannerlink:active	        { text-decoration: none; font-style: normal; font-weight: normal; color: #FFFFFF; }
a.bannerlink:link           { text-decoration: none; font-style: normal; font-weight: normal; color: #FFFFFF; }
a.bannerlink:visited        { text-decoration: none; font-style: normal; font-weight: normal; color: #FFFFFF; }
a.bannerlink:hover		    { text-decoration: none; font-style: normal; font-weight: normal; color: #FFFFFF; }

/*NEWS SCROLLER*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 250px; /*width of featured content slider*/
height: 40px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 240px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

.pagination{
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a{
text-decoration: none; 
font-style: normal; 
font-weight: normal; 
font-size: 10px; 
color: #7e97c1;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none; 
font-style: normal; 
font-weight: normal; 
font-size: 10px; 
color: #990000;
}

/*END NEWS SCROLLER*/


