.main {
	font-family: Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.titles {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.buttons {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.subbuttons {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	color: #FF9731;
	text-decoration: none;
}
.fields {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #CCCCCC;
	border: none;
}
.submit {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #FFFFFF;
}
.subsubbuttons {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;

}
