body {
	font: 14px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TableBack {
	background-color: #CCCCCC;
}
.TableBorder {
	border:1px solid #FFFFFF;
	background-color: #CCCCCC;
}
.TableBorderGreyRight {
	border-right: 1px solid #666666
}
.TableBorderBut {
	padding: 5px;
}
.TextOrange {
		color: #FF6600;
}
.TextWhite {
		color: #FFFFFF;
}
a:link {
	color: #228040;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #228040;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
#href a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
#href a:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
#href a:hover {
	text-decoration: underline;
	color: #333333;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
#href a:active {
	text-decoration: underline;
	color: #333333;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
