/* CSS Document */
body {
	background-color:#669999;
	background-image:url(../images/grnchk.jpg);
}
A:link    { color: blue }
A:visited { color: blue }
A:hover   { color: #FF6600}
A:active  { color: red }

.maincontainer{

}
.backtop {
	background-image:url(../images/background_header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:732px;
	height:12px;
}
.backmiddle {
	background-image:url(../images/background_middle.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:732px;
	overflow:auto;
}
.backbottom {
	background-image:url(../images/background_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:731px;
	height:15px;
}

.sectionbar {
	height:20px;
}
.sectionbar_left {
	height:20px;
	width:12px;
	float:left;
}
.sectionbar_main {
	height:20px;
	float:left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/barbg_black.jpg);
	background-position:center;
	background-repeat:repeat-x;
	text-align:left;
}
.sectionbar_right {
	height:20px;
	width:12px;
	float:right;
}
.boxborder {
	border-width:0 1px 1px 1px;
	border-color:#333333;
	border-style:solid;
}
.notetxt {
	width:375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display: block;
	overflow:hidden;
}
