body {
        margin: 0 0 0 0;
}
body, p, td {
	font: 12px/120% Arial, Helvetica, sans-serif;
}
.bg {
	background: #CCCCCC url(../images/index_02.jpg) repeat-x;
}
.barLeft {
	background: url(../images/index_09a.jpg) repeat-y top;
}
.barRight {
	background: url(../images/index_11a.jpg) repeat-y top;
}
.content {
	padding: 10px;
}
.content h1 {
	font-size: 20px;
	color: #D93C00;
}
.content h2 {
	font-size: 18px;
	color: #D93C00;
}
.content h3 {
	font-size: 16px;
	color: #D93C00;
}.contentMenu {
	background: #949494;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
.sideTitle {
	background: url(../images/index_15.jpg);
	vertical-align: middle;
	color: #fff;
	font-weight: bolder;
	font-size: 13px;
	text-align: center;
	height: 25px;
}
a.menu:link, a.menu:visited {
	background: url(../images/menu_white.jpg) no-repeat center;
   display: block;
	padding: 4px 25px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid #6B533B;
}
a.menu:hover, a.menu:active {
	background: url(../images/menu_dark.jpg) no-repeat center;
	display: block;
	color: #fff;
}