/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/top01bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.headings {
padding:0 0 0 10px;
color: #fff;
font-weight:bold;
}

.content {
padding: 5px;
}

.menu {
padding: 8px 0 0 5px;
color: #fff;
font-weight:bold;


}

.menu a:link, a:active, a:visited{
color: #fff;
font-weight:bold;
text-decoration:none;
}

.menu a:hover{
color:#E6EA9D
}

.menu a:active{
color: #fff;
font-weight:bold;
}

.menu v:link{
color: #fff;
font-weight:bold;
}

.copyright {
color:#999999;

}