BODY {
	BACKGROUND-COLOR: #F0F8FF;
	COLOR: #000000;
	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: #003366;
	/* all scrollbar attriblutes following are not required, but you can set them if you wish. */
	SCROLLBAR-ARROW-COLOR: #F5D300;
	SCROLLBAR-HIGHLIGHT-COLOR: #6699CC;
	/* 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: #000099;
}
/* hover color for links (Internet Explorer only) */
A:HOVER {
	COLOR: #F5D300;
	BACKGROUND-COLOR: #003366;
}
/* style for links made with makelinkcode() */
.lc {
	FONT-SIZE: 11px;
}
FORM {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
}
SELECT, TEXTAREA {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	FONT-SIZE: 12px;
	BORDER: 1px solid;
}

INPUT {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	FONT-SIZE: 12px;
	border-width : 1;
}

/* Informational textr */
.infotext {
	BACKGROUND-COLOR: #EEEEEE;
	COLOR:#003366;
	FONT-SIZE:10px;
}


/* style for submit/reset buttons */
.submitrow {
	BACKGROUND-COLOR:#003366;
	COLOR: #f5d300;
	FONT-WEIGHT: bold;
}
/* first alternating table background color */
.firstalt {
	BACKGROUND-COLOR: #DFEFFF;
}
/* second alternating table background color */
.secondalt {
	BACKGROUND-COLOR: #D0E0F0;
}
/* table header background and text color */
.tblhead {
	BACKGROUND-COLOR: #003366;
	COLOR:#F5D300;
	FONT-SIZE:10px;
}
/* table border color */
.tblborder {
	BACKGROUND-COLOR: #336699;
}

/* extra styles for top and left frames */
#navbody {
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #6699CC;
}
#navbody TD {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
}
#navbody A:LINK, #navbody A:VISITED, #navbody A:ACTIVE {
	COLOR: #330000;
	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: #003366;
	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;
} 

.other {
	background-color: #C2C4EF;
	padding: 5px;
	border: thin dotted #006699;
	position: relative;
	visibility: hidden;
	height: 40px;
	width: 111px;
	left: 100px;
	top: 25px;
}