body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #f2f3f6;
}
td {
	font-size: 12px;
	line-height: 18px;
}
.homeBoxCell {
	font-size: 11px;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	vertical-align: top;
}

.homeTitle {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	line-height: 28px;
}
.footer {
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	padding-left: 12px;
}
a:link {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}
a:visited.hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a.linkFooter:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.linkFooter:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a.linkFooter:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.linkFooter:visited.hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.imageBorder {
	border: 2px solid #CC0000;
}
.sideBarCell {
	padding: 20px;
	vertical-align: top;
}
.contentCell {
	padding-top: 20px;
	width: 660px;
	padding-right: 60px;
	padding-left: 20px;
}
.subTitle {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.subnavCell {
	padding: 20px;
	vertical-align: top;
	font-weight: bold;
	width: 160px;
	line-height: 12px;
}
.photoCell {
	padding: 20px;
	vertical-align: top;
	font-size: 11px;
	font-style: italic;
	color: #999999;
	text-align: center;
	width: 200px;
	line-height: 10px;
}
.inputText {
	border: 1px solid #999999;
	font-size: 11px;
	width: 140px;
	height: 20px;
}
.borderBottomGreen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7E07F;
}

