body
{
	background: #000000 url('background.jpg') top left fixed no-repeat;
	color:#FFFFFF;
	font-family: Verdana, Arial, "Times New Roman", "Courier New";
	margin:0;
	scrollbar-base-color:#111111;
	scrollbar-arrow-color:#FFFFFF;
}
body.menu
{
	background:#111111 url('background-menu.gif') fixed;
	color:#FFFFFF;
	margin:0;
	scrollbar-base-color:#111111;
	scrollbar-arrow-color:#FFFFFF;
}
body.iframe
{
	background: #111111 url('background-menu.gif') fixed;
	color:#FFFFFF;
	margin:0;
	scrollbar-base-color:#111111;
	scrollbar-arrow-color:#FFFFFF;
}


a.opaque img { filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; } /* Test! */
a.opaque:hover img { filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; } /* Test! */
a:link		{ color:#777777; text-decoration: none }
a:active	{ color:#FFFFFF; text-decoration: none }
a:visited	{ color:#777777; text-decoration: none }
a:hover		{ color:#FFFFFF; text-decoration: none }
a.pawns:link	{ color:#7777FF; text-decoration: none }
a.pawns:active	{ color:#FFFFFF; text-decoration: none }
a.pawns:visited	{ color:#7777FF; text-decoration: none }
a.pawns:hover	{ background:#000077; color:#0000FF; text-decoration: none }
a.events:link		{ color:#77FFFF; text-decoration: none }
a.events:active		{ color:#FFFFFF; text-decoration: none }
a.events:visited	{ color:#77FFFF; text-decoration: none }
a.events:hover		{ background:#00CCCC; color:#00FFFF; text-decoration: none }
a.locations:link	{ color:#77FF77; text-decoration: none }
a.locations:active	{ color:#FFFFFF; text-decoration: none }
a.locations:visited	{ color:#77FF77; text-decoration: none }
a.locations:hover	{ background:#007700; color:#00FF00; text-decoration: none }
a.associations:link	{ color:#FFFF77; text-decoration: none }
a.associations:active	{ color:#FFFFFF; text-decoration: none }
a.associations:visited	{ color:#FFFF77; text-decoration: none }
a.associations:hover	{ background:#777700; color:#FFFF00; text-decoration: none }
a.species:link		{ color:#FF77FF; text-decoration: none }
a.species:active	{ color:#FFFFFF; text-decoration: none }
a.species:visited	{ color:#FF77FF; text-decoration: none }
a.species:hover		{ background:#770077; color:#FF00FF; text-decoration: none }
a.deadjedi:link		{ color:#FF7777; text-decoration: none }
a.deadjedi:active	{ color:#FFFFFF; text-decoration: none }
a.deadjedi:visited	{ color:#FF7777; text-decoration: none }
a.deadjedi:hover	{ background:#770000; color:#FF0000; text-decoration: none }
a.hidden:link		{ color:#000000; }
a.hidden:active		{ color:#000000; }
a.hidden:visited	{ color:#000000; }
a.hidden:hover		{ background:#000000; color:#000000; }

hr	{ width:75%; }

img	{ border:0px; }

table
{
	color:#FFFFFF;
	font-size:10px;
}

td
{
	color:#FFFFFF;
	font-size:12px;
}

td.frame_top
{
	color:#FFFFFF;
	background: #222222 url(background-frame-top.gif);
	background-position: bottom left;
}
td.frame_left
{
	color:#FFFFFF;
	background: #222222 url(background-frame-left.gif);
	background-position: center right;
}
td.frame_right
{
	color:#FFFFFF;
	background: #222222 url(background-frame-right.gif);
	background-position: center left;
}
td.frame_bottom
{
	color:#FFFFFF;
	background: #222222 url(background-frame-bottom.gif);
	background-position: top left;
}

td.menu_events
{
	font-size:8px;
	text-align:right;
}
td.menu
{
	background: #0e0e0e url('background-menu.gif') top left fixed;
	font-size:10px;
	text-align:left;
}

th.title
{
	color:#0000CC;
	font-size:20px;
	font-weight:bold;
}