html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.5em;
}
ul, ol {
	margin-bottom: 1.2em;
}
p {
	margin-bottom: 1.2em;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p.indent {
	text-indent: 1.9em;
}
strong {
	font-weight: bold;
}
table.sortable, #sortable th {
	text-align: center;
}
a:link, a:active, a:visited {
	color:			#770000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:     1.8em;
	line-height:   1.2em;
	font-weight:   bold;
}
h1.hidden {
	display:       none;
}
h2 {
	font-size:     1.5em;
	line-height:   1.2em;
	font-weight:   bold;
}
h3 {
	font-size:     1.5em;
	line-height:   1.2em;
	font-weight:   normal;
}
h3.intro {
	font-family: Georgia, "Times New Roman", Serif;
	font-style: normal;
	font-variant: normal;
	line-height: 1.3em;
	font-size: 1.5em;
	font-weight: 400;
}
h4 {
	font-size:     1.3em;
	line-height:   1.2em;
	font-weight:   bold;
}
h5 {
	font-size:     1.2em;
	line-height:   1.2em;
	font-weight:   bold;
}
h6 {
	font-size:     1em;
	font-weight:   bold;
	line-height:   normal;
	font-style:    normal;
}
#leftColumn h3 {
	font-size:		14px;
	color:			#FFF;
}
ul {
	margin-left:   1.2em;
}
.element {
	color:			#FFF;
	font-size:		11px;
}
#SrvcsMenu .element {
	color:			#000;
}
/* PRE */
pre {
	font-size: 1em;
	padding: 10px;
	background: #f6f6f6;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/* UNORDERED LIST BULLETS */
ul.square, ul.circle {
	margin-left: 2em;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8 {
	padding-left: 15px;
	overflow: hidden;
	margin-left: 5px;
}
ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li {
	list-style: none;
	padding-bottom: 3px;
	margin-bottom: 0px;
	padding-left: 10px;
}
ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li {
	list-style: none;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 22px;
}
hr {
	border:						0 none;
	display:					block;
	width:						100%;
	height:						0px;
	margin:						5px 0;
	border-top:					1px solid #CCC;
}
/* IMPORTANT BOX */
.important {
	padding: 15px;
	margin: 1.5em 0 1.5em 0;
}
span.important-title {
	position: absolute;
	display: block;
	margin-top: -24px;
	background: #fff;
	padding: 0 8px;
	font-weight: bold;
}
.important {
	border: 1px solid #333;
}
/* HIGHLIGHT TEXT */
span.highlight {
	background: #FFFF99;
	padding: 1px 2px;
}
/* HOME PAGE */

div#main h3 {
	font-size: 14px;
}
div#main {
	font-size: 11px;
}
div#main a {
	color: #FFF;
}
div#left {
	color: #868589;
	line-height: 1.5em;
}
div#left h3 {
	font-family: georgia, times, "Times New Roman";
}
div#right h3, div#right h3 a {
	font-size: 16px;
	color: #163257;
	margin: 0;
}

