body {
	background-image: url(media/skin01/page_background.jpg);
	margin-left: 0px;
	margin-right: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E5E5E5;
}
body,td,th, input, select,TextArea {
	font-size: 12px;
	font-family: Verdana;
}
body,td,th {
	color: #343434;
}
#wrapper {
	position: relative;
	width: 970px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#wrapperPopup {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#wrapperSplash {
	position: relative;
	height: 100%;
	text-align: left;
	padding: 0;
	width: 368px;
	left:200px;
}
.mainFrame {
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
}
.siteTitle {
	font-family: Tahoma, Arial;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
}
.titlebarText {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.footerText {
	font-family: Tahoma, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.contentsSection {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #343434;
}
.contentsPage,.contentsNote {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #343434;
}
.contentsNote {
	font-size: 12px;
}
.tabDefault {
	text-align: center;
	height: 15px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #343434;
	border-right: 1px solid #343434;
	border-left: 1px solid #343434;
}
.tabOver {
	text-align: center;
	border-top: 1px solid #343434;
	border-right: 1px solid #343434;
	border-left: 1px solid #343434;
	height: 15px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #D1D1D1;
	cursor:pointer;cursor:hand;
}
.tabSelected {
	text-align: center;
	border-top: 1px solid #343434;
	border-right: 1px solid #343434;
	border-left: 1px solid #343434;
	height: 15px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FBB60C;
}
.tabBottomRule {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #343434;
}
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
.ContentsMenu {
}
.ContentsMenuOver {
	background-color: #D1D1D1;
/*	cursor: hand;*/
}
a:link {
	color: #C28D0B;
}
a:visited {
	color: #937222;
}
a:hover {
	color: #D89A07;
}
a:active {
	color: #343434;
}
.HideHand {
	cursor: default;
}
.ShowHand {
	cursor: hand;
}
.adminNav,.adminNavOver {
	background-color: #FFCC66;
	border-left: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	padding-left: 10px;
	padding-right: 10px;
}
.adminNavOver {
	cursor:pointer;cursor:hand;
	background-color: #dcdcdc;
}