@charset "utf-8";
.containerTable {
	background-color: #4c0000;
	border: 2px solid #4c0000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
.headlineText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menuCell {
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4c0000;
	border-right-color: #4c0000;
	border-bottom-color: #4c0000;
	border-left-color: #4c0000;
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 24px;
	line-height: 10px;
}
body {
	background-color: #660000;
	background-image: url(../images/brick-bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
.bodyCell {
	background-color: #FFFFFF;
}
p {
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #660000;
}
.footerCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #660000;
}
h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
.projectLink {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
.proejctInfo {
	font-size: 10pt;
	text-align: left;
}
hr {
	color: #660000;
}
.justify {
	text-align: justify;
}
