/* CSS Document */


BODY { 
  background-image: url(images/bg.gif);
	background-repeat: repeat-x;}
a:link {
	color: #66FF00;
	text-decoration: none;
}
a:visited {
	color: #66FF00;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #66FF00;
	text-decoration: none;
}



.linkswhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #0099FF;
	text-decoration: none;
}
.linkswhite a:active {
	color: ffffff;
	text-decoration: none;
}

.stylemenu {
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #003399;
	background-color: #CCCCCC;
	border-color: #000066;
}
.textboxes {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #003399;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: circle;
	border-color: #FFFFFF;
}
.submenu {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A3A428;
	background-color: #22170C;
	width: 300px;

}
