@charset "utf-8";
/* CSS Document */

.noJS{
width: 500px;
height: 400px;
background:url(/images/alternateBG.png) top center no-repeat;
display:block;
overflow:hidden;
margin: 0 auto;
padding: 0px;
}

.noJSText{
position: relative;
width:463px;
height:75px;
top:15px;
margin: 0 auto;
text-align:left;
display:block;
overflow:hidden;
}


.noJSText .hd2{
font-size: 20px;
color:#004822;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.noJSText .pg2{
font-size:10px;
color:#000;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.noJSText .kw2{
display: none;
}

.noJSText a:link, .noJSText a:visited{
color:#004822;
text-decoration:underline;
}

.noJSText a:hover{
color:#ffffff;
text-decoration:underline;
}

