@charset "ISO-8859-1";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.bigtext {
	font-size: 18px;
	color: ec0071;
}
.copyrighttext {
	font-size: 11px;
	color: #999999;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}
body {
	background-color: #CCCCCC;
	background-image: url(bg_striped_diagonal.gif);
}
a:hover {
	text-decoration: underline;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.formfieldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bolder;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.box {
	color: #666666;
	height:30px;
	width:200px;
}
.other-box {
	color: #666666;
	height:30px;
	width:135px;
}
.asterisktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EC0071;
}
.requiredfield {
	color: #EC0071;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
input {
	border: 1px dashed #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #eeeeee;
	line-height: 22px;
}textarea {
	background-color: #eeeeee;
	border: 1px dashed #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height:60px;
	width: 410px;
}
.submitbutton {
	font-weight: bolder;
	font-size: 12px;
	background-color: #E8006F;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
	width: 150px;
	height: 30px;
}

