.textRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #84090f;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.textRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8f090f;
	text-decoration: none;
}
.bodyTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.bodyTextYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6D007;
	text-decoration: none;
}
.border{
	border-color:#ccccc;
	border-style:solid;
	border-width:0px;
	padding:2px 2px 2px 2px;
	}
	
.dottedLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c8e1f5;
	height:100px
}
a:hover {
	color:#F6D007;
	text-decoration: none;
}

