/* CSS Document */

body {
margin:0;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#525252;
}
.light {
color:white;
}

.content {
background-image:url(images/home_bg.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}

.emph {
font-size:12px;
font-weight:bold;
}
.footer {
font-size:10px;
color:#808080;
}
.footer a:link {
color:#808080;
text-decoration:none;
}
.footer a:active {
color:#808080;
text-decoration:none;
}
.footer a:visited {
color:#808080;
text-decoration:none;
}
.footer a:hover {
color:#808080;
text-decoration:underline;
}
.heading1 {
color:#B30000;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}
