body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.blackNormal {
	color: #000000;
}

.blackBold {
	color: #000000;
	font-weight: bold;
}

.whiteText {
	color: #ffffff;
}

.greyNormal {
	color: #656363;
}

a.greyText:link{
	color:			#656363;
	text-decoration: none;
	font-weight: bold;
}
a.greyText:visited{
	color:			#656363;
	text-decoration: none;
	font-weight: bold;
}
a.greyText:hover{
	color:			#656363;
	text-decoration: underline;
	font-weight: bold;
}

a.redText:link{
	color:			#ff0000;
	text-decoration: none;
	font-weight: bold;
}
a.redText:visited{
	color:			#ff0000;
	text-decoration: none;
	font-weight: bold;
}

a.redText:hover{
	color:			#ff0000;
	text-decoration: underline;
	font-weight: bold;
}

a.blueText:link{
	color:			#9abfd2;
	text-decoration: none;
	font-weight: bold;
}
a.blueText:visited{
	color:			#9abfd2;
	text-decoration: none;
	font-weight: bold;
}
a.blueText:hover{
	color:			#9abfd2;
	text-decoration: underline;
	font-weight: bold;
}

a.darkBlueText:link{
	color:			#0000ff;
	text-decoration: none;
	font-weight: bold;
}
a.darkBlueText:visited{
	color:			#0000ff;
	text-decoration: none;
	font-weight: bold;
}
a.darkBlueText:hover{
	color:			#0000ff;
	text-decoration: underline;
	font-weight: bold;
}

a.blackLink:link{
	color:			#000000;
	text-decoration: none;
	font-weight: bold;
}
a.blackLink:visited{
	color:			#000000;
	text-decoration: none;
	font-weight: bold;
}
a.blackLink:hover{
	color:			#000000;
	text-decoration: underline;
	font-weight: bold;
}

a.whiteLink:link{
	color:			#ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.whiteLink:visited{
	color:			#ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.whiteLink:hover{
	color:			#ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.blueLink:link{
	color:			#0000ff;
	text-decoration: none;
	font-weight: normal;
}
a.blueLink:visited{
	color:			#0000ff;
	text-decoration: none;
	font-weight: normal;
}
a.blueLink:hover{
	color:			#0000ff;
	text-decoration: underline;
	font-weight: normal;
}

table.blueBorder {
	border: 2px solid #9abfd2;
}

img {
	border-color: #000000;
}