body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/background1.jpg);
	background-repeat: repeat-x;
	background-color: #8B1A14;
	list-style-position: inside;
	list-style-type: square;
}
H1 {
	margin:20px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
a:hover {
	text-decoration: underline;
	color: #8B1A14;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
.oneColFixCtrHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #AAAAAA; 
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #menu {
	width: 800px;
	background: #FFFFFF;
	margin: 0px;
	border: 0px solid #333333;
	text-align: center;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FEF4F4;
}
.oneColFixCtrHdr #attable {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FEF4F4;
}
.oneColFixCtrHdr #footer {
	padding: 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8C1A14;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #000000;
}
ol, ul {
	font-family: tahoma, Arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	line-height: 17px;
	letter-spacing: 1px;
	text-indent: -17px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 40px;
	padding-top: 4px;
	margin: 10px;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
}
.style1 {
	font-family: tahoma, Arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	line-height: 17px;
	letter-spacing: 1px;
	text-indent: 30px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	margin: 10px;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
}
.style2 {
	font-family: tahoma, Arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	line-height: 17px;
	letter-spacing: 1px;
	text-indent: 30px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	color: #FF0000;
	margin: 10px;
}
.style3{
	font-family: tahoma, Arial;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 20px;
	color: #FFFF99;
}
.style5 {
	font-family: tahoma, Arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	line-height: 12px;
	letter-spacing: 1px;
	text-indent: 0px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 6px;
	padding-top: 2px;
	color: #000000;
	margin: 10px;
}
.innercontent6{
	FONT-WEIGHT: normal;
	FONT-FAMILY: tahoma, Arial;
	COLOR: #000000;
	FONT-SIZE: 10pt;
	text-align:inherit;
	letter-spacing: 1px;
	margin: 1px;
	padding: 1px;
}
.innercontent6_red{
	FONT-WEIGHT: normal;
	FONT-FAMILY: tahoma, Arial;
	color: #FF0000;	
	FONT-SIZE: 10pt;
	text-align:inherit;
	letter-spacing: 1px;
}
select{
	background-color: #FEF4F4;
	border: 1 solid #ffffff;
	font-size: 10pt;
	font-family: tahoma,Arial;
	color:#000000;
	}
input{
	background-color: #FFFAFA;
	border: 1px solid #990000;
	font-size: 10pt;
	font-family: tahoma,Arial;
	color:#000000;
}
textarea{
	background-color: #FFFAFA;
	font-size: 10pt;
	font-family: tahoma,Arial;
	color:#000000;
	border-top: 1pt solid #990000;
	border-right: 1pt solid #990000;
	border-bottom: 1pt solid #990000;
	border-left: 1pt solid #990000;
}
checkbox{
background-color: #FEF4F4;
	border: 1 solid #8B1A14;
	font-size: 10pt;
	font-family: tahoma,Arial;
	color:#000000;
}

