a:link
{
	color: #660099; 
	text-decoration: none;
	font-weight: bold;

}
a:visited
{
	color: #660099; 
	text-decoration: none;
	font-weight: bold;

} 
a:active 
{
	color: #660099;
	text-decoration: none;
	font-weight: bold;

}
a:hover 

{
	color: #9966CC;
	text-decoration: underline;
	font-weight: bold;
}

p
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #333333;
}

li
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #333333;
}

body
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #333333;
    background-color:#CCCCCC;
    background-repeat: no-repeat;
}

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: Verdana, Arial, Tahoma;
}
h1
{
	color: #333333;
	font-size: 12pt;
}
h2
{
	color: #333366;
	font-size: 12pt;
}
h3
{
	color: #333333;
	font-size: 10pt;
}
h4
{
	color: #000000;
	font-size: 10pt;
}
h5
{
	color: #333333;
	font-size: 8pt;
}
h6
{
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
}