.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #E5E5E5;

}
.mainback {
	background-attachment: scroll;
	background-color: #E8E8E8;
	background-image: url(mainback.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.topcut {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0065D2;
	background-attachment: scroll;
	background-image: url(minilogo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 10px;
}
