a:link {color:#630; font-weight: bold; text-decoration: none;} /* links that haven't been activated or pointed at yet */
a:visited {color:#630; font-weight: bold; text-decoration: none;} /* links that have been visited */
a:focus {color:#630; font-weight: bold; text-decoration: none;} /* if the link is selected via the keyboard and is ready to be activated */
a:hover {color:#630; font-weight: bold; text-decoration: none;} /* changes appearance of link when pointed to */
a:active {color:#630; font-weight: bold; text-decoration: none;} /* changes appearance of link when clicked */

body { 
	background-color: #FFF;
}


body, p, td, ul, ol { 
	font-family: times;
	font-size: 11pt;
	color: #630;
}

td.body {
	width: 514px;
	font-family: times; 
	font-size: 11pt;
	color: #630;
}

font.header { 
	font-family: times; 
	font-weight: bold;
	font-size: 13pt;
	color: #630;
	text-transform: uppercase;
}

font.subheader { 
	font-family: times; 
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	color: #630;
}

hr.hr {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #630;
	color: #630;
	margin: 0px 0px 0px 0px; 
}

hr.subhr {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #C96;
	color: #C96;
	margin: 0px 0px 0px 0px; 
}
