/* styles for general tags */

body
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	background-color: #ffffff;
	color: #000000;
}


a:link
{
	color: #0072b4;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}


a:visited
{
	color: #0072b4;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}


a:hover
{
	color: #fc7114;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}


a:active
{
	color: #fc7114;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

img
{
	border: none;
}


