@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
width:100%;
background:url(images/header_bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

h1{
font-size:18px;
color:#FC2E3C;
}
#footer{ 
background:url(images/footer_r1_c1.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
font-size:10px;
}
.footer_links{
color:#FFFFFF;
font-size:11px;
}
a.footer_links {color:#FFFFFF; text-decoration:none} /* unvisited link */
a.footer_links:visited {color: #FFFFFF; text-decoration:none}  /* visited link */
a.footer_links:hover {color:#666666; text-decoration:none}   /* mouse over link */
a.footer_links:active {color:  #FFFFFF; text-decoration:none}   /* selected link */	

a{color:#000000; text-decoration:none} /* unvisited link */
a:visited {color: #000000; text-decoration:none}  /* visited link */
a:hover {color:#666666; text-decoration:none}   /* mouse over link */
a:active {color:  #000000; text-decoration:none}   /* selected link */

