td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%; 
} 
h1 { 
	font-size: 130%; 
	font-weight: normal; 
} 
h2, .h2 {
	font-size: 100%; 
	font-weight: bold;
	color: #5A3A9B; 
}
.tableborder { 
	border: #666666 solid 1px; 
} 
.whitetableborder { 
	border: #FFFFFF solid 1px; 
} 
a, a:visited { 
	color: #694CA3; 
} 
a:hover { 
	color: #CCCCCC; 
} 
.footer,a.footer { 
	color: #694CA3;
	text-decoration: none; 
}
.footersmall,a.footersmall {  
	font-size: 90%; 
	color: #694CA3;
	text-decoration: none;
} 

.smaller {
	font-size: 80%;
}

input {  
	border: 1px #5A3A9B solid; 
	background-color: #C4ADDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	color: #000000;
	border-color: #5A3A9B solid;

}

textarea {  
	border: 1px #5A3A9B solid;
	background-color: #C4ADDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	color: #000000;
	border-color: #5A3A9B solid;
}

