body {
	background-color: #F7A64A;;
}
.leftcolumn {
	background-image: url(images/body_left.jpg);
	background-repeat: repeat-y;
}
.rightcolumn {
	background-image: url(images/body_right.jpg);
	background-repeat: repeat-y;
}
.toprow {
	background-image: url(images/body_top.jpg);
	background-repeat: repeat-x;
}
.bottomrow {
	background-image: url(images/body_bottom.jpg);
	background-repeat: repeat-x;
}
.text10grey {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 10px;
	color: #999999;
}
.text10black {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 10px;
	color: #000000;
}
.text11white {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.topbg {
	background-image: url(images/topbar_bg.jpg);
	background-repeat: repeat-x;
}
.navbarbg {
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
}
.subnavbarbg {
	background-image: url(images/subnav_main.jpg);
	background-repeat: repeat-x;
}
.whitelink a:link {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink a:active {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink a:visited {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink a:hover {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 11px;
	text-decoration: underline;
}
.bluelink a:link {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.bluelink a:active {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.bluelink a:visited {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.bluelink a:hover {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial;
	font-size: 12px;
	text-decoration: underline;
}
.dotcolumn {
	background-image: url(/images/column_dot.gif);
	background-repeat: repeat-y;
}
.maintextcell {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	padding: 5px;
}
.maintextcell_sl {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}

ul {
	margin-left:10px;
	padding-left:10px;
}
.orangearrowlist {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(/images/arrow_orange_off.gif);
}
.yellowtext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #F6FF75;
}
.maintextcell12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	/*line-height: 15px;*/
	color: #333333;
}
.rightimage {
	float:right;
	margin:0
}.greyborder {
	border: 1px dotted #CCCCCC;
}
.solidgreyborder {
	border: 1px solid #999999;
}
.popup {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	width: 150px;
}
form {
	margin: 0px;
	padding: 0px;
}