 body 
body  
{
	background-color: white;
	margin-width: 0px;
	margin-left : 0px; 
	margin-top : 0px; 
	margin-height: 0px
};

 TABLE 
table.border
{
	border-style: solid;
	border-width: 1px 1px 1px 1px
	cellspacing: 0px;
	cellpadding: 0px
	
};

 TABLE noborder 
table
{
	border-style : none;
	border-width: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	align : center
};

 DARK P 
p.dark
{
	font-family:verdana; 
	color:white; 
	font-size:10pt
};
 LIGHT P 

p.light
{
	font-family:verdana; 
	color:black; 
	font-size:10pt
};

 H3

h3
{
	font-style:italic;
	font-family:times new roman;
	font-size: 14pt
};

 DARK FONT 

font.dark
{
	font-family:verdana; 
	color:white; 
	font-size:10pt
}; 

 LIGHT FONT 

font.light
{
	font-family:verdana; 
	color:black; 
	font-size:10pt
}; 

 FONT 

font.head
{
	font-family:verdana; 
	color:#0F7BD7; 
	font-size:8pt
};

font.color
{
	font-family:verdana; 
	color:red; 
	font-size:8pt
};

font
{
	font-family:verdana; 
	color:#11466B; 
	font-size:11pt
};

 UL 
ul.disc 
{
	list-style-type: disc
}

ul.circle 
{
	list-style-type: circle
}

ul.square 
{
	list-style-type: square
color : 11466B;
}

 A DARK LINK 
A
{
	color:orange;
	text-decoration: underline
};

A
{
	color:#11466B;
	text-decoration: underline
};

a:hover
{
	color:orange;
	text-decoration: underline
};

.darklink:hover
{
	font-family:verdana;
	color:orange ;
	text-decoration: underline
	font-size:8pt
};

 A LIGHT LINK 
.lightlink 
{	font-family:verdana;
	color:silver;
	text-decoration: none
};

.lightlink:hover
{
	color:orange;
	text-decoration: underline
};