.MainBorder {
	border: 1px solid #000000;
}
.BorderBottom {
	border-top: 0px none #000000;
	border-right: 0px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px none #000000;

}
.MediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.LargeText {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
}
.BorderBottomLight {

	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BorderRHSLight {


	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.BorderComplete {


	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.SideMenu a:link {

	color: #000000;
	text-decoration: none;
}

.SideMenu a:visited {
	color: #000000;
	text-decoration: none;
}
.SideMenu a:hover {
	color: #666666;
	text-decoration: none;
}



.BorderLHSLight {



	border-top: 0px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 0px none #CCCCCC;
}
