body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
}
.naviTop {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	height:16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0px;
}
.headerDiv a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.headerDiv a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.headerDiv a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
}
.footerBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #A00B07;
	text-decoration: none;
	letter-spacing: 0px;
}

.headerStatic{
	width: 100%; 
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color:#D03300;
}
.footerStatic{
	position: fixed;
	width: 100%; 
	left: 0;
	bottom: 0;
	overflow: hidden;
	height:80px;
	background-color:#D03300;	
}
.mainDynamic{
	overflow: auto;
	margin-top:100px;
	margin-bottom:80px;
}


