/* CSS Document */

body {
background: #fff url(imgs/back.png) top center repeat-x;
color:#646464;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:150%;
}

a {
color:#BB8CC3;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#becb5f;
font-weight:bold;
}

.menu {
color: #555;
background-color:#cfcfce;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}

.menu a{
color: #fff;
background-color:#555;
display:block;
text-decoration:none;
line-height:20px;
}

.menu a:hover{
color: #fff;
background-color:#cfcfce;
display:block;
text-decoration:none;
line-height:20px;
}

.titles {
color:#BB8CC3;
font-family:Georgia,"Times New Roman",serif;
font-size:18px;
font-weight:bold;
line-height:100%;
margin:0;
padding:5px 0;
}

.subTitles {
color:#BB8CC3;
text-decoration:underline;
}

.footer {
color:#646464;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:120%;
}


.footer a {
color:#35abe7;
font-weight: bold;
text-decoration:none
}

.footer a:hover {
color:#becb5f;
}

