body {
	margin: 10px 10% 10px 10%;
	font-size: 9pt;
	font-family: arial, sans-serif;
	color: black;
	background-color: white;
}
a {
	text-decoration: none;
	color: #364996;
}
a:hover { text-decoration: underline; }
#main {
	background-image: url('img/bg_big_blue.gif');
	background-repeat: repeat-y;
	padding: 10px 0 10px 40px;
	border: 1px solid black;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.greenbg,.green { background-color: #cce0d5; }
.greenbg {
	background-image: url('img/bg_small_green.gif');
	background-repeat: repeat-y;
}
.orangebg,.orange { background-color: #fbeccc; }
.orangebg {
	background-image: url('img/bg_small_orange.gif');
	background-repeat: repeat-y;
}
.smallbox,.bigbox {
	padding: 10px 10px 10px 40px;
	margin: 10px 0 5px 0;
	border: 5px solid white;
	border-right: 0;
	float: left;
}
.rightbox {
	padding: 10px 10px 10px 40px;
	margin: 10px 0 5px 0;
	border: 5px solid white;
	border-right: 0;
	float: right;
	width: 30%;
}
.smallbox { width: 40%; }
.bigbox { width: 80%; }
.menubox {
	margin-left: 230px;
	text-align: right;
	padding: 5px;
}
.menubox a {
	color: black;
	font-weight: bold;
}
.o0,.o1,.o2,.o3,.o4,.o5 { 
	border-left: 15px solid white; 
	margin-left: 10px;
}
.o0 { border-left-color: #da9000; }
.o1 { border-left-color: #eaa000; }
.o2 { border-left-color: #eeb333; }
.o3 { border-left-color: #f2c666; }
.o4 { border-left-color: #f7d999; }
.o1.active { background-color: #eaa000; }
.o2.active { background-color: #eeb333; }
.o3.active { background-color: #f2c666; }
.o4.active { background-color: #f7d999; }
.o5.active { background-color: white; }
