body {
	background-image: url('/i/main/bg-top.gif'); 
	background-repeat: repeat-x;
}

.topMenu a {
	color: #000000;
}

.activeMenu {
	background-color: #A7D2FA;
}

.leftMenu a {
	color: #336699;
}

.leftMenu b {
	color: #336699;
}

.bgMenu {
	background-image: url('/i/main/bg-menu.gif'); 
	background-repeat: no-repeat;
	background-position: top right;
}

.bgBottom {
	background-image: url('/i/main/bg-bottom.gif'); 
	background-repeat: repeat-x;
	background-position: bottom right;
}

.content h1 {
	font-family: 'Arial', 'Tahoma', Sans-serif;
	font-size: 125%;
	color: #000066;
	margin-left: 30px;
}

