body {
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	font-weight: normal;
	background-color: F5F5F6;
	width: 100%;
	height: 100%;
	color: #000000;
}

table {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

big {
	margin: 0px;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 23px;
	font-weight: normal;
	color: #000000;
}

input, textarea, select {
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #575757;
	text-decoration: underline;
}
a:hover {
	color: #7B0000;
	text-decoration: none;
}

#CMS_top {
	background: url('/images/basics/top.jpg');
	height: 60px;
	background-repeat: repeat-x;
}

#CMS_button {
	background: url('/images/basics/navigation_bgoff.gif');
	background-repeat: repeat-x;
	text-align: center;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	color: f3f3f3;
}

#CMS_buttonsel {
	background: url('/images/basics/navigation_bgon.gif');
	background-repeat: repeat-x;
	text-align: center;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	color: f3f3f3;
}

#CMS_buttonsep {
	background: url('/images/basics/navigation_separator.gif');
	height: 22px;
	width: 1px;
}

#CMS_buttonsub {
	background: url('/images/basics/subnavigation_bg.gif');
	width: 200px;
	height: 20px;
	padding: 4px;
	margin-top: 2px;
}

#CMS_buttonsubsel {
	background: url('/images/basics/subnavigation_bg.gif');
	width: 200px;
	height: 20px;
	padding: 4px;
	margin-top: 2px;
	font-weight: bold;
}
