body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d9e2e9;
}
body,td,th {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
}
#topMenu {
	background-color: #1d1c2e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f8fb;
}
#underMenu {
	background-image: url(../images/underMenu.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#mainContent {
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	background-color: #ecf2f6;
	border: 1px solid #d5c5c5;
	padding: 5px;
}
#topMenu div {
	color: #FFFFFF;
	width: 920px;
	text-align: right;
}
#topMenu div a {
	color: #FFFFFF;
	text-decoration: none;
}
#topMenu div a:hover {
	background-color: #31444F;
}
#underMenu div {
	color: #000000;
	width: 800px;
	text-align: right;
}
#underMenu div a {
	color: #000000;
	text-decoration: none;
}
#underMenu div a:hover {
	text-decoration: underline;
}
