body, p, td, th, li {
	color : #000000;
}

#Content {
	background-color : #FFFFFF;
	position : relative;
}

th {
	text-align : left;
	color : #000000;
	font-weight : bold;
	border-bottom : 1px #000000 solid;
}

*[align="right"] {
	text-align : right;
}

*[align="center"] {
	text-align : center;
}

*[align="justify"] {
	text-align : justify;
}

.oddRow {
	background-color : #F0F8FF;
}

.evenRow {
	background-color : #FFFFFF;
}
