/* CSS Document */

body {
	background-color: #330000;
	font-family:Times New Roman, Garamond, serif;
	}

.links{

	font-family:Times New Roman, Garamond, serif;

	font-size:10pt;

	/*font-style:italic;*/

	*font-variant: small-caps;

	}

a:link, a:visited, a:active {

	color:#660000;
	text-decoration: underline;
}

a:hover, a:visited, a:active {
	color:#660000;
	text-decoration: none;
}

p {

	font-size: 12pt;
	
	text-align: left;

	}

.indent1 {

	text-indent: 2 cm;

	}

.tableText{	

		

	font-size: 12pt;
	
	}

	
.larger{	

		

	font-size: 14pt;

	}	

.footer { 

	

	font-size: 8pt;
	
	text-align: center;

	}



.highlight{

	
	font-size: 12pt;

	background-color: #FFFF99;

	}	
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.fltctr {
	padding: 0;
	margin-left: auto; 
	margin-right: auto; 
} 

img.center {
	padding: 0;
	display: block;
	margin-left: auto; 
	margin-right: auto; 
}
