﻿

h3 {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #FFF;
	cursor: pointer;
	margin:0 0 0 0;
	
}

h3 a:link, h3 a:visited {
	font-weight: bold;
	letter-spacing: 0px;
	line-height:30px;
	display: block;
	background:#C30 url(/Images/construction/nav-bg.gif) no-repeat;
	height:36px;
	width:123px;
	text-align:center;
    text-decoration: none;
	color: #FFF;
}

h3 a:hover {
	color: #FFF;
	background:#933 url(/Images/construction/nav-bg-over.gif) no-repeat;
}
h3 a:active, h3 a:focus {
	color: #FFF;
	background:#C30 url(/Images/construction/nav-bg-over.gif) no-repeat;
}

.accordion 
{
    padding:0 4px 0 4px;
    background:#FFF;
    margin:0 0 4px 0;
}