html, body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	}
	
table {
	text-align: left;
	}

a:link, a:visited {
	color: #d84c0c;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	color: #fe8b29;
	text-decoration: none;
	}

h1, .h1 {
	font-size: 18px;
	font-weight : bold;
	color : #d84c0c;
	}

h2, .h2 {
	font-size: 15px;
	font-weight : bold;
	color : #f26626;
	background-color: #fff;
	}

h3, .h3 {
	font-size: 13px;
	font-weight : bold;
	color : #f7943f
	}

p, .p {
	color: #404040;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	}

.left {
	color: #000000;
	}
.list {
	color: #000000;
	}
 
.navbar {
	background: #ffdec1;
	color: #fe8b29;
	height: 21px;
	font-size: 11px;
	padding-left: 10px;
	text-align: left;
	}
	
#mainNavigation {
	background-color: #f26626;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #ffffff;
	height: 21px;
	color: #ffffff;
	}
#mainNavigation td {
	background-color: #f26626;
	}
	
#mainNavigation a:link,  #mainNavigation a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}

#mainNavigation a:hover {
	color: #fde9ab;
	}
	
table {
	background-color: #ffffff;
	}
/* Form Elements */		
.txtbox{width:160px;  margin-right:10px;}
.txtbox_small{width:40px;  }
span.radiobuttons input{ background-color:#fff;}
span.radiobuttons label{padding-right:8px;}
select { 
 background-color: #ffd; 
 color: #015BB2; 
 font-family: Verdana;
 font-size: 10px; 
}
input{
 font-family: Verdana;
 font-size: 10px;
 background-color: #ffd;
  }
textarea{width:305px; }