/* CSS Document */

body {
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	margin-left:0;
}

.mainText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#221F1F;
}

.mainBoldText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#221F1F;
}

.listText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#221F1F;
	line-height:1.3s;
}

.brd {
	border: 1px solid #221F1F;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

a.aboutLink {
	font-family:Arial;
	color:#221F1F;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

a.aboutLink:Hover {
	font-family:Arial;
	color: #221F1F;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}
a.aboutLink:visited {
	font-family:Arial;
	color: #221F1F;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a.aboutLink:active {
	font-family:Arial;
	color: #221F1F;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}