* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #F3F3F3;
	margin-top: 0px;
}

.homemenu {
	background-color: #C2ADE9;
	text-align: right;
}
.homemenu a {
	color: #FFFFFF;
	line-height: 24px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.homemenu a:hover {
	color: #000000;
}
.top {
	background-color: #9376D4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 136px;
}
.bottom {
	background-color: #C2ADE9;
	height: 240px;
}
.maincell {
	background-color: #9376D4;
	height: 200px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
}
.italic {
	font-style: italic;
}.alignbottom {
	vertical-align: bottom;
}
