
A:link {text-decoration: none; color: #760AF0}
A:visited {text-decoration: none; color: #A04298}
A:active {text-decoration: none; color: blue}
A:hover {text-decoration: underline; color: red}

.xsm { font-size: 9px; color: #000000; }
.sm { font-size: 11px; color: #000000; background-color:#ffffff; }
.sm_no_background { font-size: 11px; color: #CC0000;  }
.sm_light_grey { font-size: 11px; color: #CC0000; }
.sm_copyright { font-size: 11px; color: #CC0000; }
.md { font-size: 13px; color: #000000; }
.lg { font-size: 20px; color: #000000; }

.ad_spacing { margin-right: 20px;}

H1 {font-size: 24px; color: #000000;text-decoration:none;}
H2 {font-size: 20px; color: #000000;}
H3 {font-size: 18px; color: #000000;}
H4 {font-size: 16px; color: #000000;}
H5 {font-size: 14px; color: #000000;text-decoration:none; }


BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none; 
	background-color:#FFCC00;
}

table, td {
background-color:#FFFFFF;
}

table.slideshow {
	border-width: 0px;
	border-spacing: 10px;
	border-style: dashed;
	border-color: #FFFFFF;
	border-collapse: separate;
}
table.slideshow th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.slideshow td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #F0F0F0;
	-moz-border-radius: ;
}




