/* -- basic.css --*/

body
{
font-family:		verdana, arial, helvetica, sans-serif;
font-size:		12pt;
font-weight:		normal;
color:			gray;
background-color:	white;
}


A
{
font-family: 		verdana, arial, helvetica, sans-serif;
font-size:		10pt;
font-weight:		normal;
color: 			#8796E1;
}

A:active
{color: #8796E1;}

A:link
{color: #8796E1;}

A:visited
{color: #808080;}

a.footnote
{
font-family:		verdana, arial, helvetica, sans-serif; 
font-weight:		normal;
text-decoration: 	none;
font-size:		7pt;
color:			#CCCCCC;
}



p
{
font-family:		verdana, arial, helvetica, sans-serif; 
font-weight:		normal;
font-size:		9pt;
color:			gray;
}


td
{
font-family:		verdana, arial, helvetica, sans-serif; 
font-weight:		normal;
font-size:		9pt;
color:			gray;
}


p.footnote
{
font-family:		verdana, arial, helvetica, sans-serif; 
font-weight:		normal;
font-size:		6pt;
color:			black;
}
