body {
	background-image: url(images/bg_tile.png);
	background-color: #000000;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.PageBgGrey {
	background-image: url(images/grey_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F2F2F2;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;

}

a:link {
	color: #D9A300;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #D9A300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #D9A300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D9A300;
	text-decoration: underline;
	font-weight: bold;
}.txtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFE7BF;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFE7BF;

}
.txtGreen {
	color: #d9a300;
}
.txtGreenBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d9a300;
	line-height: 22px;

}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFE7BF;
}
