
/*do not start a class name w/ a number - It will not work in Mozilla or Firefox.
(by the way, this is how you comment in style sheets)
Do not leave spaces between the property value and the units... ie 10 px does not always work, 10px does*/

p{font-family:Arial, Helvetica, sans-serif}
a{color:#D30101; font-family:Arial, Helvetica, sans-serif; text-decoration:none}
a:visited {color: #A70F0F;}
b{font-family:Arial, Helvetica, sans-serif; text-decoration:none}

H1 { font-size: 24px; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; text-decoration:none; font-family:Arial, Helvetica, sans-serif }
H2 { font-size: 22px; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; text-decoration:none; font-family:Arial, Helvetica, sans-serif }
H3 { font-size: 20px; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; text-decoration:none; font-family:Arial, Helvetica, sans-serif }
H4 { font-size: 18px; margin-top: 5pt; margin-bottom: 5pt; margin-left: 0pt; margin-right: 0pt; text-decoration:none; font-family:Arial, Helvetica, sans-serif }
H5 { font-size: 15px; margin-top: 5pt; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; text-decoration:none; font-family:Arial, Helvetica, sans-serif }

.xsm_form { font-size: 9px; color: #000000; }
.xsm { font-size: 9px; color: #666666; }
.sm { font-size: 12px; color: #404040; }
.sm_light_grey { font-size: 11px; color: #999999; }
.sm_copyright { font-size: 11px; color: #777777; }
.md { font-size: 13px; color: #666666; }
.lg { font-size: 24px;  color: #666666; }
.headertext { white-space:nowrap; text-align: left; text-indent: 15px }

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: ;
}	