.Print{}
.noPrint{}
 
.hideTxt{display:none;}
.showTxt{display:inline;}

body
{
    color: #000000;  
    font-family: arial, helvetica, verdana, tahoma, sans-serif; 
    font-size: small; 
    margin: 0px;
    background: #ffffff url('../images/bgTile.jpg') repeat-x;
    
}

.pageBlock{width:973px; text-align: left; padding: 0px;}

h1{font-size: medium; font-weight: bold; color:#007922; }
h2{font-size: small; font-weight: normal; display: inline; color:White;}
h3{font-size: x-small; font-weight: normal; display: inline; color:#033912;}
h4{font-size: medium; font-weight: bold; color:#007922; padding-left:20px;}

hr{color: #000000; height: 1px; border-style: dotted;}
form{display: inline}

A{color: #d57503; font-size: small; text-decoration:underline;}
A:hover{color: #d57503; text-decoration: none;}

A.footer{color: #215494; font-size: x-small; text-decoration:underline;}
A.footer:hover{color: #cc0000; text-decoration: none;}

A.menu{color: #ffffff; font-size: small; text-decoration:underline;}
A.menu:hover{color: #ffffff; text-decoration: none;}

A.footerWhite{color: #ffffff; font-size: x-small; text-decoration:underline;}
A.footerWhite:hover{color: #ffffff; text-decoration: none;}

.menuLine
{
	background: #fefefe url('../App_Themes/WebBlue/img/MenuBackground.gif') repeat-x;
	line-height: 23px;
}

.footer
{
	background-image: url('../images/footer.jpg');
}


.menuOn
{
     background-image:url('../images/menuOn.gif');
     line-height: 25px; 
     padding-left:45px;
     color:White;
     font-weight:bold;
     cursor:arrow;
}

.menuOff
{
     background-image:url('../images/menuOff.gif');
     line-height: 25px; 
     padding-left:45px;
     color: #006950;
     font-weight:bold;
     cursor:arrow;
}

.menuOver
{
     background-image:url('../images/menuOvr.gif');
     line-height:25px; 
     padding-left:45px;
     color: #fd8900;
     font-weight:bold;
     cursor:pointer;
}

.contact
{
    background-image: url('../images/contact.jpg'); 
    background-repeat:no-repeat;
    padding: 20px 0px 0px 45px;
}
