/* Links */
A:link    {color: #CC0000; text-decoration: none; }
A:active  {color: #CC0000; text-decoration: none; } 
A:visited {color: #CC0000; text-decoration: none; }
A:hover   {color: #CC0000; text-decoration: underline; }

/* Body */
body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	display: inline;
}

h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
}
