html, body { 
    height: 100%; 

} 
body {	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		background-color: #E2E1DE;
  		font-size:10px;}
		
.GenText { 
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:11px;
padding:1px;
text-align: justify;

}
		
h1 {	
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:11px;
color: #ffffff;
 }

h2,h3,h4,h5,h6 {	
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:11px;
color: #000000;
font-weight: normal;
 }	

A:link {	text-decoration: none; color: black;}
A:visited {	text-decoration: none; color: black;}
A:active {	text-decoration: none; color: black;}
A:hover {	text-decoration: underline; color: #999900;}

.linebottom {
	border-bottom-width: 0.35mm;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.linetop {
	border-top-width: 0.35mm;
	border-top-style: solid;
	border-top-color: #000000;
}
.lineright {
	border-right-width: 0.35mm;
	border-right-style: solid;
	border-right-color: #000000;
}
.lineleft {
	border-left-width: 0.35mm;
	border-left-style: solid;
	border-left-color: #000000;

}
.container
{
	border: 1px solid #000000;
	margin-left: auto;
    margin-right: auto;
	margin-top:0px;
	background-color:#FFFFFF;
	width:900px;
	position:relative;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;

}

.topImage
{
	background-image:url(http://www.tafft.com/images/autumn.jpg);
	background-repeat: repeat-x;
	width:900px;
	height:133px;
	position:relative;
}
.menu
{
	width:895px;
	height:22px;
	background-color:#FFFFFF;
	
	text-align:right;
	padding-right:5px;
	position:relative;
	
}
.menublack
{
	width:900px;
	height:12px;	
	background-color:#000000;
	position:relative;
horizontal-align:middle;
}
.menublack1
{
	width:900px;
	height:15px;	
	background-color:#000000;
	position:relative;
horizontal-align:middle;
}
.menugreeny
{
	width:898px;
	height:12px;	
	background-color:#CCE227;
	position:relative;
	text-align:center;
	padding:1px;
}
.content
{
	width:890px;
	background-color:#ffffff;
	position:relative;
	vertical-align:top;
	padding:5px;
}
p { line-height: 22px; } 
