a:link
{
	color: rgb(150,60,60);
        text-decoration: none 
}
a:visited
{
	color: rgb(150,60,60);
        text-decoration: none 
} 
a:active 
{
	color: rgb(150,60,60);
        text-decoration: none
}
a:hover
{
        color: rgb(150,60,60);
        text-decoration: none
}
body
{
	font-family: Arial, Lucida Sans,  Informal011 BT;
	background-color: rgb(252,252,254);
	color: rgb(0,13,153);
	'background-repeat: no-repeat;
	'background-attachment: fixed;
	'background-image: url("halfcorner.jpg");
	'background-position: top left;



}
table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,255); 
	
}
h1, h2, h3, h4, h5, h6
{
	font-family:  Arial Black, Lucida Sans,  Informal011 BT;
}
h1
{
	color: rgb(0,13,153);
}
h2
{
	color: rgb(0,13,153);
	line-height: .7;
	font-size: 1.5em; 
}
h3
{
	color: rgb(0,13,153); 
}
h4
{
	color: rgb(0,13,153);
}
h5
{
	color: rgb(0,13,153);
	line-height: 1;
	font-size: 12pt;
}
h6
{
	color: rgb(0,13,153);
}

