body 	{ 
	text-decoration: none;  
	font-family: "times";
	font-size: 12pt; 
	font-weight: medium;
	margin: 1cm 2cm 2cm 1cm 
	}

 .title {  
	font-size: 24pt; 
	font-weight: bold;
	} 

.bold { 
	font-weight: bold;  
	font-size: 14pt; 
	font-weight: heavy; 
	}

.head {  
	font-size: 18pt; 
	margin-top: 25px;
	font-weight: bold;
	}
.subhead {
	font-size: 14pt;
	font-weight: bold;
	}
 

blockquote {
	width: 80%;
	float: center;
	padding-top: 0cm;
	padding-bottom: 0cm;
	}
blockquote.italic {
	font-style: italic;
	}
blockquote.quote
	{
	quotes: "\201C" "\201D";
	}
blockquote.quote-italic
	{
	font-style: italic;
	quotes: "\201C" "\201D";
	}

blockquote.quote:before { content: open-quote; font-weight: bold; }
blockquote.quote:after { content: close-quote; font-weight: bold; }
blockquote.quote-italic:before { content: open-quote; font-weight: bold; }
blockquote.quote-italic:after { content: close-quote; font-weight: bold; }


P { 
	text-indent: 0cm 
	}
p.endquote {
	font-size: 13pt; 
}
p.indent {
	text-indent: .5cm 
}
p.fl:first-letter 
{
font-size:xx-large;
}
P.right {
	text-align:right;
}

a.link {
	font-size: 12.0pt
}


