.nav a:link {color:#300; font-weight: bold; text-decoration: none;} /* links that haven't been activated or pointed at yet */
.nav a:visited {color:#300; font-weight: bold; text-decoration: none;} /* links that have been visited */
.nav a:focus {color:#300; font-weight: bold; text-decoration: none;} /* if the link is selected via the keyboard and is ready to be activated */
.nav a:hover {color:#300; font-weight: bold; text-decoration: none;} /* changes appearance of link when pointed to */
.nav a:active {color:#300; font-weight: bold; text-decoration: none;} /* changes appearance of link when clicked */

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: 9pt;
	color: #630;
}

table.container {
	background-color: #FC9;
	width: 715px;
	height: 500px;
	border: 2px solid #630;
	font-family: times; 
	font-size: 9pt;
}

td.nav {
	width: 152px;
	border: 0px;
	font-family: times; 
	font-size: 9pt;
	color: #630;
}

td.bar {
	width: 29px;
	border: 0px;
}

td.body {
	width: 514px;
	font-family: times; 
	font-size: 9pt;
	color: #630;
}

table.in_body {
	width: 100%;
	border: 0px;
	font-family: times; 
	font-size: 9pt;
}

font.header { 
	font-family: times; 
	font-weight: bold;
	font-size: 11pt;
	color: #300;
	text-transform: uppercase;
}

font.subheader { 
	font-family: times; 
	font-weight: bold;
	font-size: 9pt;
	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; 
}

table.special {
	background-color: #C96;
	border: 1px solid #630;
	font-family: times; 
	font-size: 9pt;
	color: #FC9;
}

td.special_header {
	background-color: #630;
	border: 1px solid #630;
	font-family: times; 
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #FC9;
}