body { 
    font-family: Verdana, sans-serif; 
/*	font-family: serif; */
	color: black;
    background: white;
	font-size: 10pt; 
}

table { 
	font-family: Verdana, sans-serif; 
/*	font-family: serif; */
	font-size: 10pt; 
}

img { 
	border: 0
}

b { 
	font-family: Verdana, sans-serif; 
	color: black;
	font-size: 10pt;
	font-weight: bold;  
}

em { 
	font-family: Verdana, sans-serif; 
	color: black;
	font-weight: bold; 
	font-style: italic; 	
}

strong { 
	font-family: Verdana, sans-serif; 
	color: black;
/*	text-transform: uppercase; */
	font-weight: bold; 
}

:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(0, 0, 153) } /* for visited links */
:active { color: rgb(255, 0, 102) } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */


/* div.box_left { 
	border-left: none;
    border-right: solid;
	border-right-width: 1; 
    border-top: none;
    border-bottom: none;
	width: 100% 
} */
h1 {  font-family: Verdana, sans-serif; font-size: 16px; font-weight: bolder; color: #000000}
h2 { font-family: Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #000000 }

