/* ============= */
/* Body settings */
/* ============= */
BODY {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/Images/exisbackground.gif);
	background-repeat: no-repeat;
	color: #000099;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 10pt;
	scrollbar-3dlight-color: #ccccff;
	scrollbar-highlight-color: #9999cc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #3333AA;
	scrollbar-track-color: #666699;
	scrollbar-shadow-color: #333366;
	scrollbar-darkshadow-color: #333333;
	}
/* End body settings */


/* ============= */
/* Font settings */
/* ============= */
FONT {
	font-family: Arial, Geneva, Verdana, Sans-serif;
	}
/* End font settings */


/* ================= */
/* Headline settings */
/* ================= */
H1 {
	color: #000099;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	}
H2 {
	color: #000000;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	}
H3 {
	color: #000099;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	}
H4 {
	color: #000000;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	}
H5 {
	color: #000099;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size:  8pt;
	font-style: normal;
	font-weight: normal;
	}
H6 {
	color: #000000;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size:  8pt;
	font-style: normal;
	font-weight: normal;
	}
/* End headline settings */


/* ============= */
/* Link settings */
/* ============= */
A:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	}
A:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	}
A:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	}
A:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
	}
/* End link settings */


/* ============== */
/* Table settings */
/* ============== */
TABLE, TR, TD {
	color: #000099;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 10pt;
	}
/* End table settings */


/* ============= */
/* List settings */
/* ============= */
UL, OL {
	color: #000099;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	list-style-type: square;
	list-style: square;
	}
LI {
	color: #000099;
	font-family: Arial, Geneva, Verdana, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	list-style-type: square;
	list-style: square;
	}
/* End list settings */

