body {
	margin: 0px;
	padding: 0px;
	background-color: #404040;
	background-repeat: repeat;
	background-image: url(images/page_bg.png);


}
.tdBlack {
	background-color: #FFFFFF;
}
td {
	font-family: Roboto, sans-serif;
	color: #404040;
	font-size: 15px;
}
.txtLarge {
	font-family: Roboto, sans-serif;
	font-size: 22px;
	color: #404040;
	line-height: 28px;
	font-weight: 400;

}
.tdHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC61A5;
}
.trLight {
	background-color: #f8f8f8;
	vertical-align: top;

}
.trDark {
	background-color: #f0f0f0;
	vertical-align: top;

}
a:link {
	color: #CC61A5;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CC61A5;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC61A5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}
.txtSmall {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	color: #404040;
	line-height: 20px;


}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #e0e0e0;
	padding: 5px;

}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e0e0e0;
	color: #404040;
	padding: 5px;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #e0e0e0;
	padding: 5px;

}

a.whitelink:link { color: #ffffff; text-decoration: none }
a.whitelink:active { color: #ffffff; text-decoration: none }
a.whitelink:visited { color: #ffffff; text-decoration: none }
a.whitelink:hover { color: #ffffff; text-decoration: underline }