/* Default CSS Stylesheet for a new Web Application project */
.hc1 A:link, .hc1 A:visited, .hc1 A:hover{
    color: navy;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    text-decoration: underline;}
A{
	color: navy;
	font-weight: bold;}
.charactermax
{
	font-size: large;
	font-weight: bolder;
	font-family: Times New Roman;
}
BODY, td{
	font-family:  Times New Roman;
	font-size: .94em;
    color: navy;}
.dropdown{	
	background-color:white;
	color: navy;
	border-style: groove;
	width: 200;}
.input{
	background-color: white;
	border-color:navy;
	color: navy;
	border-style: inset;
	width: 500}
.ckblist{
	background-color: #f5f5dc;
	border-color:navy;
	color: navy;
	border-style: inset;}
.btn{
	font-size: .9em;
    background-color:#f5f5dc;
	color: navy;
	border-style:double;
	font-weight:bold;}
.label{
	text-align:right;
	font-weight: bold;}
.label_lf{
	text-align:left;
	font-weight: bold;}
