
BODY { 
		font-size : 8pt;
		font-family : Verdana, Arial, Helevetica;
}

.term {
	font-weight: bold;
}


.title  {
		font-size : 14pt;
		font-family : Verdana;
		font-weight: bold;
	}

	.warning  {
		font-size : 8pt;
		font-family : Verdana;
		color : #c50000;
		font-weight: bold;
	}
	
	
	.subtitle  {
		font-size : 9pt;
		font-family : Verdana;
		color : #000000;
		font-weight: bold;
	}

	.bc  {
		font-size : 8pt;
		font-family : Verdana;
		color :#c8beb6;
	}
	
	ul {
        	margin-left: 5px;
        	padding: 0px;
	}

li {
        margin-left: 10px;
        padding: 0px;
        list-style-position: outside;
        list-style-type:  square;
}
		
	td  {
		font-size : 8pt;
		font-family : Verdana;
		color : #000000;
	}

	td.darkbox  {
		font-size : 8pt;
		font-family : Verdana;
		color : #c8beb6;
	}

	A  {
		font-family : Verdana;
		font-size : 8pt;
		color : #473e33;
	}

	A:hover  {
		font-family : Verdana;
		font-size : 8pt;
		color : #000000;
	}
	
	A.inline  {
		font-family : Verdana;
		font-size : 8pt;
		color : #790000;
	}

