
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#DCC8A5;
	color: #000;
}
#innerPageDivs
	{
	position:relative;
	padding:10px;
	width:758px;
	height:335px;
	overflow:auto;
}

#innerPageDivs p{
	margin: 15px 0px 4px 0px;
}
#homePageDivs
	{
	position:relative;
	padding:5px;
	width:769px;
	height:370px;
	overflow:inherit;
}
.innerHead{
font-weight:bold;
font-size: 120%;
}

#innerPageDivs .bol{
font-weight:bold;
}