/* ||||||||||||| LAYOUT |||||||||||||*/
body {
	font-family: Arial, Helvetica, sans-serif;
}
div#Layer1 	{
	position: absolute; 
	left: 13px; 
	top: 16px; 
	width: 937px; 
	z-index: 1; 
	text-align: left; 
	height:auto; 
	border-top:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC;
}
div#Layer2 {
	position: absolute; 
	left: 13px; 
	top: 135px; 
	width: 237px; 
	z-index: 2; 
	text-align: left; 
	height:auto; 
	background-color:#DDDDDD; 
	padding:5px;
}
div#Layer3	{
	position: absolute; 
	left: 273px; 
	top: 135px; 
	max-width: 677px; 
	z-index: 3; 
	text-align: left; 
	height:auto; 
	padding:5px 0 5px 5px;
}
/* ||||||||||||| /LAYOUT |||||||||||||*/
h1 {color: #666666}
h2 {color: #666666}
h3 {color: #666666}
h4 {color: #666666}
h5 {color: #666666}
h6 {color: #666666}
strong {color: #990000}
p	{
	max-width:500px;
	line-height: 130%;
}
#footer {
	background-color: #ffffff;
	width: 100%;
	border-top:1px solid #CCCCCC;
	font-size: 90%;
	margin-top:10px;
	padding-bottom:10px;
}
.brclearboth	{
	clear:both;
	width:100%;
	height:1px;
}
.gray {color: #666666}
.darkred {color: #990000}
ul.listmenu li {
	line-height:30px;
	list-style:square;
}
ul.submenu li {
	line-height:20px;
	list-style:square;
	margin-bottom:20px;
}
td	{
	border-bottom: 1px solid #CCCCCC;
}
th	{
	border-bottom: 1px solid #CCCCCC;
}