/* general font attributes */
body, p, td, div, select, input, textarea
{ 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; }
	
input.submit {
background-color: #B06CC0;
font-weight: bold;

}	

/* custom classes for footnotes */
.teeny
{	font-size: 10px; }

.teeny2
{ 	font-size: 10px; color: #ffffff; }


/* bulleted items */
li
{	color: #0066CC; font-weight: bold; list-style: none; }	

/* hyperlinks */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; }

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC; }

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC; }

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#B06CC0; }

table.data {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 1px solid black;
	padding: 3px;
}	