.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: center top;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
body {
	background-color: #F5F5F5;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	scrollbar-darkshadow-color : #8355BE;
	scrollbar-base-color : #CC99FF;
	scrollbar-face-color : #7042AC;
	scrollbar-shadow-color : #CC99FF;
	margin-top : 0px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #663399;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: .3em;
	white-space: normal;
	margin: auto;

}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.jobtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663399;
}
.inputfield {
	background-color: #EFDFFF;
	border: thin ridge #9900FF;
	font-size : 11px;
	font-style : normal;
	font-family : Verdana, Arial;
	text-align:left;
	color: #663399;
}

.button {
	background-color: #D1BBE8;
	border: thin ridge #9900CC;
	font-size : 11px;
	font-style : normal;
	font-family : Verdana;
	text-align:center;
	color: #663399;
}
.button:visited {
	color:#666666;
}

.button:hover {
	color:#535353;
	border:1px solid #535353;
	background-color:#C3C3C3;
	text-decoration:none;
}
.link_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #663399;
	font-weight: bold;

}
.link_light:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #CC99FF;
}
.link_light:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663399;
	vertical-align: baseline;
	padding: 5px;
	list-style-type: disc;
	letter-spacing: .1em;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
