/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/mainback01.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 11px;
	color: #ffffcc;
	}

.sending{
	background-color: #003366; 
	width: 135px; 
	height: 20px;
	border: 1px solid #ccc; 
	font-weight: bold; 
	font-size: 11px; 
	color: #fff;
	}

.formfield {
	border: 1px solid #ccc;
	background-color: #000; 
	color: #fff;
	font-family: arial;
	font-size: 11px;
	width: 200px;
	}
form {
	width: 480px;
	}
p {
	margin: 0px;
	padding: 0px;
	}

.formtitles {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
.maintext {
	font-family: arial;
	font-size: 11px;
	color: #ffffcc;
	}
.smtext {
	font-family: arial;
	font-size: 9px;
	color: #ffffcc;
	}
.copyright {
	margin-top: 15px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	}
.copyright a:link{
	margin-top: 15px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
	
.copyright a:hover{
	margin-top: 15px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
	}
	
.copyright a:visited{
	margin-top: 15px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	}