/*****************************************/
/* Global Overrides                      */
/*****************************************/

body, td {
 	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica;
	}
	
body {
 	margin: 10px;
	background: white;
	background-image: url(images/Backdrop1.jpg);
	background-repeat: no-repeat;
	}
	
table {
	 	width: 100%;
	}
	
table#table1 {
 	width: 800px;
	}
	
td {
 	vertical-align: top;
	}

img {
 	border: none;
	}
	
h1 {
 	font-weight: bold;
	font-size: 24pt;
	font-style: italic;
	}
	
h2 {
 	color: #800000;
	font-weight: bold;
	font-size: 18pt;
	}

h3 {
 	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	}

h4 {
 	color: #000000;
	font-size: 10pt;
	}

h5 {
 	color: #808080;
	font-size: 7pt;
	}

p.underconstr {
 	font-style: italic;
	}
	
/*****************************************/
/* Pageheader styles                     */
/*****************************************/

div#pageheader {
/* 	border-bottom: solid 1px silver; */
	margin-bottom: 5px;
/*	background: white;  #fffcfc; */
	}

/*****************************************/
/* Main pane styles                      */
/*****************************************/

div#main {
 	margin-left: 20px;
	width:765px;
	padding: 0 20px 20px 0;
	}

div#main td {
 	vertical-align: auto;
	}
	
div#main img {
 	padding: 5px;
	}
	
div#main a {
	text-decoration: none;
	color: #800000;
	}

div#main a:hover {
 	text-decoration: underline;
	}
	
/*****************************************/
/* Menu styles                           */
/*****************************************/

div#divMenu div {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top: solid 1px white;
	border-bottom: solid 1px #cccccc;
	text-decoration: none;
	white-space: nowrap;
	}

/* Doesn't work in IE
div#divMenu div:hover {
 	background: #ffff99;
	color: black;
	cursor: pointer;
	}
*/

div.NoSel {
 	background-color: #e0e0b0;
	color: #663300;
	}

div.Hover {
 	background: #ffff99;
	color: black;
	}

div.Sel {
 	background: #ffffdd;
	color: black;
	}

div.divSpacer {
 	background-color: #e0e0b0;
	height: 20px;
	}

/*****************************************/
/* Page footer styles                    */
/*****************************************/

div#pagefooter {
 	border-top: solid 1px silver;
	margin-top: 5px;
	text-align: center;
	font-size: 7pt;
	padding: 5px;
	}

div#pagefooter, div#pagefooter a {
 	color: #808080;
	}
	
div#pagefooter p {
 	margin: 3px;
	}

div#pagefooter a {
	text-decoration: none;
	}

div#pagefooter a:hover {
 	color: black;
	text-decoration: underline;
	}

/* EOF */