/* CSS Document */
a { 
	text-decoration : underline; 
	color: #0000FF; }	
	
#ground2 {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0;
	margin-left: 0px;
	}
	
.enlarge {
	position: absolute;
	top: 0px;
	left: 0px;
	/*margin-left: .5in;
	margin-top: .25;
	width: 6.5in;*/
	size: portrait;
	color: #000000 !important;
	background-color: #FFFFFF !important;
	font-family: "Times New Roman", Times, serif;	
	font-size: 12pt;
	padding: .25in .5in .5in .5in;
	}
	
h1 { 
	padding: 0 0 40px 0; 
	font-weight: normal;
	}
		
#title2 {
	font-size: 24pt;
	line-height: 32px;
	}
	
#subtitle2 {
	font-size: 16pt;
	line-height: 22px;
	}	
	
#subsubtitle2 {
	font-size: 12pt;
	line-height: 18px;
	padding: 0 0 0 0;
	}
	
#text2 {
	position: relative;
	text-indent: 35px;
	float: none;
	padding: 0 0 0 0;
	}
	
p	{
	widows: 2;
	orphans: 2;
	}
	
p.break {
	text-align: right;
	text-indent: 0px;
	padding: 20px;
	width: 375px;
	float: none;	
	}
	
p.breakoddity {
	text-align: right;
	text-indent: 0px;
	padding: 20px;
	width: 510px;
	float: none;	
	}
	
p.wrap {
	text-indent: 0px;
	padding: 0px 30px 5px 0px;
	float: left;
	line-height: 14px; 
	color: #6b6161;
	}
	
	
p.grid {
	text-indent: 0px;
	padding: 0px 30px 5px 0px;
	line-height: 14px; 
	color: #6b6161;
	}

	


