body {
	margin:0;
	background-color:white;
}

div.head {
	background-color:#00234C;
	border-bottom-width:4px;
	border-bottom-style:solid;
}

div.foot {
	color:#fff;
	background-color:#00234C;
	border-top-width:4px;
	border-top-style:solid;
	text-align:center;
	padding:4px;
	margin-top:1em;
}

.search {
	color:white;
	font-family:arial;
	font-size: 12pt;
	font-weight:bold;
	display:inline;
}

td, p, div {
	font-family:verdana;
	font-size:8pt;
	color:#009;
}

p {
	text-align:justify;
	line-height:130%;
	margin-top:0.5em;
}

ul, ol {
	padding:0;
	margin-left:20px;
	line-height:130%;
}
ul li {
	list-style-image:url("/_img_/bullet.gif");
}
ol li {
	list-style-image:none;
}
td ol, td ul {
	margin-left:30px;
}

h1 { font-size:18px; }
h2 { font-size:16px; margin-bottom:0.5em; }
h3 { font-size:14px; }
h4 { font-size:13px; }
.h1 { font-size:18px; }
.h2 { font-size:16px; }
.h3 { font-size:14px; }
.h4 { font-size:13px; }

input, textarea {
	border:1px black solid;
}

a.tooltip {
	color:green;
	text-decoration:none;
	border-bottom:1px green dashed;
	font-size:10px;
	cursor:help;
}

br.spacer {
	font-size:4px;
}

div a.hr {
	display:block;
	width:90%;
	text-align:right;
	border-top:1px #999 dashed;
	margin-top:40px;
	text-decoration:none;
	font-family:Verdana;
	font-weight:bold;
}

small.copyright a {
	text-decoration:none;
	color:white;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active {
	font-weight:bold;
}

ol.pad li, ul.pad li {
	margin-bottom:1em;
}

/*
** Fancy tables
*/

table.grid td {
	background-color:#0DB14B;
	height:2em;
	text-align:center;
}

table.gridy td {
	background-color:#cc9900;
	height:2em;
	text-align:center;
}

table.grid td a, table.gridy td a {
	color:white;
}
