/* body */

.body_black	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #000;
	font-weight: normal;
    }

.body_light_grey	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #C0C0C0;
	font-weight: normal;
    }
	
.body_dark_grey	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #666666;
	font-weight: normal;
    }

.body_blue	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #8CADDB;
	font-weight: normal;
    }

.body_black_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #000000;
	font-weight: bold;
    }

.body_black_bold_large	
    {
	font-size : 14px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #000000;
	font-weight: bold;
    }

.body_light_grey_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #C0C0C0;
	font-weight: bold;
    }
	
.body_dark_grey_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #666666;
	font-weight: bold;
    }

.body_blue_bold	
    {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #8CADDB;
	font-weight: bold;
    }	


/* links */

a
	{
	color: #000;
	font-weight:regular;
	text-decoration: none;
	background-color: transparent;
	}

a:link	
	{
	color: #000;
	text-decoration: underline;
	background-color: transparent;
	} 

a:visited	
	{
	color: #000;
	text-decoration: underline;
	background-color: transparent;
	} 

a:active	
	{ 
	color: #000;  
	text-decoration:underline;
	background-color: transparent;
	} 

a:hover		
	{ 
	color: #000; 
	text-decoration:underline; 
	background-color: yellow;
	} 
		
	
/* other */

.header_black_bold	
    {
	font-size : 14px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color : #000;
	font-weight: bold;
    }
	
.footnote_number
    {
	font-size : 7px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color : #000;
	font-weight: normal;
	vertical-align: super;
    }	

.footnote_body
    {
	font-size : 9px;
	font-family : Arial, Helvetica, Geneva, sans-serif;
	color : #999999;
	font-weight: normal;
    }	

