/* Original 
body
{
	padding: 0;
	margin: 0;
	font-size : 9px;
	font-family : verdana, arial, helvetica;
	color: #262626;
	background-image: url(../images/greysq.gif);
	background-repeat: repeat;
	padding-bottom: 10px;
}
*/

body
{
	padding: 0;
	margin: 0;
	font-size : 13px;
	font-family : Arial;
	color: #262626;
	background-image: url(../images/greysq.gif);
	background-repeat: repeat;
	padding-bottom: 10px;
}

p {
	color: #000000;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 16px;
}

.heading 
{
	color:#462505;
	margin:0;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
}

.subhead 
{
	color:#000000;
	margin:0;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}

#boxwrap
{
	border-color: #c9903b;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #FFFFCC;
	padding-top: 20px;
	padding-bottom: 7px;
	}
	
#boxchippy
{
	padding-left: 7px;
	padding-right: 7px;
	background-color: #D8E1C4;
	padding-top: 20px;
	padding-bottom: 7px;
	}


/* Original 

td.menu{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
*/

td.menu{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.menu 
{
	color: #FFFFCC;
	text-decoration : none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}

.menu:link 
{
	color: #FFFFCC;
	text-decoration : none;
}
	
.menu:visited {
	color: #FFFFCC;
	text-decoration : none;
	}
	
.menu:hover 
	{
	color: #C9903B;
	text-decoration : none;}
	
.menu:active 
	{
	color: #FFFFCC;
	text-decoration : none;}
	
/* Original 
a:link 
	{
	color: #CC0000;
	text-decoration: none;}


a:visited {
	color: #CC0000;
	text-decoration: none;}
	
a:active 
	{
	color: #CC0000;
	text-decoration: none;}
	
a:hover 
	{
	color: #C9903B;
	text-decoration: none;}

*/

a:link, a:visited, a:active {
	color: blue;
	text-decoration: underline;
}
	
a:hover 
{
    color: #C9903B;
}


hr {
	border: none 0; 
	border-top: 1px solid #462505;
 	width: 100%;
 	height: 1px;
 }
 
 hr.list {
	border: none 0; 
	border-top: 1px solid #ffffcc;
 	width: 100%;
 	height: 1px;
 }

.chippy 
{
	color: #FFFFFF;
	text-decoration : none;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

.chippy:link 
{
	color: #000000;
	text-decoration : none;
}
	
.chippy:visited {
	color: #000000;
	text-decoration : none;
	}
	
.chippy:hover 
	{
	color: #CC0000;
	text-decoration : none;
	}
	
.chippy:active 
	{
	color: #000000;
	text-decoration : none;
	}


/* RF February 2007 */

h1 
{	color:#462505;
	margin: 14px 0px 10px 0px;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #462505;
}

h2
{
    color:#000000;
	margin: 10px 0px 15px 0px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}

h3
{
    color:#000000;
	margin: 0px 0px 15px 0px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}