body {
	position: relative;
	color: #4B5D67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF9933;
	background-image: url(images/Theme/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: #7f1d1d;
}
a:visited {
	text-decoration: none;
	color: #7f1d1d;
}
a:hover {
	text-decoration: underline;
	color: #7f1d1d;
}
a:active {
	text-decoration: none;
	color: #7f1d1d;
}
h1 {
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 9px;
}
.TabFull {
	border: 1px solid #000000;
}
.TabH {
	border-top: 1px solid #000000;
}
.TabF {
	border-bottom: 1px solid #000000;
}
.TabLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.TabHLR {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.TabFLR {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.TabHFR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.Separation {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #6699cc;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-left-color: #6699cc;
}
.Footer {
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}
.MenuLeftTitle {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.MenuLeftContent {
	font-size: 12px;
}

