.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.header {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.text {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}
.footer {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
}
.underline {
	font-weight: bold;
	color: #990099;
	text-align: center;
}

TD {
	background-color: #FFFFFF;
}
TD.sides {
	background-color: #CCCCFF;
}
/*LINKS---------------------------------*/
A {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
A:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
}
A.smallLink {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #663399;
	text-decoration: none;
}
A.smallLink:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #663399;
	text-decoration: underline;
}
A.smallerLink {
	font-size: 12px;
	color: #663399;
	text-decoration: none;
}
A.smallerLink:hover {
	font-size: 12px;
	color: #663399;
	text-decoration: underline;
}
.highlight {
	background-color: #330066;
}
.pageTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #330066;
}
.colorHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #330066;
	font-weight: bold;
}

/*Forms-----------------------------------*/
INPUT {
	background-color: #ccccff;
	border: 1px solid #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
INPUT.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	border: 0px;
}
.area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ccccff;
	border: 1px solid #330066;
}

