td {
	font-size: 12px;
	color: #333333;
	font-family: "Verdana";
	line-height: 20px;

}
body {
	background-color: #C59B75;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.fontTitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.fontTitleRed {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

li {
	list-style-position: outside;
	list-style-type: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F80000;
	text-align: center;
	margin: 20px;
	}

.fontStriking 
{
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.fontStriking {
	font-family: "Verdana";
	font-weight: bold;
	color: #FF0000;
}
hr {
	color: #666666;
	height: 1px;
	width: 100%;
}

