body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #3a3b69;
}
.contentBG {
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
}
.contentBG_Line {
	background-color: #FFFFFF;
	background-image: url(../images/contentBG_Line.jpg);
	background-repeat: repeat-y;
}
.rightSide_Tile {
	background-image: url(../images/rightSide_Tile.jpg);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(../images/footerWhite.jpg);
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
}
