/* HREF */

a:link
{
	color: #165193;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #165193;
}

a:hover
{
	text-decoration: underline;
	color: #165193;
}

a:active
{
	text-decoration: none;
	color: #165193;
}



/* Headings */

h1
{
	font-family:Verdana, Arial, Helvetica, Times New Roman;
	font-weight:bold;
	color:#0000CC;
	font-size:12pt;
}

h2
{
	font-family:Arial, Helvetica, Verdana, Times New Roman;
	font-weight:bold;
	color:#336666;
	font-size:11pt;
}

h3
{
	font-family:Helvetica, Verdana, Arial, Times New Roman;
	font-weight:bold;
	color:#9933CC;
	font-size:10pt;
}

h4
{
	font-family:Times New Roman, Verdana, Arial, Helvetica;
	font-weight:bold;
	color:#CC4400;
	font-size:8pt;
}



/* Miscellaneous */

.style12 {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
