body {
	display: block;
	background: url(../images/bg.gif) repeat;
	width: 970px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	color: #111;
	position: relative;
}

h1 {
	color: #111;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 2px 0px 10px 0px;
	border-bottom: 2px solid #111;
}

h2 {
	color: #111;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 2px 0px 0px 0px;
}

h3 {
	color: #111;
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0 0px 0;
	padding: 2px 0px 0px 0px;
}

h4 {
	color: #111;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 10px 0px 5px 0px;
}

h5 {
	color: #111;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 0 0;
}


a {
	text-decoration: none;
	color: #3a338a;
}

a:hover, a.selected {
	color: #000;
}

a img {
	border: 0;
}

img.left {
	float: left;
	margin: 1em 1.8em 1em 0em;
}

img.right {
	float: right;
	margin: 8px 0em 1.8em 1.8em;
}

ul {
	margin-top: -1px;
	}

.oi_green {
	color: #37610e;
}

.red {
	color: #b60400;
}

.blue {
	color: #286ea0;
}

.white_bg {
	background-color: #ffffff;
	}

#logo {
	float: left;
	font-size: 11px;
	height: 68px;
	width: 40%;
}

#search {
	float: right;
	margin-top: 50px;
}

#small_spacer {
		margin: 1px 0px 1px 0px;
}

#spacer {
		margin: 4px 0px 4px 0px;
}

#big_spacer {
		margin: 15px 0px 4px 0px;
}

pre {
	font-size: 1.4em;
}

#menu {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
}

#content {
	margin: 0 40px 0 150px;
}

blockquote { /* info boxes that are contained inside the main content of another page */
	margin: 5px 5px 5px 5px;
	border: 1px dashed #8baebd;
	background: #f6faff;
	color: #000;
	font-size: 0.9em;
	padding: 10px 5px 10px 20px;
}

#note { /* info boxes that are contained inside the main content of another page */
	-webkit-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomright: 20px;
	-webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	margin: 15px 5px 5px 5px;
	background: #eeeeff url(../images/note.png) no-repeat;
	color: #000;
	font-size: 1em;
	padding: 10px 5px 10px 60px;
}

#tip { /* info boxes that are contained inside the main content of another page */
	-webkit-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomright: 20px;
	-webkit-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	margin: 15px 5px 5px 5px;
	background: #deffde url(../images/tip.png) no-repeat;
	color: #000;
	font-size: 1em;
	padding: 10px 5px 10px 60px;
}

#footer {
	clear: both;
	color: #111;
	font-size: 10px;
	text-align: center;
	padding: 4px 0px 4px 0px;
	margin: 5px 5px 0px 5px;
}

