/*	Legal Brief Stylesheet	*/

	body	{
		background-color:	#ffffff;
		color:			#000000;
	 	font-family:		Times, "Times New Roman", serif;
	 	margin-left:		10;
		margin-right:		10
		}
		
	h1 {font-size:	250%	}
	h2 {font-size:	180%	}
	h3 {font-size:	130%	}
	h4 {font-size:	100%	}
	h5 {font-size:  85%	}
	h6 {font-size:  75%	}
	
	
	
	p	{
		line-height:	175%;
		text-indent:	2em;
		margin-left:	2em;
		margin-right:	2em
		}
			
	
	li	{ margin-top:	1em	}
	
	.filed	{
		font-family:	Arial, Helvetica, Sans-serif;
		font-size:	100%;
		text-align:	center;
		line-height:	120%
		}
	
	.link	{
		font-family:	Arial, Helvetica, Sans-serif;
		font-size:	100%;
		font-weight:	bold;
		margin-left:	1em
		}
		
	.menu	{
		font-family:	Arial, Helvetica, Sans-serif;
		font-size:	80%;
		font-weight:	bold;
		text-align:	left;
		text-indent:	0em;
		line-height:	140%
		}
			
	.norm	{
		line-height:	100%;
		text-indent:	0em;
		margin-left:	1em		
		}
		
	.quote	{
		line-height:	100%;
		text-indent:	0em;
		text-align:	justify;
		margin-left:	4em;
		margin-right:	4em
		}
		
	.subhead{
		line-height:	100%;
		text-indent:	0em;
		margin-left:	2em;
		margin-right:	2em
		}
		
	.heading{
		padding-left:		1em;
		border-left:		none;
		border-right:		solid;
		border-top:		none;
		border-bottom:		none;
		border-right-width:	2px;
		}
		
/*	default menu link colors	*/

	a:link		{ color : #0033cc }
	a:active 	{ color : #00ff00 }
	a:visited	{ color : #cc3300 }