body {
	background-image: url(../images/page_bg.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #000000;
}
td, p, div, a{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
form{
	padding: 0px;
	margin: 0px;
}
input{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border: 0px none;
}
select{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
h1{
	font-size: 16px;
	color: #88002C;
}
.twhite{
	color: #ffffff;
}
.trose{
	color: #88002C;
}
.tbig{
	font-size: 14px;
}
.tgrey{
	color: #565657;
}
.tjust{
	text-align: justify;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.titalic{
	font-style: italic;
}
.terror{
	color: #ff0033;
}
.tbold{
	font-weight: bold;
}
.footer{
	color: #ffffff;
	font-size: 11px;
}
.mmarker{
	display: none;
}