body
{
	color: ivory;
	background-color: rgb(44, 50, 56);
	font-family: tahoma, sans-serif;
}

a:link    {color:#33ccff; background-color:transparent;}
a:visited {color:#66cccc; background-color:transparent;}
a:hover   {color:#cc66ff; background-color:transparent;}
a:active  {color:#ffffff; background-color:transparent;}

a.button:link    {color:#33ccff; background-color:transparent; text-decoration: none; }
a.button:visited {color:#33ccff; background-color:transparent; text-decoration: none; }
a.button:hover   {color:#cc66ff; background-color:transparent; text-decoration: none; }
a.button:active  {color:#ffffff; background-color:transparent; text-decoration: none; }

hr
{
	width: 100%;
	height: 2px;
}

h3
{
	margin-top: 0;
}

table
{
	text-align: left;
}

td
{
}

pre
{
	font-family: monospace;
	font-size: 10pt;
}

table.banner
{
	width: 100%;
}

table.banner td
{
	background-color: rgb(163, 191, 147);
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	font-size: 32pt;
}

ul.navmenu
{
	width: 150px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
}

ul.navmenu_nobutton
{
	width: 150px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
}

ul.navmenu li
{
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0;
	text-align: center;
	border-style: outset;
	border-color: #1c6349;
   background-image: url(button_bg.png);
}

ul.navmenu_nobutton li
{
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0;
	text-align: center;
}

table.who
{
}

table.who td
{
}

table.alpha
{
	width: 100%;
	table-layout: fixed;
}

table.alpha td
{
	line-height: 1.5em;
	text-align: center;
	border-style: outset;
	background-color: rgb(100, 100, 100);
	margin: 5px;
}

img.icon
{
	border: 0px solid;
	width: 32px;
	height: 32px;
}

span.italic
{
	font-style: italic;
}

span.bold
{
	font-weight: bold;
}

span.greenish
{
	color: rgb(102, 255, 153);
}

span.yellowish
{
	color: rgb(255, 230, 100);
}

span.cyanish
{
	color: rgb(0, 204, 204);
}

span.skyblue
{
	color: #33ccff;
}

span.ansi_bold
{
	font-weight: bold;
}

span.ansi_mild
{
	font-weight: bold;
}

span.ansi_strong
{
	color: rgb(48, 90, 122);
	background-color: ivory;	
}

span.ansi_reverse
{
	color: rgb(48, 90, 122);
	background-color: ivory;
}

span.ansi_underline
{
	text-decoration: underline;
}

span.ansi_italic
{
	font-style: italic;
}

span.ansi_black
{
	color: black;
}

span.ansi_red
{
	color: red;
}

span.ansi_red_bold
{
	color: red;
	font-weight: bold;
}

span.ansi_green
{
	color: rgb(102, 255, 153);
}

span.ansi_green_bold
{
	color: green;
	font-weight: bold;
}

span.ansi_yellow
{
	color: yellow;
}

span.ansi_yellow_bold
{
	color: yellow;
	font-weight: bold;
}

span.ansi_blue
{
	color: blue;
}

span.ansi_blue_bold
{
	color: blue;
	font-weight: bold;
}

span.ansi_magenta
{
	color: fuchsia;
}

span.ansi_magenta_bold
{
	color: fuchsia;
	font-weight: bold;
}

span.ansi_cyan
{
	color: aqua;
}

span.ansi_cyan_bold
{
	color: aqua;
	font-weight: bold;
}

span.ansi_white
{
	color: #a9a9a9;
}

span.ansi_white_bold
{
	color: white;
	font-weight: bold;
}
