.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #CCCCCC;
	color: #000000;
	width: 750px;
	overflow: auto;
	position: absolute;
	visibility: inherit;
	height: auto;
}
body {
	background-color: #B0B2B4;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	position: absolute;
	width: 750px;
	overflow: auto;
	visibility: inherit;
	height: auto;
}

a:link {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color: #086F66;
	text-decoration: underline;
	font-size: 11px;
}

.grey {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.backtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: default;
}
.green {
	color: #086F66;
}
h1, h2 {
	margin-top: 8px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}
.green_and_bold {
	font-weight: bold;
	color: #086F66;
}

