/* CSS Document */

body {
margin:0;
background-color:#000000;
}

.heading {
font-size: 36px;
color: #990000;
font-family:"Trebuchet MS";
font-weight:bold;
}

.content {
font-family: Trebuchet MS;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}

.content a:link {
font-family: Trebuchet MS;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.content a:active {
font-family: Trebuchet MS;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.content a:visited {
font-family: Trebuchet MS;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.content a:hover {
font-family: Trebuchet MS;
font-size: 14px;
color: #990000;
font-weight: bold;
text-decoration: none;
}

.body_top {
background-image: url(../images/body_top.jpg);
height:49px;
}

.style1 {
font-family: "Trebuchet MS";
font-weight: bold;
}

.nav_bar {
background-image:url(../images/Nav_Bar.jpg);
height:47px;
width:800px;
font-family: Trebuchet MS;
font-size: 16px;
color: #666666;
font-weight: bold;
text-decoration: none;
}


.nav_bar a{
font-family: Trebuchet MS;
font-size: 16px;
color: #666666;
font-weight: bold;
text-decoration: none;
}

.nav_bar a:link {
font-family: Trebuchet MS;
font-size: 16px;
color: #666666;
font-weight: bold;
text-decoration: none;
}

.nav_bar a:visited {
font-family: Trebuchet MS;
font-size: 16px;
color: #666666;
font-weight: bold;
text-decoration: none;
}

.nav_bar a:hover {
font-family: Trebuchet MS;
font-size: 16px;
font-weight:bold;
color: #990000;
text-decoration: none;
}

.nav_bar a:active {
font-family: Trebuchet MS;
font-size: 16px;
color: #666666;
font-weight: bold;
text-decoration: none;
}

.footer {
background-image:url(../images/Footer.jpg);
font-family:Trebuchet MS;
font-size:12px;
color:#ffffff;
height:167px;
width:800px;
text-decoration:none;
}

.footer a:link {
font-family:Trebuchet MS;
font-size:12px;
color:#ffffff;
text-decoration: none;
}

.footer a:hover {
font-family:Trebuchet MS;
font-size:12px;
color: #FF0000;
text-decoration: none;
}

.footer a:visited {
font-family:Trebuchet MS;
font-size:12px;
color:#ffffff;
text-decoration: none;
}

.footer a:active {
font-family:Trebuchet MS;
font-size:12px;
color:#ffffff;
text-decoration: none;
}





