body {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background:#9ECADF url(../images/pagebg.jpg) top repeat-x;
	background-color:#9ECADF;
	margin:0;
	
}

.txt {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #333333;	
}

input {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;	
	border:1px solid #333333;
}
.footertxt {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	color: #333333;	
}

.bluehead {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #005C92;
}

.orangehead {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E67817;
}

.pagehead {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #E67817;
	border-bottom:1px solid #999999;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #005C92;
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #E67817;
}
.tr-Off {/*background: #fff;*/}
.tr-On {background:#D2E3FF;/*background: #e8fbdc;*/}
.tr-Focus {background: #D2E3FF; color: #000000}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: white;
font-weight: normal;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom:1px dotted #999999;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
background: white url(../arrowbullet.png) no-repeat center left;
padding-left:10px;
margin:5px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Tahoma;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{

}
