a:link {color: #0f9c58;}
a:visited {color: #0155a5;}
a:active {color: #000000;}

body {
    background: #99c18b URL("images/background.jpg");
	background-position: top;
	background-repeat: repeat-x;  
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
.subscribe{
    background: #ffffff URL("images/navSubscribe.png");
	background-repeat: no-repeat;  
    }	
	
.weather{
    background: #ffffff URL("images/weatherMiddle.png");
	background-repeat: repeat-y; 
    }		
	
.main{
    background-color: #ffffff;
    vertical-align: top;
    }	
	
	
span.footer
   {
   color: #2c3656;
   font-size: 10px;
   }	

h1 {
    margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #0155a5;
	}	
	
h2 {
    margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #0155a5;
	}	
	
h3 {
    margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #378eca;
	}	

h4 {
   margin: 0px;
   font-weight: normal;
   font-size: 10px;
   }
   
h5 {   
   margin: 0px;
   font-weight: normal;
   font-size: 12px;
   }
   
   

span.prices {
	font-size: 13px;
	font-weight: bold;
	color: #0155a5;
	}		

.white {color: #2c3656; FONT-FAMILY: verdana, arial, helvetica; FONT-SIZE: 10px;}
a.white {color: #2c3656; font-family: verdana, arial, helvetica; font-size: 10px;}
a.white:hover {color: #2c3656; font-family: verdana, arial, helvetica; font-size: 10px;}
a.white:active {color: #2c3656; font-family: verdana, arial, helvetica; font-size: 10px;}


img, div, td { behavior: url(iepngfix.htc) }


.spam {
    display:none;
    }

#homePageAd {
	height: 300px;
	margin: 8px auto 0 auto;
	position: relative;
	width: 550px;
	}

#homePageAd img {
	position: absolute;
	width: 550px;
	height: 300px;
	top: 0;
	left: 0;
	}
#ad1 { filter: alpha(opacity=100); }
#ad2 { opacity: 0; filter: alpha(opacity=0); }
