body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

td, th
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

p
{
	margin-top: 10;
	margin-bottom: 6;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #ffee66;
}

a:visited
{
	color: #ffee66;
	text-decoration: none;
}

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

.gameTitle
{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}

.gameTitleBig
{
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	vertical-align: middle;
}

.gameFrame
{
	background: #555588;
	border-left: solid 1px #bbbbdd;
	border-top: solid 1px #bbbbdd;
	border-bottom: solid 1px #333366;
	border-right: solid 1px #333366;
	cursor: pointer;
}

.gameFrame2
{
	background: #555588;
	border-left: solid 1px #bbbbdd;
	border-top: solid 1px #bbbbdd;
	border-right: solid 1px #333366;
}

.frame
{
	border: solid 1px #333366;
}

.tabActive
{
	border-left: solid 1px #bbbbdd;
	border-bottom: solid 1px #333366;
	border-right: solid 1px #333366;
	border-top: solid 1px #555588;
	background-color: #555588;
	padding: 3;
	cursor: pointer;
}

.tabInactive
{
	border-left: solid 1px #bbbbdd;
	border-bottom: solid 1px #202040;
	border-right: solid 1px #202040;
	border-top: solid 1px #333366;
	background-color: #494980;
	background-image: url('images/shade2.png');
	background-repeat:repeat-x;
	background-position: bottom;
	color: #cccccc;
	padding: 3;
	cursor: pointer;
}
