a:link	{
	text-decoration: underline;
	font-weight: bold;
	color: #18c6af;
}
a:visited	{
	text-decoration: underline;
	font-weight: bold;
	color: #669999;
}
a:hover	{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a:active	{
	text-decoration: underline;
	color: #669999;
	font-weight: bold;
}

body
{
	background-color: rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(00,51,51);
	font-size: 10pt
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	color: rgb(00,51,51)
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
	color: rgb(00,51,51)
}
.copyright_style 
{ 
    font-weight: bold; 
    font-style: italic;
    text-align: center;
    font-size: 8pt
}
.page_title_style
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-style: italic;	
    font-size: 14pt;
	color: rgb(00,51,51)
}
.page_content_style
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
	color: rgb(00,51,51)
}