body {
	background:url(images/bg.jpg);
	background-color:#000;
	background-attachment:fixed;
	background-repeat:repeat-x;
	text-align: right;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666;
}
.footer a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666;
}

.form {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#menu {
list-style: none;
text-align:right;
width: 180px;
height: 214px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a{
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 20px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
text-decoration:none;
}

#menu a:hover{
color:#666;
font-weight:900;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-style: normal;
	line-height: 16px;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.bodytextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #333;
}
.headertext {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
