

BODY {
	FONT-FAMILY: Arial,Verdana,Helvetica,sans-serif;
	FONT-SIZE: 10pt;
	/* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
	SCROLLBAR-BASE-COLOR:  #4682b4;
	/* all scrollbar attriblutes following are not required, but you can set them if you wish. */
	scrollbar-base-color: #8EFF14;
            scrollbar-track-color: #E9F0f8;
            scrollbar-face-color: #8EFF14;
            scrollbar-highlight-color: #EFEFEF;
            scrollbar-3d-light-color: #000000;
            scrollbar-darkshadow-color: #ffffff;
            scrollbar-shadow-color: #000000;
            scrollbar-arrow-color: #DEDFDE;
	
}
UL, LI, P, TD, TR {
	FONT-FAMILY: Arial,Verdana,Helvetica,sans-serif;
	FONT-SIZE:10pt;
	FONT-WEIGHT: bold;
}
/* color for links */
A:LINK, A:VISITED, A:ACTIVE {
	COLOR: #000000;
}
A:HOVER {
	COLOR: #FFFFFF;
}
/* 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: #FF153C;
	FONT-SIZE: 10px;
}

/* style for submit/reset buttons */
#submitrow INPUT {
	BACKGROUND-COLOR:#000000;
	COLOR: #000000;
	FONT-WEIGHT: bold;
}


/* first alternating table background color */
.firstalt {
	BACKGROUND-COLOR: #DFDFDF;
}
/* second alternating table background color */
.secondalt {
	BACKGROUND-COLOR: #F1F1F1;
}
/* table header background and text color */
.tblhead {
	BACKGROUND-COLOR: #4682b4;
	COLOR:#ffffff;
	FONT-SIZE:10px;
}
/* table border color */
.tblborder {
	BACKGROUND-COLOR: #ffffff;
}

/* extra styles for top and left frames */
#navbody {
	COLOR: #4682b4;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #F1F1F1;
}
#navbody TD {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
}
#navbody A:LINK, #navbody A:VISITED, #navbody A:ACTIVE {
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
#navbody A:HOVER {
	COLOR: #4682b4;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
#navbody .tblhead {
	COLOR: #ffffff;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}

/* global and custom color definitions */
.gc { /* global color */
	COLOR: #666666;
                FONT-WEIGHT: bold;
}

.cc { /* custom color */
	COLOR: #000000;
                FONT-WEIGHT: bold;
}

h1 { font-size:32px; color:#000; }
h2 { font-size:16px; color:#FF153C;}
h2 A:LINK, A:VISITED, A:ACTIVE { COLOR: #FF153C; text-decoration:underline;  }
h2 A:HOVER { COLOR: #FFFFFF; }
h3 { font-size:20px; color:#000; }


