@charset "utf-8";
/* CSS Document */

BODY, P,OL,UL,DIV {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: black; 
   font-style: normal;  
   line-height: 150%; 
 }
 
/* Headings */
H1,H2,H3,H4,H5 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #cc0099;   /* dark blue */
   font-variant: ;
   font-stretch: wider;
   margin_bottom: 0.5em;
   line-height: 150%   
}

.style6 {font-size: 8px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #cc0099;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.box_left {
	padding: 10px 10px 10px 0px;
	border: 2px ridge #CCCCCC;
	margin: 10px 10px 10px 0px;
}
.box_right {
	padding: 10px 0px 10px 10px;
	border: 2px ridge #CCCCCC;
	margin: 10px 0px 10px 10px;
}