.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #c85b14;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #c85b14;
	text-decoration: none;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #c85b14;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #C85B14;
	text-decoration: underline;
}
/* i don't understand why dreamweaver would create a new stylesheet for each new style, but whatevs, i'm ignoring that */
.tableBold {
color:#CC6600;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
line-height:15px;
text-decoration:none;
}

.tableBoldsm {
color:#CC6600;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height:12px;
text-decoration:none;
}

.leftBold{
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
line-height:20px;
text-decoration:none;
text-transform:uppercase;
width:250px;
text-align: right;
}
.leftColumn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
        padding-top: 5px;
	padding-bottom: 5px;
}
.rightBold{
color:#C85B14;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
line-height:20px;
text-decoration:none;
padding-left:30px;
}
