body, table {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
}

.header {
	font-weight: bold;
	font-size: 14px;
	color: #333366;
	text-decoration: underline;
}

.error {
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
}
	
.copy {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a:link{
	color: #CC3333;
	text-decoration: none;
}
a:visited{
	color: #CC3333;
	text-decoration: none;
}
a:active{
	color: #FF3333;
	text-decoration: underline;
}
a:hover{
	color: #FF3333;
	text-decoration: underline;
}

big {
	font-weight: bold;
}

option {
	padding: 1px 3px;
}
option.bold {
	font-weight: bold;
}

