@charset "UTF-8";
/* CSS Document */

body 
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
}
.body 
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
}

.bold 
{
	font-family:inherit;
	font-weight:bold;
}

.header
{
	font-size:30px;
	font-weight:bold;
}
.subhead
{
	font-size:16px;
	font-weight:bold;
}
.note
{
	font-size:11px;
}
a:link 
{
  display: inline;
  color: #CC6633;
  text-decoration:none;
}
a:active
{
	color:#996600;
	text-decoration:underline;
	display: inline;
}
a:visited
{
	color:#996600;
	text-decoration:none;
	display: inline;
}
a:hover 
{
	color:#CC6633;
	display: inline;
	text-decoration:underline;
}


