body {
	margin: 0px;
	padding: 0px;
	background-color: #404040;
	background-repeat: repeat;
	background-image: url(images/page_bg.png);


}
.tdBlack {
	background-color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.txtLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.tdHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC61A5;
}
.trLight {
	background-color: #707070;
	vertical-align: top;

}
.trDark {
	background-color: #606060;
	vertical-align: top;

}
a:link {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.txtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;

}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #404040;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #404040;
	color: #FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #404040;
}
