html {
	height: 100%;
}
body {
	text-decoration: none;
	background-color: #edf2f4;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	padding: 0; /* what Opera thinks is right */
	font-family: "Arial","Helvetica","sans-serif";
	font-weight: normal;	
	font-size: 11px;
	color: #555555;
	cursor: crosshair;
	height: 100%;
}
td, th, pre {
	text-decoration: none;
	font-family: "Arial","Helvetica","sans-serif";
	font-size: 11px;
	line-height: 18px;
	word-spacing: 2px;
}
option, input, textarea, select {
	text-decoration: none;
	font-size: 11px;
}
h1 {
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
h2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	color: #B4C4CD;
	margin: 0px;
	padding: 0px;
}
h3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
h4 {
	text-decoration: none;
	font-size: 12px;
	color: #888888;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0px;
}
b, strong {
	text-decoration: none;
	font-size: 13px;	
	font-weight: bold;
	color: #222222;
}
hr {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style:  none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 0.5px;
}
a:link {
	text-decoration: none;
	color: #0099ff;
}
a:visited {
	text-decoration: none;
	color: #0099ff;
}
a:hover {
	text-decoration: none;
	color: #FE641E;
}
.maintable {
	text-decoration: none;
	height: 100%;
	width: 100%;
}
.content {
	text-decoration: none;
	text-align: justify;
	line-height: 20px;
	word-spacing: 2px;
	font-size: 12px;
	padding: 15px;
	color: #555555;
}
.bot {
	text-decoration: none;
	background-color: #d8e2e7;
	font-size: 10px;
	color: #aaaaaa;
	height: 100%;
	width: 100%;
}
.pagetitle {
	text-decoration: none;
	font-weight: normal;
	font-size: 23px;
	color: #213944;
}
