
body, td { 
	font-family:Verdana, Arial, Helvetica, sans-serif, "Century Gothic"; 
	font-size:0.9em;
	margin:0;
}

h1 {
	font-size:1.1em;
	font-weight:bold;
}

h2 {
	font-size:1em;
	font-weight:bold;
}

h3 {
	font-size:0.9em;
	font-weight:bold;
}

.redText {
	font-weight:bold;
	color:#CC0000;
}

.bluText {
	font-weight:bold;
	color: #0066CC;
}

.bluBox {
	text-align:center;
	border:3px solid #3399FF;
	padding-left:2px; 
	padding-bottom:2px; 
	width:600px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color:#000000;
}

A:link {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #0000ff; TEXT-DECORATION: none;
}
A:active {
	COLOR: #ff0000; TEXT-DECORATION: none;
}

.button {
	color: #ffffff;
	font-size:1em;
	background-color:#333333;
}

A.button:link {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.button:visited {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.button:hover {
	COLOR: #ff0000; TEXT-DECORATION: none;
}
A.button:active {
	COLOR: #ff0000; TEXT-DECORATION: none;
}
