body {
	background-color: #E5F0CB;
	font-family: Arial, Helvetica, sans-serif;
}
.cell01 {
	background-color: #6377DC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.cell01 A{
	color: #FFFFFF;
	text-decoration: none;
}
.cell01 A:HOVER{
	color: #CCCCCC;
	text-decoration: none;
}
.cell02 {
	background-image: url(gfx/back.jpg);
}
.cell03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	background-color: #FFFFFF;
}
.cell04 {
	background-image: url(gfx/back_l.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px;
	font-size: 9pt;
	text-align: justify;
	color: #000033;
}
.cell04 A{
	color: #AAAA55;
	text-decoration: underline;
}
.cell04 A:HOVER{
	text-decoration: none;
}
.cell05 {
	background-color: #99CC99;
	font-size: 8pt;
	color: #666633;
	padding: 3px;
}
.cell05 a:link, .cell05 a:visited, .cell05 a:hover {
	color: #666633;
	text-decoration: none;
}
.cell05 a:hover {
	text-decoration: underline;
}
.cell06 {
	background-color: #009966;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
.cell07 {
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #99CC99;
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.cell07 A {
	color: #FFFFFF;
	text-decoration: none;
}
.cell07 A:HOVER {
	color: #009966;
	text-decoration: none;
}
.form { 
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
	font-size: 12px;
	color: #778899; 
}