.body
{
    background-color:#CCCCCC;   
    background-image:url(images/bkg.jpg);     
}
a
{
    color:Blue;
}
.NavButton
{
    width:130px;
    height:37px;
    display:block;
    background-image:url(images/Button.jpg);
    background-color:Red;
    background-repeat:no-repeat;
    font-weight:Bold;
    color:White;
    font-size:14px;    
    font-family:Verdana;
    border-style:none;
    text-align:center;
    text-decoration:none;
    line-height:32px;    
}
.ANavButton
{
    width:130px;
    height:30px;
    font-weight:Bold;
    color:Black;
    font-size:14px;    
    font-family:Verdana;
    text-align:center;
}
.Cenex
{
    width:150px;
    height:100px;
    display:block;
    background-image:url(images/Cenex.jpg);
    background-color:White;
    background-repeat:no-repeat;
    line-height:130px;    
}
.CenexText
{
   
    color:Black;
    font-size:12px;
}    
marquee
{
    background-color:Black;
    color:White;
}
.marquee
{
    background-color:Black;
    color:White;
    font-family:Verdana;    
}
.blackBorder
{
    border-bottom-color:Black; 
    border-bottom-width:thin; 
    border-bottom-style:solid;
    letter-spacing: 3;
    background-color:White;
}    
.blackBorderBottom
{
    border-bottom-color:Black; 
    border-bottom-width:thin; 
    border-bottom-style:solid;
    letter-spacing: 3;
    background-color:White;
}    
table.homePageMessageTable td
{
	border:solid 1px black;
}
.homePageMessageCells
{
	width:470px; 
	text-align:center;
	vertical-align:top;
	display:block;
}
.homePageAdminLabelCells
{
	padding:7px; 
	vertical-align:top;
}
.classifiedHR
{
	color:Blue;
}	

.LPTImage
{
    width:240px;
    height:80px;
    display:block;
    background-image:url(images/HomePage/LPTimages.jpg);
    background-color:White;
    background-repeat:no-repeat;
}
.BlockStyle
{
	display:block;
}



/*** Weather Styles ***/
.temp{
    font-size:22px;
    font-family:Tahoma;
    }
.cc{
    font-size: 11px;
    font-family:Tahoma;
    }
.fcastWeekDay{
    font-weight: bold;
    }
.ccLoc{
    font-weight: bold;
    }
.fcastDate{
    font-size: 11px;
    font-family:Tahoma;
    }
.curWind{
    font-size: 11px;
    font-family:Tahoma;
    }
.curHighLow{
    font-size: 12px;
    font-family:Tahoma;
    }
.weatherTable{
    padding:5px;
    background-color:white;
    text-align: center;
    border:solid 1px #c3c3c3;
    margin-left:auto;
    margin-right:auto;
    }
.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    }
.weatherError{
   color: #ff0000;
   font-size: 12px;
   margin: 5px 0 5px 0;
} 
/*** END Weather Styles ***/