
.headline	{ 
         	font-family		: "times new roman"; 
         	font-size		: 18px; 
		color                   : #7D0001; 
         	line-height		: 20px;
         	font-style		: italic;
        	}	


.subheadline	{ 
         	font-family		: "times new roman"; 
         	font-size		: 16px; 
		color                   : #7D0001; 
         	line-height		: 20px;
         	font-style		: italic;
        	}	

.subheadline2	{ 
         	font-family		: "times new roman"; 
         	font-size		: 14px; 
		color                   : #7D0001; 
         	line-height		: 20px;
         	font-style		: italic;
        	}	

.content	{ 
         	font-family		: "times new roman"; 
         	font-size		: 14px; 
		color                   : #000000; 
         	line-height		: 18px;
        	}	

ul		{ 
         	margin-top		: 6px;
                list-style-image	: url('../images/bullet.gif');
        	}	

ol		{ 
         	margin-top		: 6px;
        	}	

li.bigred	{ 
         	font-size		: 18px; 
		color                   : #7D0001; 
         	line-height		: 20px;
         	font-style		: italic;
         	font-family		: "times new roman"; 
         	margin-left		: 0px;
        	}	

li		{ 
         	font-family		: "times new roman"; 
         	font-size		: 14px; 
		color                   : #000000; 
         	line-height		: 18px;
         	margin-left		: 0px;
         	vertical-align          : top; 
        	}	


td		{ 
         	font-family		: "times new roman"; 
         	font-size		: 14px; 
		color                   : #000000; 
         	line-height		: 18px;
        	}	



.numbers	{ 
         	font-family		: "times new roman"; 
         	font-size		: 13px; 
		color                   : #000000; 
        	}	


.numbersactive	{ 
         	font-family		: "times new roman"; 
         	font-size		: 13px; 
		color                   : #7D0001; 
		text-decoration         : underline; 
        	}	


        	
a            	{ 
		font-family             : "times new roman"; 
		font-size               : 14px; 
		color                   : #000000; 
		text-decoration         : underline; 
		}
		
a:hover      	{ 
		font-family             : "times new roman"; 
		font-size               : 14px; 
		color                   : #000000; 
		text-decoration         : none; 
		}

a.red          	{ 
		font-family             : "times new roman"; 
		font-size               : 14px; 
		color                   : #7D0001; 
		text-decoration         : underline; 
         	font-style		: italic;
		}
		
a.red:hover    	{ 
		font-family             : "times new roman"; 
		font-size               : 14px; 
		color                   : #7D0001; 
		text-decoration         : none; 
         	font-style		: italic;
		}

a.linknumber  	{ 
		font-family             : "times new roman"; 
		font-size               : 13px; 
		color                   : #000000; 
		text-decoration         : none; 
		}
		
a.linknumber:hover    	{ 
		font-family             : "times new roman"; 
		font-size               : 13px; 
		color                   : #000000; 
		text-decoration         : underline; 
		}

