/* Basic stylesheet for pages */
/* last updated July 26, 2006 */

/* Normal unvisited, visited and hover link presentation */
A:link    { background: transparent; color: White;
            text-decoration: underline; }
A:visited { background: transparent; color: White;
            text-decoration: underline; }
A:hover   { background: transparent; color: Aqua;
            text-decoration: underline; font-weight: bold; }

BODY {
margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
/* scrollbar-arrow-color: #292256;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-highlight-color: #B333B3;
  scrollbar-face-color: #CCCCCC;
  scrollbar-shadow-color: #4D004D;
  scrollbar-darkshadow-color: #292256;
  scrollbar-track-color: #FFFFFF;
	color: #000000; */
	font-family: Arial, Verdana, Tahoma, Helvetica, "Arial Unicode MS", sans-serif; font-size: medium;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	background-color: FFFFFF;
}
H1 { background: transparent; color: #292256; margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif;
	}	
H2 { background: transparent; color: #292256; margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif;
	}
H3 { background: transparent; color: #292256; margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif;
	}	
H4 { background: transparent; color: #292256; margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif;
	}	
/* Style rules for the document main header */
H1.page-header { background: transparent; color: #292256; margin: 0; padding: 0; font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif;
                 font-size: 1.2em; text-align: right; }

/* Style rules for the document location header */
H2.page-location { background: transparent; clear: both; color: #3333cc;
                   font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif;
                   font-size: 1em; padding: 0; margin: 4em 12px 0 12px;
                   text-align: right; }

/* Style rules for the document section headers */
H3.section-header { background: none #cccccc; color: #3333cc;
                    margin: 1em 12px 0 12px; padding: 4px; font-size: 1.2em;
                    border: 3px solid #cc3333; text-align: center;
                    font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif; }

/* Generic Horizontal Ruler class */
hr {
border: 0;
color: #0236AB;
background-color: #0236AB;
height: 1px;
width: 97%;
text-align: left;
}

UL {
    color: #292256;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Arial Unicode MS", sans-serif;
}
.buttonstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #CCCCCC;
	text-align: center;
	margin: 2px;
	padding: 2px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #787878;
	border-bottom: thin solid #787878;
	border-left: thin solid #FFFFFF;
	height: auto;
	width: auto;
	/* cursor: hand; */
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
}
.style2 {
	font-family: Tahoma;
	font-size: 13px;
}
.style3 {color: #FFFFFF}
.style6 {
	color: #000000;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
.style8 {
	color: #000000;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
font-weight: bold;}
a:active {
	text-decoration: none;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.style13 {
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.style14 {color: #39c0fd}
.style15 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
}
.style16 {font-family: Tahoma}
/* end of file for "main.css" */

/* Links on the white pages */
A.whitepage:link    { background: transparent; color: #003366;
                     text-decoration: underline;text-decoration: strong;}
A.whitepage:visited { background: transparent; color: #003366;
                     text-decoration: underline;text-decoration: strong; }
A.whitepage:hover   { background: transparent; color: 003366;
                     text-decoration: underline;text-decoration: strong; }
