.top1 {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	vertical-align : top;
	font-weight : bold;
	font-size : larger;
	border-bottom : medium solid Black;
}
.top2 {
	background-color : #66CC66;
	color : #666666;
	font-size : xx-large;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align : bottom;
	text-align : right;
	border-bottom : medium solid Black;
}
.top3 {
	background-color : #66CC66;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
	vertical-align : top;
	text-align : center;
	font-size : x-small;
	border-bottom : medium solid Black;
}
.left {
	background-color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	border-style : dashed;
	border-color : #999999;
	border-right : medium solid Black;
}
.right {
	background-color : #666666;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	border-style : none dashed none none;
	border-color : #999999;
	vertical-align : top;
}
.right2 {
	background-color : #666666;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align : top;
}
a:link {
	color : #666666;
	text-decoration : none;
}
a:active {
	text-decoration : none;
}
a:visited {
	text-decoration : none;
	color : #666666;
}
a:hover {
	color : Blue;
	text-decoration : none;
} 