#categories_header2 {
	background: url(images/cat-header.png) no-repeat;
	width: 400px;
	height: 25px;
	overflow: hidden;
}



#categories_header2 h2 {
	display: block;
	width: 390px;
	margin-top: 4px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	background: #6f8dbd;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #224272;
}



#categories_header2 h2 a{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #224272;
	text-decoration: none;
}



#categories_header2 h2 a:hover{
	font-weight: bold;
	font-size: 13px;
	color: #fff9bc;
	text-shadow: 1px 1px 1px #224272;
}

.accent {
color: #333333;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #efefef;
font-size: 11px;
font-weight: bold;
border-bottom: 1px #c6c6c6 solid;
border-top: 1px #c6c6c6 solid;
border-right: 1px #c6c6c6 solid;
border-left: 1px #c6c6c6 solid;
}


.content {
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px #c6c6c6 solid;
	border-right: 1px #c6c6c6 solid;
	border-left: 1px #c6c6c6 solid;
}

.content a, a:visited {
	text-decoration: underline;
}

.content a:hover {
	color: #3a9be7;
	text-decoration: none;
}

.contactbutton { 
	background: #6f8dbd url(images/h2-02.jpg) repeat-x;
	color:#ffffff; 
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px; 
}