body, img, h1, h2, h3, h4, h5, h6, div, form, span, a, ul {
	padding:0px;
	margin:0px;
	background:none;
	border:0px;
	text-decoration:none;
	color:#444;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-weight:600;
	padding-bottom:10px;
	color:#900;
}
a.more {
	color:#900;
	border-bottom:1px dashed #900;
}
body {
	/*background:url(../images/background.jpg);*/
	background:#FFF;
	font-size:12px;
	font-family:segoe ui, tahoma;
	padding:0px;
	margin:0px;
}
.wrapper {
	width:960px;
	margin:0px auto;
}
.Logo {
	text-align:center;
	padding-top:5px;
	float:left;
	width:300px;
}
img {
	border:none;
}
.clear {
	clear:both;
	display:block;
}
.TopBar_right {
	float:left;
	width:660px;
	padding-top:10px;
	text-align:right;
}
.TopBar_right_left {
	width:450px;
	float:left;
	padding-right:10px;
	text-align:right;
	padding-top:4px;
}
.TopBar_right_right {
	width:200px;
	float:right;
}
.TopBar_right a {
	font-weight:bold;
	font-size:11px;
}
.TopBar_right a:hover {
	color:#900;
}
#search-box {
	background:#FFF;
	width:198px;
	text-align:right;
	padding-right:2px;
	box-shadow:0px 0px 5px #900;
	-webkit-box-shadow:0px 0px 5px #900;
	-moz-box-shadow:0px 0px 5px #900;
}
input {
	font-family:segoe ui, tahoma;
	font-size:11px;
	padding:2px;
	border:0;
	color:#666;
}
.inputbox {
	border:1px solid #CCC;
	width:90%;
}
.Navigation {
	float:left;
	width:200px;
}
.Data {
	float:left;
	width:740px;
	font-size:13px;
	line-height:15pt;
	padding-left:20px;
}
.NavData {
	background:#FFF url(../images/back.jpg) repeat-x bottom;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #CCC;
	box-shadow:0px 0px 5px #CCC;
	-webkit-box-shadow:0px 0px 5px #CCC;
	-moz-box-shadow:0px 0px 5px #CCC;
}
.NavData ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.NavData ul li {
	list-style-type:none;
	padding:10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #eee;
}
.NavData ul li a {
	color:#444;
	text-decoration:none;
	font-size:14px;
	width:178px;
	padding-left:20px;
}
.NavData ul li a:hover {
	color:#900;
}
.NavData ul li a.current {
	color:#900;
}

