/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bgMain.gif);
	background-repeat: repeat;
}
a:link {
	color: #7D1E16;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7D1E16;
}
a:hover {
	text-decoration: none;
	color: #284B2E;
}
a:active {
	text-decoration: none;
	color: #7D1E16;
}
/* Tooltips */
#tooltip {
	position: absolute;
	padding: 4px;
	color: #FFF;
	font-size: 11px;
	display: none;
	text-align: left;
	background-color: #663300;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
 
.tooltipTitle {
	font-weight: bold;
	color: #FFFFFF;
}
p{
padding:4px 0px 4px 0px;
margin:0px;
}
-->
#submenu p
{
background:url(../images/sub-bg.jpg) no-repeat center top;
font-size:11px;
padding:3px;
height:21px;
}
.submenu:link{
margin-left:10px;
color:#7D1E16;
}
.submenu:hover{
margin-left:10px;
color:#666666;
text-indent:5px;
}
.submenu:visited{
margin-left:10px;
color:#7D1E16;
}
.submenu:active{
margin-left:10px;
color:#7D1E16;
}
.button
{
background:url(../images/btnbg.png) no-repeat;
width:100px;
border:0px;
color:#FFFFFF;
height:25px;
cursor:pointer;
}
span.show-tooltip-text { display: none; position: absolute; font-size: 11px; background:#5D3F3F;border:#000000 thin solid 1px; padding: 6px; padding-left: 12px; padding-right: 12px; color: white; }


h2{
font-size:12px;
line-height:17px;
color:#7d1e16;
margin:0px;
padding:7px 0px 7px 0px;
}
