body {
	background-repeat: repeat-x;
	background-color: #444444;
	margin: 0px;
	font: 11px Tahoma, sans-serif;
	color: #AAAAAA;
	background-position: right;
}

.section_title {
	font-weight: bold;
	font-size: 14pt;
}

.small_text {
	font-size:9px;
}

.menu_divider {
	margin-left:10px;
	margin-right: 10px;
	color: #336600;
}

td.grey_box {
	background-color: #FFFFFF;
	font: 13px Tahoma, sans-serif;
	color: #444444;
}

td.purple_box {
	background-color: #CCB2E5;
	font: 13px Tahoma, sans-serif;
	color: #330066;
}
td.purple_box_empty {
	background-color: #CCB2E5;
	font: 13px Tahoma, sans-serif;
	color: #330066;
}
td.green_box {
	background-color: #CCE57F;
	font: 13px Tahoma, sans-serif;
	color: #336600;
}
td.yellow_box {
	background-color: #FFE57F;
	font: 13px Tahoma, sans-serif;
	color: #663300;
}
td.yellow_box_empy {
	background-color: #FFE57F;
	font: 13px Tahoma, sans-serif;
	color: #663300;
}
a:link {
	color: #330066;
}
a:visited {
	color: #330066;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}

a.bg {
	color: #CCC;
}

a.bg:visited {
	color: #CCC;
}

#polarlogo {
	float: right;
}
#bannertitle {
	margin-top: 15px;
	margin-left: 100px;
}
#gearslogo {
	float: left;
}
div.clearfloat {
	/* this class should be placed on a div or break element and should be the final 
element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

