
/*@@@  HTML styles  @@@*/

body	{
	font-family : verdana, tahoma, arial, helvetica;
	background-color: #ffffff;
	}

p {
	font-family : verdana,tahoma,arial,helvetica;
	font-size : 12px;
	color: black;
	line-height: 130%;
	font-weight : 100;
}	
	
b {
	font-size:12px;
	font-family : verdana, arial, tahoma, helvetica;
	color: white;
	background: navy;
	}
	
h1 {
	color: #1C3382;
	font-size:24px;
	line-height: 130%;
	font-family: verdana, tahoma, arial, helvetica;
	font-weight:	600;
	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
h2 {
	color: navy;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	font-family : verdana, tahoma, arial, helvetica;
	margin-top: 1em;
	}

	
h3 {
	font-size:12px;
	font-family : verdana, arial, tahoma, helvetica;
	color: white;
	background: navy;
	}		
	
h4 {
	font-size: 13px;
	line-height: 130%;
	font-weight: 800; 
	font-family: verdana, tahoma, arial, helvetica;
	color: #1C3382; 
	margin-top: 8px; 
	margin-bottom: 0px;
	}	

ul {
	color: #1C3382;
	font-family : verdana, tahoma, arial, helvetica;
	font-size : 11px;
	}
	
li {
	color: #1C3382;
	font-family : verdana, tahoma, arial, helvetica;
	font-size : 12px;
	}	

textarea  {
	font-size : 11px;
	font-family : verdana, tahoma, arial, helvetica;
	}	

select  {
	font-size : 11px;
	font-family : verdana, tahoma, arial, helvetica;
	}	
	
input  {
	font-size : 11px;
	font-family : verdana, tahoma, arial, helvetica;
	}

hr	{
	color: #1C3382;
	}	

pre	{
	font-family : verdana, Courier ;
	font-size: 90%; 
	line-height: 143%;
	}




#formLabel {
	font-size : 11px;
	line-height: 14px;
	}

#note {
	font-size : 11px;
	line-height: 14px;
	color: #6e6e6e;
	}

#errorbackground	{
	background-color : #FFFF33;
	}

#error	{
	font-size: 11px;
	line-height: 14px;
	background-color : #FFFF33;
	color: #ff0000;
	}	



	
.formLabel {
	font-size : 11px;
	line-height: 14px;
	}

.note {
	font-size : 11px;
	line-height: 14px;
	color: #6e6e6e;
	}

.errorbackground	{
	background-color : #FFFF33;
	}

.error	{
	/*font-size: 11px;
	line-height: 14px;*/
	background-color : #FFFF33;
	color: #ff0000;
	}		
/*end following mostly used with forms*/	
	
/*@@@ end HTML styles  @@@*/

