/* common styles
----------------------------------------------- */
body {
background: url(../images/BG.jpg) repeat-x;
background-color:#249BD5;
}

#nav a, a:link, a:visited { 
text-decoration: none;
color: #666;
text-decoration: none;
font-weight:bold;
font-size:12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#nav a:hover {
color: #666;
text-decoration:underline;
font-weight: bold;
font-size:12px
}

#faq a, a:link, a:visited { 
text-decoration: none;
color: blue;
text-decoration: none;
font-weight:bold;
font-size:12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#faq a:hover {
color: blue;
text-decoration:underline;
font-weight: bold;
font-size:12px
}