.leftmenu {
	TEXT-DECORATION: none;
	font-family: Arial, Helvecta, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.topmenu {
	TEXT-DECORATION: none;
	font-family: Arial, Helvecta, sans-serif;
	font-size: 14px;
	color: #c54e37;
	font-weight: bold; 
}

.topheading {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.minorheading {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 14px;
	color: #c54e37;
	font-weight: bold;
	font-variant: small-caps;
}

.lineitemlink {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 14px;
	TEXT-DECORATION: none;
	color: #c54e37;
	font-weight: bold;
}

.headingrow {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}

.datarow {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 14px;
	color: #000000;
}

.rowName {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.rowClass {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
}

.darkText {
	font-size: 10px;
	color: #000000;
}

.lightText {
	font-size: 10px;
	color: #cccccc;
}

tr.odd { background-color: #fff; }

tr.even { background-color: #eee; }

.phone {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 12px;
	color: #000000;
	font-variant: small-caps;
}

.phoneHeading {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 12px;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
}

.emailHeading {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 12px;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
}

.email {
	font-family: Arial, Helvecta, sans-serif;
	font-size: 12px;
	color: #c54e37;
	font-variant: small-caps;
	text-decoration: none;
}

a {
        text-decoration: none;
        color: c54e37;
}

a:hover {
        text-decoration: underline;
}

