a:link { 
	color: #0000FF;
	}
a:visited { 
	color: #0000FF;
	}
a:hover { 
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}
.LargeBoldText {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.NormalText {

	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	color: #0000FF;
}
.NormalBoldText {


	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #0000FF;
}
.BlackBoldText {

	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.NormalBackText {


	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
}
.BoldBlackText {



	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.SmallBlackText {



	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.SmallBlackBoldText {




	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.dashed-border {
	border: thin dashed #666666;
}

.dashed-border2 {
	border: 2px dashed #666666;
}

.MediumBlackText {





	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.VerySmallBlackText {




	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.SmalllBoldText {



	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
.BoldBlueText {




	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #0099CC;
}
.LargeBoldBlueText {





	font-family: Arial;
	font-size: 27px;
	font-weight: bold;
	color: #0099CC;
}
.shadow {
	border: medium outset #999999;
}
.BoldRedText {





	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.SmalllOrangeBoldText {




	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}

.opt-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	padding: 70px 0px 0px 0px;
	font-weight: bold;
	}
