@charset "UTF-8";

.Margin {
	width: 10px;
}
.headercolor {
	background-color: #e4ecf7;
}
.red {
	background-color: #F00;
}
.bodyColor {
	background-color: #CCCCCC;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.fontred {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: bold;
	white-space: nowrap;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
}
.link {
	color: #00F;
	text-decoration: underline;
}
.textbold {
	font-weight: bold;
	white-space: nowrap;
}
.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 28px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.bodytextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.footer {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
}
