/* this sylesheet is for W3C Standard-compliant browsers */



/* establishes main body properties */

BODY { 	
	background-image: url(/images/sec_bg.gif);
	background-repeat: repeat; 
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	}

/* links properties */

A:link {color: #036;}
A:active {color: #036;}
A:visited {color: #333;}
A:hover {color: #369;}

/* footer properties */
	
.footer {
	font-size: 10px;
	line-height: 16px;
	color: #033;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	text-align: center;
	}
	
/* main body text attributes */

.text {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	}
	
td,p, div, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height:16px;
	color: #000;
	text-align: justify;
	}
	
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height:16px;
	color: #000;
	text-align: justify;	
	}

.formtext {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	}
	
.articletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height:16px;
	font-weight: bold;
	color: #036;
	text-align: justify;
	}
	
.smallnote {
	font-size: 10px;
	line-height: 12px;
}
	
.attorneyname {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	color: #036;
	text-align: justify;
	}
	
.biocontact {
	font-size: 12px;
	line-height: 18px;
	color: #036;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	}
	
/* form elements */

.input {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #033;
	border: 1px solid #fff;
	background-color: #ccc;
	}


	