@charset "utf-8";
/* CSS Document */

body {
margin:0;
background-color:#202020;
background-image:url(../images/bg.jpg);
background-position:top center;
background-repeat:no-repeat;
}

.contentfade {
background-image:url(../images/content-fade-top.jpg);
background-position:top;
background-repeat:repeat-x;
}

.footer {
color:#575757;
font-family:Tahoma;
font-size:11px;
}

.footer a:link {
color:#575757;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
}
.footer a:visited {
color:#575757;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
}
.footer a:hover {
color:#575757;
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
}

.text {
font-family:Tahoma;
font-size:13px;
color:#FFFFFF;
}

.orangelinks {
font-family:Tahoma;
font-size:12px;
color:#FFFFFF;
}
.orangelinks a:link{
font-family:Tahoma;
font-size:12px;
color:#f58233;
text-decoration:underline;
}
.orangelinks a:visited{
font-family:Tahoma;
font-size:12px;
color:#f58233;
text-decoration:underline;
}
.orangelinks a:hover{
font-family:Tahoma;
font-size:12px;
color:#f58233;
text-decoration:none;
}

.greenlinks {
font-family:Tahoma;
font-size:12px;
color:#FFFFFF;
}
.greenlinks a:link{
font-family:Tahoma;
font-size:12px;
color:#aad151;
text-decoration:underline;
}
.greenlinks a:visited{
font-family:Tahoma;
font-size:12px;
color:#aad151;
text-decoration:underline;
}
.greenlinks a:hover{
font-family:Tahoma;
font-size:12px;
color:#aad151;
text-decoration:none;
}

.greyline
{
border-top:#666666 1px solid;
}

.pinkboldtext{
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#f386a1;
}

.blueboldtext{
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#76dcff;
}

.greenboldtext{
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#669900;
}



