body 		{ margin: 0px; 
		  color: black; 
		  background-color: #F1F1F1;
		  font-family:  Trebuchet MS1, Trebuchet MS, sans-serif; }
h2
{
color: #F78103;
text-align: left;
font-size: 10pt;
text-transform: uppercase
}

h3
{
color: #E06401;
text-align: left;
font-size: 9pt;
font-weight: bold;
}

p 		{ font-size: 9pt;
		  color: #000000; }
a:link 		{ color: #004368; /* was B34E00 */
		  text-decoration: none; }
a:visited 	{ color: #004368;
		  text-decoration: none; }
a:active 	{ color: #004368;
		  text-decoration: none; }
a:hover 	{ color: #004368;
		  text-decoration: underline; }
ul {
font-size : 8pt; 
list-style-type: square;
color: #000000;
}

ul.nolink {
font-size : 8pt; 
list-style-type: circle;
color: #000000;
}

{
font: large-caps 900 12px arial
}

.inputbox {
padding: 2px;
border: 0px solid #cccccc;
background-color: #ffffff;
overflow:auto;
}

.inputboxorange {
padding: 2px;
border: 0px solid #cccccc;
color:#FFFFFF;
font-size: 13pt;
background-color: #F78103;  /* was 568293 for blue version - F78103 for bright orange - E06401 for dark orange*/
}

.inputboxbrd {
padding: 2px;
border: 1px solid #F78103;
color:#000000;
font-size: 10pt;
background-color: #FFFFFF;
}

/* 
select { 
 background-color: #F78103; 
 color: #FFFFFF; 
 border: 0px;
}
 */

/* below used on main page orange box */
SELECT
{
BORDER-RIGHT: white 0px solid;
BORDER-TOP: white 0px solid;
BORDER-LEFT: white 0px solid;
COLOR: black;
BORDER-BOTTOM: white 0px solid;
FONT-SIZE: 10px; 
FONT-FAMILY: verdana, arial
}

/* for rounded corner on sidebar */

.roundedcornr_box_978909 {
   background: #ffffff url(images/roundedcornr_978909_grad.gif) repeat-x top left;
}
.roundedcornr_top_978909 div {
   background: url(images/roundedcornr_978909_tl.gif) no-repeat top left;
}
.roundedcornr_top_978909 {
   background: transparent url(images/roundedcornr_978909_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_978909 div {
   background: url(images/roundedcornr_978909_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_978909 {
   background: transparent url(images/roundedcornr_978909_br.gif) no-repeat bottom right;
}

.roundedcornr_top_978909 div, .roundedcornr_top_978909,
.roundedcornr_bottom_978909 div, .roundedcornr_bottom_978909 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_978909 { margin: 0 30px; }
