/* CSS Document */


BODY { 
  background-image: url(images/bg.jpg);
	background-repeat: repeat-x;}
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:visited {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #3333FF;
	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;
	list-style-type: disc;
}
.textboxes {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #AF8D22;
	background-color: #FFFFFF;
	border-color: #cccccc;
	width: 300px;
}
.button {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #AF8D22;
	border-color: #cccccc;
	width: 120px;
}
