BODY {

	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 13px;
	COLOR: #020163;
	/* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
	SCROLLBAR-BASE-COLOR:  #CCCCFF;
	/* all scrollbar attriblutes following are not required, but you can set them if you wish. */

	*/
}
UL, LI, P, TD, TR {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 14px;
}
/* color for links */
A:LINK, A:VISITED, A:ACTIVE {
	COLOR: #212273;
	TEXT-DECORATION: none;
}
/* hover color for links (Internet Explorer only) */
A:HOVER {
	COLOR: #0000FF;
}
/* 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;
}