/* CSS Document */

body{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 margin:0 auto;
}

.resoWrap{
 width:1000px;
 margin:0 auto;
}


.footerBg{
 background-image:url(../images/footerStrip.gif);
 background-repeat:repeat-x;
 height:36px;
 border:2px solid #999999;
 color:#686868;
 font-weight:800;
}
a.footerL:link{ 
font-size:12px;
color:#686868;
font-weight:800;
text-decoration:none;
}
a.footerL:visited{ 
font-size:12px;
color:#686868;
font-weight:800;
text-decoration:none;
}
 
 a.footerL:hover{ 
font-size:12px;
color:#686868;
font-weight:800;
text-decoration:underline;
}


a.thanksL:link{ 
font-size:12px;
color:#004BAB;
font-weight:normal;
text-decoration:none;
}
a.thanksL:visited{ 
font-size:12px;
color:#004BAB;
font-weight:normal;
text-decoration:none;
}
 
 a.thanksL:hover{ 
font-size:12px;
color:#004BAB;
font-weight:normal;
text-decoration:underline;
}


