h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
	color: #9E003A;
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	text-transform: capitalize;
}

A:link {
	color: #804040;
	text-decoration: none;
}

A:visited {
	color: #400000;
	text-decoration: none;
}

A:active {
	color: #804040;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

TD {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

.form-banner {
	color: #FFFFFF;
}

.floatleft { float: left; margin: 4px 4px 4px 4px; }

.floatright { float: right; margin: 4px 4px 4px 4px; }

.accent {
	font-size: medium;
	font-weight: bold;
}

.accent-sm {
	font-size: 14px;
	font-weight: bold;
}

ul.redpoint {
	list-style-image:url(../images/redpoint.gif);
	font-size: 12px;
	font-weight: bold;
	}

.nav {
	font-size: 12px;
	font-weight: bold;
}	

.footer { 
	font-size: 10px; 
	color: #FFFFFF; 
}

.enhance {
	font-weight: bold;
	font-style: italic;
	color: #9E003A;
}
