BODY{
	margin: 0;
	padding:5px 2px 2px 2px;
}
BODY, TD{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}
UL{
	margin-top:    3px;
	margin-bottom: 10px;
}
H1,H2,H3,H4{
	font-weight: bold;
	margin: 0;
	padding:0;
	margin-top:    10px;
	margin-bottom: 10px;
}
H1{
	font-size: 14px;
	font-weight: bold;
}
H2{
	font-size: 12px;
	font-weight: bold;
}
H3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
H4{
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
	color: Black;
	margin-bottom: 0;
}
.rightBar{
	padding-left: 13px;
	padding-right: 4px;
	padding-top:   6px;
	padding-bottom:6px;
}
.leftMenu{
	font-weight: bold;
	margin: 0;
	padding:0;
}
.leftMenu A{
	text-decoration: none;
}
.leftMenu A:hover, .leftMenu A:active{
	text-decoration:underline;
}
.categoryList{
	line-height:1.1em;
	color: #000000;
}
.categoryList A{text-decoration:none}
.categoryList A:hover{text-decoration:underline}
.categoryList A:active{text-decoration:underline}
.content{
	padding: 16px;
	padding-top: 8px;
}
.footer{
	padding-top:    8px;
	padding-bottom: 8px;
	font-size: 11px;
}
.footer A{
	text-decoration: underline;
}
.footer .links A{margin-right: 6px}
P{
	margin: 0;
	margin-bottom: 1ex;
}

.button{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border: 0px solid White;
	padding: 2px;
	height: 20px;
	display: inline-block;
}
INPUT.text, SELECT{
	border: 1px solid Gray;
	font-size: 12px;
	height: 171px;
	position: relative;
	top: 3px;
	left: 2px;
	width: 77px;
}
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}