/*********************************************************\
color			<name> | rgb (xxx,xxx,xxx)
background-color	<color> | transparent
background-image	url(<url>) | none
background-repeat	repeat | repeat-x | repeat-y | no-repeat
background-attachment	scroll | fixed
background-position	<percentage> | [top | center | bottom] || [left | center | right]

word-spacing		normal | <length>
letter-spacing		normal | <length>
text-decoration		none | [ underline || overline || line-through || blink ]
vertical-align		baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage>
text-transform		capitalize | uppercase | lowercase | none
text-align		left | right | center | justify
text-indent		<length> | <percentage>

font-family		family-name> | <generic-family>
font-style		normal | italic | oblique
font-variant		normal | small-caps
font-weight		normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
font-size		<absolute-size> | <relative-size> | <length> | <percentage>
line-height		normal | <number> | <length> | <percentage>

remove link underline: text-decoration: none

\*********************************************************/

A:link			{ color: #FFCC33 }
A:visited		{ color: #DDAA11 }
A:active		{ color: #00FFFF }

.default		{ color: #FFCC33; font-size: 10pt; }
.qa			{ color: #FFFFFF; font-size: 10pt; }
.micro			{ color: #FFCC33; font-size: 10pt; }
.microboldw		{ color: #FFFFFF; font-size: 10pt; font-weight: bold; }
.heading		{ color: #FFFFFF; font-size: 10pt; font-weight: bold; }
.large			{ color: #FFCC33; font-size: 14pt; }
.pageheading		{ color: #FFFFFF; font-size: 16pt; font-weight: bold; font-style: italic; }
.smallfont		{ color: #FFCC33; font-size: 8pt; }
.buttons		{ color: #FFCC33; font-size: 10pt; background-color: #666666; border: 1px solid #999999;}
.inputfields		{ color: #FFCC33; font-size: 10pt; background-color: #666666; border: 1px solid #999999;}
.tdh_header		{ color: #FFCC33; font-size: 10pt; font-weight: bold; padding-right: 3px; text-align:right; vertical-align:top;}
.td_default		{ color: #FFCC33; font-size: 10pt; }

.address_gray		{ color: #CCCCCC; font-size: x-small; }
.company_name		{ color: #FFCC33; font-size: x-small; font-weight: bold; }
.company_name_wht	{ color: #FFFFFF; font-size: x-small; font-weight: bold; }
.address_txt		{ color: #FFCC33; font-size: x-small; }

body			{ background-color: black; font-family: Arial,Helvetica,Swiss,Swiss721; font-size: 10pt; }
body.default		{ background-color: black; color: #FFCC33; }

td			{ color: #FFCC33; font-size: 10pt; }

.overlib_tag
{
	color:			#FFCC33;
	font-size:		10pt;
	font-weight:		bold;
	padding-left:		5px;
	padding-bottom:		6px;
	padding-right:		5px;
	vertical-align:		middle;
	text-align:		left;
}

.menuDIV
{
	position:		absolute;
	left:			0px;
	width:			40px;
	top:			10px;
	height:			100%;
	visibility:		visible;
	text-align:		center;
}

.contentDIV
{
	position:		absolute;
	left:			50px;
	width:			540px;
	top:			0px;
	height:			100%;
	visibility:		hidden;
}

.subMenuDiv
{
	position:		absolute;
	left:			600px;
	width:			150px;
	top:			10px;
	height:			100%;
	visibility:		hidden;
}

.inputfield
{
	font-size:		10pt;
	font-weight:		bold;
	color:			#2D1601;
	background-color:	#ECE4A5;
	border:			inset 1px #2D1601;
}

.button
{
	font-size:		8pt;
	font-weight:		bold;
	color:			#2D1601;
	background-color:	#ECE4A5;
	border:			solid 1px #DDAA00;
}