BODY {
	BACKGROUND-COLOR: #BBBBBB;
	COLOR: #3F3849;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
	/* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
	SCROLLBAR-BASE-COLOR:  #40364d;
	/* all scrollbar attriblutes following are not required, but you can set them if you wish. */
	SCROLLBAR-ARROW-COLOR: #F5D300;
	SCROLLBAR-HIGHLIGHT-COLOR: #90869E;
	/* attributes we aren't using at the moment
	SCROLLBAR-3DLIGHT-COLOR: #87789E;
	SCROLLBAR-FACE-COLOR: #40364d;
	SCROLLBAR-SHADOW-COLOR: #2F4261;
	SCROLLBAR-DARK-SHADOW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #51485F;
	*/
}
UL, LI, P, TD, TR {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
}
/* color for links */
A:LINK, A:VISITED, A:ACTIVE {
	COLOR: #3F3849;
}
/* hover color for links (Internet Explorer only) */
A:HOVER {
	COLOR: #F5D300;
	BACKGROUND-COLOR: #40364d;
}
/* style for links made with makelinkcode() */
.lc {
	FONT-SIZE: 11px;
}
FORM {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
}
SELECT, INPUT, TEXTAREA {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #51485F;
	FONT-SIZE: 10px;
}

/* style for submit/reset buttons */
#submitrow INPUT {
	BACKGROUND-COLOR:#40364d;
	COLOR: #f5d300;
	FONT-WEIGHT: bold;
}
/* first alternating table background color */
.firstalt {
	BACKGROUND-COLOR: #D0D0D0;
}
/* second alternating table background color */
.secondalt {
	BACKGROUND-COLOR: #C5C5C5;
}
/* table header background and text color */
.tblhead {
	BACKGROUND-COLOR: #40364D;
	COLOR:#F5D300;
	FONT-SIZE:10px;
}
/* table border color */
.tblborder {
	BACKGROUND-COLOR: #51485F;
}

/* extra styles for top and left frames */
#navbody {
	COLOR: #3F3849;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #51485F;
}
#navbody TD {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
}
#navbody A:LINK, #navbody A:VISITED, #navbody A:ACTIVE {
	COLOR: #9A91AA;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
#navbody A:HOVER {
	COLOR: #F5D300;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	BACKGROUND-COLOR: #40364d;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
#navbody .tblhead {
	COLOR: #BCB6CD;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}

/* global and custom color definitions */
.gc { /* global color */
	COLOR: darkgreen;
}

.cc { /* custom color */
	COLOR: darkblue;
} 
.tcat
{
	background: #022926;
	color: #FFFBF8;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
	color: #FFFBF8;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #FFFBF8;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #00504F;
	text-decoration: underline;
}

.tborder
{
	background: #A3882F;
	color: #A3882F;
}
.alt1, .alt1Active
{
	background: #CAE3EA;
	color: #000000;
	cursor: default;
	
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
	color: #000000;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
	color: #000000;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
	color: #00504F;
}
.alt2, .alt2Active
{
	background: #AED6E0;
	color: #000000;
	cursor: hand;
	
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
	color: #000000;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
	color: #000000;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
	color: #00504F;
}