* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height:normal;
}

.nobr {
	white-space: nowrap;
}

.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}

.white {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.indextable {
	margin-top: 0px;
	margin-left: 0px;
}
.leftnav {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}
.headline2 {
	font-size: 16px;
	font-weight: bold;
	color: #993333;
}

.headline3 {
	font-size: 20px;
	font-weight: bold;
	color: #993333;
}

.caption {
	font-size: 10px;
	font-weight: bold;
	font-style:italic;
	color: #993333;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	font-style:italic;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.preheadline {
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
.footer, .footnote {
	font-size: 10px;
}
.footer, .footnote a {
	font-size: 9px;
}
strong.footer {
	font-size: 9px;
	font-weight: bold;
}
span.reg {
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
}
span.reg_headline {
	font-size: 10px;
	line-height: 14px;
	vertical-align: top;
}
a.headline {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #663333;
	text-decoration: none;
}

p.listIntro {
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	padding-left: 0px;
	list-style: square;
}
#bulletList li {
	margin-top: 0px;
	padding-left: 0px;
}

sup {
   /* This will apply it to all sups */
   line-height: 100%;
   vertical-align: top;
   font-size: 9px; /*You can use px, em or % such as 70% if you want it to depend on if it's in a headline or in regular text */
}

