/* ---- START: Global Styles ---- */
a:link, a:active, a:visited {
	text-decoration: none;
	color:#3333cc;
	/*font-weight:bold;*/
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
	color: #ff6600;
}



td, body, input, select, textarea, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #000000;	
}

h1 {
	font-size:26px; line-height:30px;
}

h2 {
	line-height:25px;
}

h3 {
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	line-height:25px;
	color:0000ff;
}

.yellowback {background:#FFFF00;}

.bonusheader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:27px;
	color: #ff0000;	

}
