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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mainBg{
	background-image:url(../images/border.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.text {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #5d2360;
	text-decoration: none;
}
.bodytext {
	font-family: arial;
	font-size: 12px;
	color: #7fc41c;
	text-decoration: none;
}
.textfield {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 12px;
	width: 220px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
}
.text1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #5d2360;
	text-decoration: none;
}
.bodytext1 {
	font-family: arial;
	font-size: 14px;
	color: #7fc41c;
	text-decoration: none;
}
.text2 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textfield1 {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 150px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
}
.bodytext2 {
	font-family: arial;
	font-size: 14px;
	color: #7fc41c;
	text-decoration: underline;
}
.bodytext3 {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.error{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#F00;
}