BODY {
	color : #303030;
	background-color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
        margin: 0px 0px 0px 0px;
}
td {
	color : #303030;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
}
.headerBackGround{
	background-color : #cecece;
	/*background-image : url('/images/titlebg.jpg');*/
	color : 333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
        font-weight: bold;
}
.menu {
 background-color : #606060;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:11px;
 font-weight:normal;
 color:white;
 text-decoration:none;
}
a.menu:link, a.menu:visited {
 color:white;
}
a.menu:hover, a.menu:active {
  color:#FF8811; 
}

.menuselect {
 background-color : #606060;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:11px;
 color: #FF8811;
 text-decoration:none;
}
a.menuselect:link, a.menuselect:visited {
 color:#FF8811;
}
a.menuselect:hover, a.menuselect:active {
 color:white;
}
.coloredBackGround{
	background-color : #FF8811;
        /*background-image: url('/images/headerbg.jpg');*/
	color : #003333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
}
.errtext{
	color : #ff0000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
}
.heading{
	color : #003333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
}
.txt{
	color : #303030;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
}
.edit{
	color : #303030;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
        font-weight: bold;
}
.input{
        behavior: url('/input.htc');
	background-color : #ffffff;
	color : #606060;
	border : 1px solid #606060;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 10px;
}
.button{
	background-color : #ffffff;
	color : #606060;
	border : 1px solid #606060;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 10px;
	cursor: hand;
}
.select{
	background-color : #ffffff;
	color : #606060;
	border : 1px solid #606060;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 10px;
	cursor: hand;
}
table.listing{
	background-color: #606060;
	font-family : Verdana, Arial, sans-serif;
   font-size : 11px; 
	color: #606060; 
}
table.listing th{
	background-color : #FF8811;
	/*background-image: url('/images/headerbg.jpg');*/
	font-weight: bold;
	color: #303030;
}
table.listing td{
	background-color: #ffffff;
	color: #606060;
}
table.listing a {
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:11px;
 color: #303030;
 text-decoration:none;
}
table.listing a:link,  a:visited {
 text-decoration:none;
}
table.listing a:hover, a:active {
 text-decoration:underline;
}


