/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	}

a:link {
	color: #CC3300;
	text-decoration: underline;
	}

a:visited {
	text-decoration: underline;
	color: #336699;
	}

a:hover {
	text-decoration: none;
	color: #CC3300;
	}

a:active {
	text-decoration: underline;
	color: #336699;
	}

h1 {
	font-size: x-large;
	}

.txtlink {
	font-size: small;
	}

.copyright {
	font-size: small;
	color: #666666;
	}