a:link
{
	color: rgb(0, 0, 128);
   text-decoration: none;
   cursor: hand;
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
}
a:visited
{
	color: rgb(0, 0, 128);
   text-decoration: none;
	cursor: hand;  
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
} 
a:active 
{
	color: rgb(128, 0, 0);
   text-decoration: none;
	cursor: hand; 
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
}
a:hover 
{
	color: rgb(0, 128, 0);
   text-decoration: none;
	cursor: hand; 
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
}

body         
{
    font-family: Palatino, 'Century Gothic', 'Times New Roman';
    font-size: 12pt; 
    background-color: #FFFFFF; color: #2B165E
}

table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}

h1
{
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
	font-weight: bold; color: rgb(41, 16, 90); 
}
h2           
{ 
   font-family: Palatino, 'Century Gothic', 'Times New Roman';
	font-weight: bold; color: rgb(64, 0, 173); 
}
h3
{
    font-family: Palatino, 'Century Gothic', 'Times New Roman';
	color: rgb(128, 0, 0); 
}
h4
{
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
	font--weight: bold; color: rgb(41, 16, 90); 
}
h5
{
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
	color: rgb(0, 0, 128); 
}
h6
{
   font-family: Palatino, 'Century Gothic', 'Times New Roman';
	color: rgb(41, 16, 90); 
}ul {
	list-style-type: none;
	list-style-image: url(../images/bulletpoint.gif);
}
