BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

.buttons{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F0CE86;
	color: #000000;
	width:150px;
}
.buttons_special{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F0CE86;
	color: #000000;
	width:100px;
}

.timeButtons{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.tdata1, .tdata2{
	background-color: #F5EDDD;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.tdata2{
	background-color: #EBDAB7;
}

TABLE, TD {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	cell-padding: 0;
	cell-spacing: 0;
}

select, input, textarea {
	border: 1 outset rgb(50,50,50); 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color: #F0CE86;
}

.CheckButton {
	border: 0;
	background-color : transparent;
}

.FormLabel {
	font-weight: bold;
	text-align: right;
	vertical-align : top;
}

.FormTable {
	background-color: #F0CE86;
}

.TableTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #38301F;
}

a.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : none;
}

a.title:visited {
	color: #FFFFFF;
}

a.title:hover{
	color: #FFFFFF;
}

a {
	color: Blue;
	text-decoration : none;
	font-size: 8pt;
}

a:visited {
	color: Black;
}

a:hover{
	color: Black;
    text-decoration : underline;
}
a:active {
	color: Black;
}

a.menu {
	color: Black;
	text-decoration : none;
}

a.menu:visited {
	color: Black;
}

a.menu:hover{
	color: White;
    text-decoration : none;
}

a.link{
	font-size: 8pt;
}

.error{
	color: Red;
	text-align : center;
	font-size: 10pt;
}

.confirm{
	color: Green;
	font-size: 10pt;
}

.empty{
	color: Blue;
	text-align : left;
	font-size: 10pt;
}

.money {
	text-align : right;
}
.total {
	color: #EF5A18;
}