body, p, td, th, caption
{
	color: #fffafa;
	font-family: Sans-serif;
}

body, th
{
	font-size: small;
}

body
{
	background-color: #3F4F3F;
	scrollbar-face-color: #273A2F;
	scrollbar-shadow-color: #1B1E25;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #272A2F;
	scrollbar-darkshadow-color: #1B2E25;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #ffb903;
}

p, td, caption
{
	font-size: medium;
}

caption
{
	font-weight: bold;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	background-color: #1f371f;
	font-family: Sans-serif;
	font-size: 9pt;
	color: #fffafa;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	background-color: #1f371f;
	font-family: Sans-serif;
	font-size: 8pt;
	color: #fffafa;
}

a, .nav
{
	border-color: #FFB903;
}

a:link, .nav:link
{
	text-decoration: none;
	color: #FFB903;
}

a:visited, .nav:visited
{
	text-decoration: none;
	color: #FFC903;
}

a:hover, .nav:hover
{
	text-decoration: underline overline;
	color: #DDDDDD;
	font-style: normal;
}

/* Standard horizontal rule.. */
hr
{
	color: #FFB903;
	background-color: transparent;
}

/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #FFB903;
	background-color: #FFB903;
}



/* Old junk
.text1        {font-style: normal; font-weight: bold; font-size: x-small; color: #000000;}
.poll         {font-size: x-small; font-family: Sans-serif; background-color: dimgray; color: red;}
.menu-obj     {position: fixed; left: 0; bottom: 0; top: 0; width: 135}
.header-obj   {position: fixed; left: 135; right: 0; top: 0; height: 81}
.oldcatbg     {background-color: #40454C; color: #EEEEEE; font-weight: bold; font-size: x-small; border: 1px #666666 solid}
*/
