body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
.topmenu {
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #333333;
	font-weight: bold;
	text-align: center;
}
a:link {
#	color: #FF0000;
	color: #2B3856;
	text-decoration: none;
}
a:visited {
	color: #2B3856;
#	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #2B3856;
#	color: #FF0000;
	text-decoration: underline;
}

a.special_link:link {color: #ff0000; background: #ffffff; font-weight: bold;}
a.special_link:active {color: #ff0000; background: #ffffff; font-weight: bold;}
a.special_link:visited {color: #ff0000; background: #ffffff; font-weight: bold;}
a.special_link:hover {color: #ff0000; background: #ffffff; font-weight: bolder;}

.header {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

	
.header_tabs_a {
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#7C7C7C;
	line-height:30px;
	letter-spacing:1px;
	float: left;
	padding: 0;
	width:107px;
	text-align:center;
	background-image:url(header_tabs.gif);
	overflow: hidden;
	height: 27px;
	}
		
.header_tabs_a:hover {
	background-position: 0 -27px;
	color:#7C7C7C;
	}
	
.header_tabs_a:active, header_tabs_a.selected {
	background-position: 0 -54px;
	}