.WhiteTableBorder {
	border: 1px solid #FFFFFF;
}
.FormButton {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: FFFFFF;
	border: 1px solid #999999;
}
.TextGreen {
	font-family: Tahoma;
	font-size: 11px;
	color: 90B417;
}
.GreenTableBorder {
	border: 1px solid #90B417;
}
.TextWhite {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.TextGrey {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.TextGrey_Admin {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
.GreenBorderDotted {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
}
.GreyTableBorder {
	border: 1px solid #333333;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.OrangeTableBorder {
	border: 1px solid #F07F05;
}
.GreenBorderBottom {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AACA2B;
	border-bottom-color: #8CA80B;
	border-top-width: 1px;
}