
.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menuLink:hover {
	text-decoration: none;
	color: #cc0000;
}

.menuLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}

h2 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}


h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

body, td, p, select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #000000;
	font-weight: underline
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;

}
