/* This stylesheet is for older browsers that don't understand @import */

/* basic elements */
body { color: #000000; background-color: #FFFFFF; margin: 0; padding: 0 }
/* make everything sans-serif */
html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div {
	font-family: Geneva, Arial, Helvetica, sans-serif;


}

/* set image borders to zero */
img {
	border: 0px;
}

/*  basic links */
a, a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited { color: #999999}
/* NS4 won't see these but other browsers will. No problem. */
a:hover { color: #CC0000; text-decoration: none }
a:active { color: #FF0000; text-decoration: none }

/* special link classes */
a:hover { color: #CC0000; text-decoration: underline}
.bodytext { font-size: small; line-height: 140% }
.default { background-color: #FFFFFF}
.headlrg { font-size: 2em; font-weight: bolder }

.bgImg { background-color: #F1F1F1}

/* dotted lines, the CSS way. 
Do a find and replace for <td> with background="1dot.gif */
.td.dot { background: #D1D1D1 url(../images/1dot.gif)}

/* these 9 classes are obsolete and maintained only for backwards-compatability. */
.body { font-size: small; line-height: 150% }
.fineprint { font-size: x-small }
.leaded { line-height: 150% }
.menuitem { color: #CC0000; font-size: 9px }
.size1 {
	font-size: 10px;
	color: #333333;
	letter-spacing: 1.5px;
}
.size2 {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1.5px;
	font-weight: bold;
	vertical-align: top;
}
.size3 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	letter-spacing: 1.5px;
}
.size2white {
	font-size: 11px;
	color: #FEFEFE;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-indent: 3pt;
}
.size2red {
	font-size: 11px;
	line-height: 18px;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.size2form {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 1.5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
li {
	list-style-type: square;
	list-style-position: outside;
}
.li {
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 1em;
	border-left: 1px solid #CCCCCC;
	float: left;
	list-style-position: inside;
	list-style-image:  url(../../images/1dot_red.gif);
}
.size2list {
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	letter-spacing: 1.5px;
	font-weight: bold;
}

