body {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #4D5375;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #4D5375;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #4D5375;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #4D5375;
	text-decoration: underline;
	font-weight: bold;
}

.bg {
	background-image: url(images/bg_tile.png);
	background-repeat: repeat-y;

}
.bgContent {
	background-color: #FFFFFF;
}
td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;

}
