a {text-decoration: none;} 

a:hover {text-decoration: underline;}

.text{
	font-family: arial;
	font-size: 12px;
	color: black;
}

.boldtext{
	font-family: arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.boldorangetext{
	font-family: arial;
	font-size: 12px;
	color:  #FF6600;
	font-weight: bold;
}

.authortext{
	font-family: arial;
	font-size: 12px;
	color: #999999;
	font-style: italic;
}

.headlinetext{
	font-family: arial;
	font-size: 18px;
	color: #F0A839;
	font-weight: bold;
}

.italicorange{
	font-family: times New Roman;
	font-size: 18px;
	color: #F0A839;
	font-style: italic;
	font-weight: bold;
}

a.navlink:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px; 
}
	   
a.navlink:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px; 
}	   

a.navlink:hover {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px; 
}

a.defaultlink:link {
	color: #0000CC;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
	   
a.defaultlink:visited {
	color: #0000CC;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px; 
}	   

a.defaultlink:hover {
	color: #660000;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px; 
}	

.textbox {
	background-color: #FDF5D9;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px; 
}	

.formheadtext{
	font-family: arial;
	font-size: 16px;
	color: black;
}
	
.TheTextBox{
	font-size: 12px;
    font-family: Arial;
    background-color: #FDF5D9;
    border: 1px solid;
	border-color: #F0A839;
	scrollbar-3dlight-color:#FDF5D9;
    scrollbar-arrow-color:#333333;
    scrollbar-base-color:#F0A839;
    scrollbar-darkshadow-color:#F0A839;
    scrollbar-face-color:#cccccc;
    scrollbar-shadow-color:#FDF5D9
	scrollbar-track-color: #000000;
}

}

.checktext{
	font-family: arial;
	font-size: 11px;
	color: #F0A839;
	font-weight: bold;
}
.ReportTable{
border-width: 1px;
border-color: #F0A839;
border-style: dashed;
}

.smallgray{
	font-family: arial;
	font-size: 10px;
	color: #999999;
}
