/* CSS Document */
.links{
	font-family:Times New Roman, Garamond, serif;
	font-size:10pt;
	/*font-style:italic;*/
	*font-variant: small-caps;
	}

A:link {
	color:#660000;
}

A:visited {
	color:#660000;
	}

a:active {
	color:#660000;
		}
		

tr, p ,td {
	font-family:Times New Roman, Garamond, serif;	
	font-size: 12pt;
	}
	

.indent1 {
	text-indent: 2 cm;
	}
	
.tableText{	
	font-family:Times New Roman, Garamond, serif;	
	font-size: 12pt;

	}
	
.larger{	
	font-family:Times New Roman, Garamond, serif;	
	font-size: 14pt;

	}	
	
.footer { 
	font-family: Times New Roman,Garamond, serif;
	font-size: 8pt;
	}

.highlight{
	font-family: Times New Roman,Garamond, serif;
	font-size: 12pt;
	background-color: #FFFF99;
	}	