   BODY  {
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	background : white;
   	font-size : x-small;
	line-height : 140%;
   	color : black;
   }
   
   CODE  {
   	font-family : "Courier New", Courier, Monaco, monospace;
	font-size : x-small;
	position : relative;
	left : 15pt;
	right : 15pt;
   }
   
   PRE  {
   	font-family : "Courier New", Courier, Monaco, monospace;
   }
   
   HR  {
   	color : gray;
   }
   
   .summary	{
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	font-size : small;
   	color : black;
	background-color: #FFFFDD;
   	line-height : 150%;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	}
   
   .index_summary	{
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	font-size : x-small;
   	color : black;
	background-color: #FFFFFF;
   	line-height : 150%;
	padding-left : 10px;	
   }
   
   .sidebar	{
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	font-size : xx-small;
   	color : black;
	line-height : 130%;
	}
   
   .body_margin	{
   	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
   }
   
   table,td,tr  {
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	font-size : x-small;
   	color : black;
   	line-height : 140%;
   }
   
   A  {
   	text-decoration : underline;
   }
   
   A:link  {
   	color : blue;
   	text-decoration : underline;
   }
   
   A:visited  {
   	color : purple;
   	text-decoration : underline;
   }
   
   A:hover  {
   	color : red;
   	text-decoration : underline;
   }
   
   A:active  {
   	color : red;
   	text-decoration : underline;
   }
   
   .MDO_dark_gray  {
   	color : #666666;
   }
   
   .MDO_light_gray  {
   	color : #999999;
   }
   
   .MDO_green  {
   	color : #009999;
   }
   
   .MDO_red  {
   	color : #990000;
   }
   
   .navbar  {
   	font-size : small;
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	color : #990000;
   	background : #dddddd;
   	border-style : none none solid none;
   	border-width : thin;
   	
   	border-color : #009999;
   }
   
   .headline	{
   	font-size : large;
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	color : #990000;
	line-height : 130%;
	}
	
	.index_headline	{
   	font-size : medium;
   	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
   	color : #990000;
	line-height : 130%;
	}