html,body {
	background-color: #f4f4f3;
	margin: 0px;
	padding: 0px;
}
body {
	background: url(/images/bg.png);
    background-repeat: repeat-x;
}
td {
	font-family: Arial;
	font-size: 10pt;
	color: #744E9A;
}
a:link {
	color: #A077CA;
	text-decoration: underline;
}
a:visited {
	color: #A077CA;
	text-decoration: underline;
}
.layoutDark {
	background-color: #CCB5E4;
}
.layoutDark {
	background-color: #744E9A;
}
.layoutContent {
	padding: 10px;
	background-color: #E6D7F7;
}
.layoutFooter {
	background-color: #AD8BD1;
	text-align: center;
	padding: 6px;
	color: #DAC4F2;
}
.layoutMenu {
	background-color: #CCB5E4;
}
.layoutEdit a:link {
	font-family: verdana;
	font-size: 8pt;
}
.layoutEdit a:visited {
	color: #DAC4F2;
	font-family: verdana;
	font-size: 8pt;
}
.menuLinks a:link {
	color: #A077CA;
	text-decoration: none;
}
.menuLinks a:visited {
	color: #A077CA;
	text-decoration: none;
}
.menuLinksHover a:link {
	color: #A077CA;
	text-decoration: none;
}
.menuLinksHover a:visited {
	color: #A077CA;
	text-decoration: none;
}
.menuCategory {
	display: block;
	background-color: #A077CA;
	text-decoration: none;
	font-size: 9pt;
	padding: 3px 3px 3px 12px;
	vertical-align: center;
	font-weight: bold;
	color: #DAC4F2;
}
.menuLinks {
	display: block;
	border-bottom: 1px #E0C0FE solid;
	text-decoration: none;
	font-size: 9pt;
	padding: 3px 3px 3px 12px;
	vertical-align: center;
	font-weight: bold;
}
.menuLinksHover {
	display: block;
	border-bottom: 1px #E6D7F7 solid;
	text-decoration: none;
	font-size: 9pt;
	padding: 3px 3px 3px 12px;
	vertical-align: center;
	background-color: #E6D7F7;
	cursor: hand;
	font-weight: bold;
}