body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
}
html, body, h1 {
	margin: 0;
	padding: 0;
	margin-left: 6px;
	margin-right: 6px;
	list-style: none;
}
.mainbody  {
border:solid 1px #000000;
width:700px; 
height:300px; 
overflow:auto; 
padding:0px; 
background-color:#F1F1D8; 
margin:auto;
}
.mainbodyB  {
border:solid 1px #000000;
width:700px; 
height:300px; 
overflow:auto; 
padding:0px; 
background-color:#FFFFFF; 
margin:auto;
}

.mainbodyC  {
border:solid 1px #000000;
width:700px; 
height:300px; 
overflow:auto; 
padding:0px; 
background-image: url('images/snowing.gif');
margin:auto;
}
img {
	padding: 4px;
}

p {
	font-size: medium;
	text-align: left;

}
h1 {
	font-size: xx-large;
	color: #163F0E;
}
h2 {
	font-size: x-large;
	color: #163F0E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #163F0E;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
	color: #163F0E;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 14px;
}
#fixed p {
	font-size: 10pt;
	text-align: left;

}
#fixed h1 {
	font-size: 16pt;
	color: #163F0E;
}
#fixed h2 {
	font-size: 14pt;
	color: #163F0E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #163F0E;
}
#fixed h3 {
	font-size: 12pt;
}
#fixed h4 {
	font-size: 10pt;
	color: #163F0E;
}
#fixed h5 {
	font-size: 9pt;
}
#fixed h6 {
	font-size: 10px;
}
#fixed p, #fixed h1, #fixed h2, #fixed h3, #fixed h4, #fixed h5, #fixed h6 {
	margin: 14px;
}
a {
	color: blue;
}

a:visited {
	color: #163F0E;
	text-decoration: underline;
}

a:hover {
	color: #FFFF33;
	text-decoration:none;
}

#homepg a {
	text-decoration: none;
}
#homepg a:hover {
	background-color:#FFFFFF;
	text-decoration: none;
}
#homepg img {
	padding: 0;
}
#footer {
	color: #ffffff;  
	background-color: #163F0E;
	font-size: 10px; 
	text-align: center;
	width: 100%;  
	height: 45px  

}

#footer a {
	color: #ffffff;  
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	background-color:#F1F1D8;
	color: #163F0E;
}