@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
}

a, a:link, a:active,
a:visited {
	color: #8e2bdb;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px dotted transparent;
}

a:hover {
	border-bottom: 1px dotted #8e2bdb;
	color: #8e2bdb;
}

div#monsterArea td {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
}

div#navigationBar td {
	background-image: url(imgs/navBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div#navigationBar td a,
div#navigationBar td a:link,
div#navigationBar td a:active,
div#navigationBar td a:hover,
div#navigationBar td a:visited,
div#monsterArea td a,
div#monsterArea td a:link,
div#monsterArea td a:active,
div#monsterArea td a:visited,
div#monsterArea td a:hover {
	color: transparent;
}

div#mainContent {
	width: 100%;
	padding-bottom: 10px;
}

div#bottomArea {
	width: 100%;
	padding-bottom: 10px;
}

td#bottomCell a,
td#bottomCell a:link,
td#bottomCell a:active,
td#bottomCell a:visited {
	color: #8e2bdb;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px transparent dotted;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

td#bottomCell a:hover {
	color: #8e2bdb;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px dotted #8e2bdb;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

td.navbarLinks a,
td.navbarLinks a:active,
td.navbarLinks a:link,
td.navbarLinks a:visited,
td.navbarLinks a:hover {
	color: transparent;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

td.bottomCells a,
td.bottomCells a:link,
td.bottomCells a:active,
td.bottomCells a:visited {
	color: #8e2bdb;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px transparent dotted;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

td.bottomCells a:hover {
	color: #8e2bdb;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dotted #8e2bdb;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
