a {
	color: blue;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: green; }

p {
	font-family: arial;
	color: navy;
	font-size: 10pt;
}

p.small {
	font-size: 8pt;
}

#bg {
	background: white;
}

#all {
	align: center;
	border-color: #339966;
	border-width: 2;
	border-style: solid;
	width: 750px;
	background-color: white;
}

#middle {
	background-color: #339966;
	position: relative;
	/* width:906px; */
	padding: 20 px;
	left: 10px;
	border-style: solid;
	border-width: 0 3 1 3;
	border-color: #CCFFCC;	
}

#toplogo {
	border-color: #339966;
	border-style: solid;
	border-width: 0 0 0 0;
}

#leftmenu {
	padding: 10px;
	border-color: #339966;
	border-style: dashed;
	border-width: 0 0 0 0;
}

#maintd {
	padding: 20px;
	border-color: #339966;
	border-style: solid;
	border-width: 2 0 0 0;
}

#footertd {
	padding: 5px;
	background-color: #33cc33;
	border-color: #339966;
	border-style: solid;
	border-width: 0 0 0 0;
}

#formstyle {
	background-color: #33cc33;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}