html {
	height: 100.1%;
}

body, td, .content {
	font: 10pt Verdana;
}

.content {
	padding: 5px 10px 10px 15px;
}

.top-bar {
	background-color: #c62a2a;
	text-align: right;
	color: white;
	font: 6pt Verdana;
	padding-right: 10px;
}


.menu, .menu-active {
			width: 185px;
			height: 22px;
			text-align: right;
			color: white;
			font: bold 11pt Century Gothic;
			cursor: pointer;
		}
		.menu-active {
			
		}
		.menu-container, .submenu-container {
			padding-right: 17px;
		}

		.submenu, .submenu-active {
			width: 185px;
			height: 22px;
			text-align: right;
			color: white;
			font: bold 10pt Century Gothic;
			text-transform: uppercase;
			cursor: pointer;
			margin-bottom: 4px;
			margin-left: 1px;
		}
		.submenu {
			background-image: url('/resources/images/menu/sub.gif');
			background-repeat: no-repeat;
			color: #004288;
		}
		.submenu-active {
			background-image: url('/resources/images/menu/sub-sel.gif');
			background-repeat: no-repeat;
			color: white;
		}
		.submenu-container {
			padding-top: 2px;
			padding-right: 20px;
		}