BODY {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}
.text10 {
	font-size:10px;
}
.text11Red {
	color:#ff0000;
}
.text40Bold {
	font-size:40px;
	font-weight:bold;
	letter-spacing:-1px;
}
.text20Bold {
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
}
.input {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	background-color:#f6f6f6;
	width:200px;
}
.inputSubmit {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	background-color:#f6f6f6;
}
.textarea {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	background-color: #f6f6f6;
	width:500px;
	height:200px;
}
.selectNav {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	background-color:#f6f6f6;
}
.bgLtGray {
	background-color: #f1f1f1;
}
.bgLtrGray {
	background-color: #BED4F6;
}
.bgDkGray {
	background-color: #4A6EAB;
}
.rsNavFunctions {
	background-color:#f1f1f1;
}
.required {
	color:red;
}
.smtext {
	font-size:9px;
}
ul {
	margin:4px;
	padding:10px;
}
li{
	padding:10;

iframe {
	border:2px solid #000;
	background-color:#f1f1f1;
}
#btns {
	border-left:1px solid #000;
	margin-bottom:5px;
	width:100%;
	font-size:10px;
}
#btns li {
	float:left;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background-color:#DB8C23;
}
#btns li.right {
	float:right;
	border-left:1px solid #000;
}
#btns li.noLeft {
	float:right;
	border-left:1px solid #000;
	border-right:none;
}
#btns li select {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	background-color:#f6f6f6;
	margin:2px 10px;
	font-size:9px;
}
#btns li a.bold {
	font-weight:bold;
}
#btns li a.italic {
	font-style:Italic;
}
#btns li a.underline {
	text-decoration : underline;
}
#btns li a.left {
	text-align:left;
}
#btns a {
	float:left;
	color:#000;
	padding:5px 10px;
	background-color:#f1f1f1;
	text-decoration:none;
	font-size:9px;
}
#btns a:hover {
	color:#fff;
	background-color:#000;
}
#mode {
	/*border-left:1px solid #000;*/
	margin-bottom:5px;
	width:305;/*
	border-right:2px solid #000;
	border-left:2px solid #000;*/
}
#mode li {
	float:left;
	border-bottom:2px solid #000;
	
}
#mode a, #mode a.btnOff, #mode a.btnOffL, #mode a.btnOffR {
	float:left;
	color:#000;
	padding:5px 10px;
	background-color:#f1f1f1;
	text-decoration:none;
	font-size:9px;
}
#mode a:hover {
	color:#fff;
	background-color:#000;
}
#mode a.btnOn {
	color:#fff;
	background-color:#000;
	padding:7px 10px;
}
#mode a.btnOffR {
	border-right:2px solid #000;
}
#mode a.btnOffL {
	border-left:2px solid #000;
}



