td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	border: thin;
}
a {
	color: #FFFFCC;
	text-decoration: none;
}
.temContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.red {
	color: #FF0000;
}
.black {
	color: #000000;
}
.tableGrey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
.tableGreyBot {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
}
.tableGreyDuo {
	border: 1px double;

}
.gray {

	color: #666666;
}
