a:link {
	text-decoration: none;
	text-align: right;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
TD.all {
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #EBEBEB;
}
td.allDashed {
	border-style: dashed;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
}
td.dashed {
	border-style: dashed;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-color: #999999;
}
td.dashedRight {
	border-style: dashed;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #999999;
}
.TextBold {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #5E5D5D;
}
.TextMenu {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	text-align: left
}
.TextRed {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #BB0000;
}
.TextWhite {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
.TextBlue {
	font-family: Tahoma;
	font-size: 14px;
	color: #1891BE;
}
.TextSmall {
	font-size: xx-small;
	color: #FFFFFF;
}
.BorderImages {
	border: 0px solid #CCC;
}
