a:link
{
	color: #990033; 
	text-decoration: none;
	font-weight: bold;

}
a:visited
{
	color: #990033; 
	text-decoration: none;
	font-weight: bold;

} 
a:active 
{
	color: #990033;
	text-decoration: none;
	font-weight: bold;

}
a:hover 

{   color: #CC0033;
	text-decoration: underline;
	font-weight: bold;
	
}

p
{
font-size: 12pt
}

li
{
font-size: 12pt
}

body
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 10pt;
	color: #000000;


}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times New Roman, Arial;
}
h1
{
	color: #000000;
	font-size: 16pt;
}
h2
{
	color: #000000;
	font-size: 12pt; 
}
h3
{
	color: #000000;
	font-size: 11pt; 
}
h4
{
	color: #000000;
	font-size: 10pt; 
}
h5
{
	color: #000000;
	font-size: 9pt; 
}
h6
{
	color: #000000;
	font-size: 8pt; 
}