body{	
	background:	#9FA5F1;
	font-family:	Helvetica;
	text-align:	justify;}

table.mainbox{
	width:		750px;
	border-spacing:	0px;
	padding:	0px;
	border:		solid 1px black;
	background:	white;
	text-align:	center;
	vertical-align:	top;}

td.menubar{
	width:		650px;
	text-align: 	right;
	height:		25px;
	background:	#009982;
	padding-right:	10px;
	color:		white;}

td.content{
	width:		50%;
	vertical-align:	top;
	text-align:	center;
	background:	#FFFFDE;
	height:		400px;}

h1{	color:		#007771;
	font-weight:	bold;
	font-size:	22px;
	text-align:	center;}

h2{	font-size:	18px;
	text-align:	center;}

h3{	font-size:	14px;
	text-align:	center;}

img{	margin:		10px;
	border: 	0px;}

div.mouseover{
	visibility:	hidden;
	font-size:	12px;
	font-style:	italic;
	color:		white;
	position:	absolute;
	top:		2px;
	right:		5px;}

div.container{
	width:		750px;
	height:		20px;
	position:	relative;
	background: 	#7777FF;}

td.menubar a{color: white;}
td.menubar a:hover{color:black;}

a.menuitem{
	font-size:	14px;
	font-weight:	bold;
	color:		black;
	text-decoration:none;}

div.mouseover a{color:	white;}
div.mouseover a:hover{color:black;}


div.Text{
	width: 		100%;
	height:		400px;
	color:		black;
	font-family:	Helvetica;
	text-align:	justify;
	line-height:	20px;
	overflow:	auto;
}