.table1 {
	border: thin solid #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.maintxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}
.side1 {
	padding: 10px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #333333;
}
.top1 {
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.body1 {
	background-color: #000066;
}
.topstyle1 {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
a.g:link { color: blue; text-decoration: underline; }
a.g:visited { color: blue; text-decoration: underline; } 
a.g:hover {
	color: #FF0000;
	text-decoration: underline;}
.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}

