body { 
color: #000000; 
background-color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
font-weight: normal; 
} 

/* Set the paragraph type attributes. */
p { 
font-weight: normal; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000; 
} 

/* Set the attributes of the headers, all in one go. */
h1, h2, h3, h4, h5, h6 { 
color: #000; 
font-weight: bold; 
} 

/* Individual header attributes. */

h1 { 
font-size: 1.4em; 
text-align: center; 
} 

h2 { 
font-size: 1.3em; 
}  

h3 { 
font-size: 1.2em; 
} 

h4 { 
font-size: 1.1em; 
} 

h5 { 
font-size: 1em; 
} 

h6 { 
font-size: 0.9em; 
} 

italic, em { 
font-weight: normal;
font-style: italic; 
} 

bold, strong { 
font-weight: bold; 
} 



td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}