 A  {
  	text-decoration : underline;
  	font-weight : plain;
  }
  
  A:hover  {
  	text-decoration : none;
  	color : #FF0000;
}
.title {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.BodyText {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
}
.BodyText1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
}

.BodyTextBig {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #A2B5BB;
	text-decoration: none;
	line-height: 17px;
}

.BodyTextSmall {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}
.RedDot {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: 15px;
}
.ImageBrdr {
	border:solid 1px #3E7EC1;
	padding:5px;
	background-color:#3E7EC1;
}