body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.white {
	color: #FFFFFF;
}
.shadow_l {
	background-image: url(shadow_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.shadow_r {
	background-image: url(shadow_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tel {
	background-image: url(tel.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navigation a
{
	color: #FFFFFF;
	background: url(menu_left.jpg) no-repeat left top;
	text-decoration: none;
	padding-left: 9px;
	display: block;
	float: left;
	line-height: 190%;
	font-size: small;
}

#navigation a span
{
	background: url(menu_right.jpg) no-repeat right top;
	padding-right: 9px;
	display: block;
	float: left;
}

#navigation a, #navigation a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
	color: #fff;
	background: url(menu_h_left.jpg) no-repeat left top;
	padding-left: 9px
}

#navigation a:hover span
{
	background: url(menu_h_right.jpg) no-repeat right top;
	padding-right: 9px
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
.bdr {
	padding: 10px;
	border: 1px solid #999999;
}


#navigation li
{
	float: left;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
.copyright {
	font-size: x-small;
	color: #999999;
}

#activelink
{
	color: #FFFFFF;
	background: url(menu_h_left.jpg) no-repeat left top;
	text-decoration: none;
	padding-left: 9px;
	display: block;
	float: left;
	line-height: 190%;
	font-size: small;
}

#activelink span
{
	background: url(menu_h_right.jpg) no-repeat right top;
	padding-right: 9px;
	display: block;
	float: left;
}

#activelink, #activelink span
{
	display: block;
	float: left;
}
a {
	color: #0000FF;
}
a:hover {
	color: #65CC33;
}
.subhead {
	font-size: 110%;
	font-weight: bold;
	color: #0000FF;
}
.italic {
	font-size: 120%;
	font-style: italic;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subhead_grey {
	font-size: 120%;
	color: #999999;
	font-family: "AvantGarde Bk BT", Arial;
}
