@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: underline;
	color:#FFFFFF;
}
a:visited {
	text-decoration: underline;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: underline;
	color:#FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
#container {
	background-image:url(../images/kentwellsproductions.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 600px;
	margin: 0 auto;
}
.style2 {font-size: 11px}

.captchadiv {
	color:#000000;
	font-size:10px;
	background-color:#E4EFFF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:thin;
	padding:5px;
	width:350px;
}
.successfulmsg {
color:#000000;
font-size: 14px;
}