* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#262624;
	text-decoration:none;
	cursor:default;
}

a, a * { cursor:pointer; }

input,textarea,selected,img,form, input { border:0px solid #ffffff; display:block; }
form { margin:0px; padding:0px; }

br { clear:left; }
strong, b { font-weight:bold; }
#CONTENT a:focus { background:#C96300; color:#fff; }

sup,sub { font-size:90%; }
p { padding-bottom:8px; }
u {  text-decoration:underline !important; }

ul {
    margin:12px 0px;
    padding:0px 0px 0px 40px;
}
    ul li {
        list-style-position:outside;
        list-style-type:disc; 
        padding:0px 0px 5px 0px;  
    }
        ul ul li { list-style-type:circle; }



h1,h2,h3,h4,h5 { color:#00374f; font-family: "Andale Mono", Arial, Verdana, Helvetica, sans-serif; margin:0px; }

h1, .h1 { font-size:14px; text-transform:uppercase; margin:5px 0px; }
h2, .h2 { font-size:14px; margin:5px 0px; }
h3, .h3 { font-size:12px; margin: 5px 0px; text-transform:uppercase; }
h4, .h4 { font-size:12px; margin:5px 0px 5px 0px; }
h5, .h5 { font-size:10px; }