body {
	background-color: #ebebeb;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.LeftBG {
	background-image: url(/images/shell/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 5px;
}
.RightBG {
	background-image: url(/images/shell/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 5px;
}
.sidebarDiv {
	background-color: #FFFFFF;
	background-image: url(/images/shell/greydiv.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -10px;
}
.sidebarHead {
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
.sidebarText {
	font-size: 8pt;
	padding: 5px;
	z-index: 10;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .5em;
	color: #005B7F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	margin-left: -15px;
	margin-top: -2px;
}
.Footer a {
	color: #990000;
}
a:link {
	color: #0076A3;
}
a:visited {
	color: #669DB3;
}
a:hover {
	color: #669DB3;
}
a:active {
	color: #669DB3;
}
.Content {
	padding-left: 15px;
}
