body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #F3EDDD;
}
body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}
a:link {
	color: #002c76;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #002c76;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #002c76;
	outline: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CE6904;
	font-weight: bold;
}
img {
	border: none;
}
.heading1 {
	font-size: 14px;
	font-style: italic;
}
.heading2 {
	font-size: 16px;
	color: #002c76;
	font-weight: bold;
}
.rule1{
	height: 10px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4D47D;
}
.rule2{
	height: 10px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4D47D;
}
.bulletTxt {
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	width: 210px;
	padding-left: 8px;
	background-position: left 7px;
	display: block;
}

.bulletTxtTop {
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	width: 210px;
	padding-left: 8px;
	background-position: left 14px;
	display: block;
	padding-top: 7px;
}

#maincontainer {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
	border-left-color: #BCBCBC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #fcb040;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
#toparea {
	width:570px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#contentarea {
	width:570px;
	padding-top: 30px;
}
#btmcontentarea {
	width:700px;
	margin-right: auto;
	margin-left: auto;
}
#contentarea2 {
	width:570px;
	margin-right: auto;
	margin-left: auto;
	height: 124px;
}
#footerarea {
	width:700px;
	font-size: 9px;
	line-height: normal;
	padding-top: 15px;
	color: #0d0101;
}

