/* 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;
}
.form {
margin: 0;
padding: 0;
}




.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: bolder;
	color: #003399;
	background-color: #FFFFFF;
	border-color: #cccccc;
	width: 160px;
}
.contact {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
	background-color: #FFFFFF;
	border-color: #cccccc;
	width: 230px;
}
.button {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
     background-color: #FFFFFF;
	color: #0099FF;

}
.nowidth {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border-color: #cccccc;
}
