/*-----------------------------------------------------------------------------
THIS STYLES SHEET HOLDS THE BASICS FOR ALL BROWSERS
------------------------------------------------------------------------------*/
	a, abbr, acronym, address, blockquote, body, button, cite, code, dd, del,
	dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, iframe, img, ins,
	kbd, label, li, object, ol, p, pre, q, samp, span, strong, sub, sup, ul, var,
	caption, col, colgroup, legend, table, tbody, td, tfoot, th, thead, tr {
		font-family:sans-serif;padding:0 0 0 0;margin:0 0 0 0;font-size:12px;	}
body {font-family:sans-serif;}

p {margin-bottom:5px;color:#000000;}
a {color:#004878;}
p a:hover {color:#004878; text-decoration:underline;}

h1 {font-size:2.3em;margin:10px 0px 2px 0px;color:#b22222;}
h2 {font-size:18px;color:#F99D31;}
h2.menu {font-size:16px;font-weight:bold;margin-left:2px;color:#0067AC;}
h3 {font-size:14px;color:#F99D31;}

ol {list-style-position:inside;list-style-type:decimal;}
ol li {margin-bottom:10px;}

ul.nb {list-style-type:none;}
ul.nb li {margin-bottom:5px;}
ul.nb li a {color:black;text-decoration:none;}
ul.nb li a:hover {color:#0067AC;}
ul.nb li.current a {color:#0067AC;}

.hidden {display:none;}
.img {border:none;}
.date {color:white;}
.red {margin-left:5px;color:red;font-weight:bold;font-size:1.2em;}
.orange {margin-left:5px;color:orange;font-weight:bold;font-size:1.2em;}
.white {margin-left:5px;color:grey;font-weight:bold;font-size:1.2em;}
.black {margin-left:5px;color:black;font-weight:bold;font-size:1.2em;}
.green {margin-left:5px;color:green;font-weight:bold;font-size:1.2em;}
.blue {margin-left:5px;color:blue;font-weight:bold;font-size:1.2em;}
.grey {margin-left:5px;color:#222222;font-weight:bold;font-size:1.2em;}
.gold {margin-left:5px;color:#CD950C;font-weight:bold;font-size:1.2em;}
.even {background-color:#fff;}
.odd {background-color:#ddd;}

.right {float:right;}
.left {float:left;}

