/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:white;
}
.form th{
	background-color: #3C113E;
}
.message{
	margin:20px 0px;
	padding:20px;
	text-align:center;
	border:solid 1px  #3C113E;
	background:#6D2070;
	color:white;
}
.input100{
	width:99%;
}
textarea.input100{
	width:95%;
}
.button100{
	width:99%;
}

.navigate{
	position:relative;
}
.navigate, .navigate a{
	color:#white;
	text-decoration:none;
	font-size:11px;
	white-space:nowrap;
}
.navigate a{
	color:#fff;
	display:inline-block;
	background-image:url(design/linkButton.gif);
	background-repeat:no-repeat;
	width:80px;
	height:27px;
	text-align:center;
	padding-top:5px;
}
.navigate a:hover{
	color:#ff0;
}
.black, .black a, .black div{
	color:#000;
	font-size:10px;
}
