BODY {
	BACKGROUND-COLOR: #9999CC;
	COLOR: Blue;
	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: #6666CC;
	/* all scrollbar attriblutes following are not required, but you can set them if you wish. */
	SCROLLBAR-ARROW-COLOR: #CCFFCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCFFCC;
	/* attributes we aren't using at the momentSCROLLBAR-3DLIGHT-COLOR: #87789E;
	SCROLLBAR-FACE-COLOR: #40364d;
	SCROLLBAR-SHADOW-COLOR: #2F4261;
	SCROLLBAR-DARK-SHADOW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #51485F;
	*/
	text-align : center;
}
H1{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 24px;
	color : Red;
	font-weight : 900;
}
H2{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 18px;
}
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: #4B0082;
	TEXT-DECORATION: none;
}
/* hover color for links (Internet Explorer only) */
A:HOVER {
	COLOR: Red;
}

FORM {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
}
SELECT,input, TEXTAREA {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000066;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #ccffff;
}

/* first alternating table background color */
.firstalt {
	BACKGROUND-COLOR: #99CCFF;
	COLOR: Black;
	text-align : center;
}
/* second alternating table background color */
.secondalt {
	BACKGROUND-COLOR: #AFEEEE;
	COLOR: Black;
	text-align : center;
}
/* table header background and text color */
.tblhead {
	BACKGROUND-COLOR: #639CFF;
	COLOR: Black;
	FONT-SIZE:11px;
	text-align : center;
}
/* table border color */
.tblborder {
	BACKGROUND-COLOR: #0000CC;
}



/* global and custom color definitions */
.gc { /* global color */
	COLOR: darkgreen;
}

.cc { /* custom color */
	COLOR: darkblue;
} 