BODY {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
TEXTAREA, P, TD, OL, UL, DL, DIV, ADDRESS {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* font sizes */
.pagehead {
	font-style: italic;
	font-weight: bold;
	font-size: 44px;
	color: #B31910;
}
.headlg {
	font-size: 28px;
}
.headmd {
	font-size: 16px;
}
.headsm {
	font-size: 14px;
}
.note {
	font-size: 11px;
}
.tiny {
	font-size: 10px;
}

/* links and effects */
a.link {
	text-decoration: none;
}
.leftnav {
	font-style: italic;
	font-size: 28px;
	text-decoration: none;
	color: #000000;
}
.leftnav:hover {
	color: #B31910;
}
.leftnavdown {
	font-style: italic;
	font-size: 28px;
	text-decoration: none;
	color: #B31910;
}
.buttons {
	background-color: #ffffff;
	border: solid; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight : bold;
	font-size: 12px; 
	color: #B31910;
}

/* colors */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.gray {
	color: #777777;
}
.red {
	color: #B31910;

}

/* background colors */
.blackbg {
	background-color: #000000;
}
.whitebg {
	background-color: #ffffff;
}
.graybg {
	background-color: #777777;
}
.redbg {
	background-color: #B31910;
}
