/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222222;
	color: #ffffff;
	font-size: 16px;
}

.bodyTable {
	background-color: #222222;
}

td.tableLeft {
	font-size: 0px;
	background: url(images/tableBorders/left.gif) scroll repeat-y right top #222222;
}
td.tableRight {
	font-size: 0px;
	background: url(images/tableBorders/right.gif) scroll repeat-y left top #222222;
}
td.tableTopLeftCorner {
	font-size: 0px;
	background: url(images/tableBorders/topLeftCorner.gif) scroll no-repeat right bottom #222222;
}
td.tableTop {
	font-size: 0px;
	background: url(images/tableBorders/top.gif) scroll repeat-x center bottom #222222;
}
td.tableTopRightCorner {
	font-size: 0px;
	background: url(images/tableBorders/topRightCorner.gif) scroll no-repeat left bottom #222222;
}
td.tableBottomLeftCorner {
	font-size: 0px;
	background: url(images/tableBorders/bottomLeftCorner.gif) scroll no-repeat right top #222222;
}
td.tableBottom {
	font-size: 0px;
	background: url(images/tableBorders/bottom.gif) scroll repeat-x center top #222222;
}
td.tableBottomRightCorner {
	font-size: 0px;
	background: url(images/tableBorders/bottomRightCorner.gif) scroll no-repeat left top #222222;
}

img {
	border: none;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #eebb00;
	text-decoration: underline;
}

.title {
	font-size: 22px;
	color: #ffffff;
}

.subTitle {
	font-size: 20px;
	color: #eebb00;
}

.largeText {
	font-size: 20px;
}

.menu {
	font-size: 18px;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
}

a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menu:active {
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	color: #ffffff;
	text-decoration: underline;
}
