@charset "UTF-8";
/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 250px;
	margin-right: 250px;
	line-height: 150%;
	margin-top: 300px;
	color: #5B6766;
}

a:link      { color: #5B6766; }
a:hover     { color: #e50905; }
a:visited	{ color: #5B6766; }

.textRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
}

UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 265px;
	margin-right: 250px;
}
h1 {
	margin-left: 250px;
	margin-right: 250px;
}
h2 {
	margin-left: 250px;
	margin-right: 250px; 
}
h3 {
	margin-left: 250px;
	margin-right: 250px; 
}

table {
	padding: 0 0 0 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
} 

table p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-right: 0px;
}
table h2 {
	margin-left: 0px;
	margin-right: 0px;
}
table h3 {
	margin-left: 0px;
	margin-right: 0px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#htmlMAIN {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}