body {

	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/bckgrnd.jpg);

	background-position: right;

	background-repeat: repeat-y;

}



h3 {

	size: 100%;

	color: #666666;

}



h4 {

	color: #000000;

	size: 100%

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-variant: small-caps;

}



.nav {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	color: #0000FF;

}



nav.a{

	color: #0000FF;

	text-decoration: none;

}



nav.a:link{

	color: #0000FF;

	text-decoration: none;

}



nav.a:visited{

	color: #000000;

	text-decoration: none;

}



nav.a:hover{

	color: #CC3300;

	text-decoration: underline;

}



.small {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

}



.small a{

	color: #0000FF;

	text-decoration: none;

}



.small a:link{

	color: #0000FF;

	text-decoration: none;

}



.small a:visited{

	color: #000000;

	text-decoration: none;

}



.small a:hover{

	color: #CC3300;

	text-decoration: underline;

}



.copyright {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	font-weight: bold;

	color: #333333;

}



td {

	font-family: Arial, Helvetica, sans-serif;

}



th {

	font-family: Arial, Helvetica, sans-serif;

}



#title {

	width: 100%;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #000000;

	vertical-align: baseline;

}



#foot {

	width: 100%;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #000000;

	vertical-align: baseline;

}

.und {
	text-decoration: underline;	
}

.hilite {
background: #ffff00;
}