*{
	margin: 0px;
}

div#homeall {
	text-align: center;
	width: 780px;
	line-height: 120%;
	border: 1px solid #335566;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#fdfdfd;
}


a    {
	text-decoration: underline;
}
a:link    {
	color: #0066FF;
}
a:visited {
	color: #FF0099;
	text-decoration: underline;
}
a:hover   {
	color: #FF6600;
	text-decoration: underline;
}

div#navi {
	clear: both;
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding: 4px;
	line-height: 1.1em;
	width: 600;

}

.text {
	font-size: 90%;
	text-align: left;
	margin: 0px;
	line-height: 1.1em;
	color: #44423A;

}

div#sfoot {
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	clear: both;
	padding: 4px;
	line-height: 1.3em;
}

div#homemenu {
	text-align: left;
	font-size: 90%;
	width: 180px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

div#homemain {
	text-align: left;
	width: 600;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: 5px;
	margin-left: auto;
}

.description {
	color: #333333;
	font-size: 85%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


