body, td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}

th	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	border: 1px Solid #000000;
	}

h1	{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
	}

hr	{
	color: #0000FF;
	}

input	{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}

textarea {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}

select	{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}


a:link	{
	color: #0000FF;
	text-decoration: none;
	}

a:visited {
	color: #0000FF;
	text-decoration: none;
	}

a:active {
	color: #0000FF;
	text-decoration: none;
	}

a:hover	{
	color: #0000FF;
	text-decoration: underline;
	}

.fontBlue {
	color: #0000FF;
	}

.fontRed {
	color: #FF0000;
	}

.bgYellow {
	background-color: #FFFFCC;
	}
