html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {color:#000; cursor:default;}

option {min-width: 1.5em;}
fieldset { padding: .5em; } 
/*h1, h2, h3, h5, h6, p, */pre, blockquote, label, fieldset, address {margin:1em 5%; font-size:1em;} 

:focus, a:focus, a:active {outline: 0;}

img, td img {display:block}
td {text-align: left; vertical-align: top;}
a img,:link img,:visited img {border:none;}
a {text-decoration: none;}
address {font-style:normal;}
ul {list-style-type: none;}
/*li {display:inline;}*/
div#preload {display: none;}

.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; margin: 0; padding: 0; font-size: 0;}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {clear:both; height:0; font-size: 0px; line-height: 0px;}

.fltrt {float: right; /* this class used to float an element right. The floated element must precede the element it should be next to on the page. */}
.fltlft {float: left; /* this class used to float an element left */}
.left {float: left;}
.right {float: right;}
.to-left {float: left; position:relative}
.to-right {float: right; position:relative}
.clear-left {clear: left;}
.clear-right {clear: right;}
.none {clear: none;}
.aligncenter {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}

.no-underline {border-bottom:none !important;}
.blue {color: #39f;}
.blue-lt {color: #0CF}
.gray-dk {color: #787076}
.gray-lt {color: #CCC;}
.green-med {color: #0C0}
.orange-dk {color: #C66300}
.orange-md {color: #F90}
.orange-lt {color: #FC0}

.bold {font-weight: bold;}
.em1 {font-size: 1em}
.em1point2 {font-size: 1.2em}
.legal {font-size:65%; line-height: 100%;}

label {cursor: pointer;}
input, select {color: #666;}
input[type="submit"] {cursor: pointer;}
input[type="button"] {cursor: pointer;}
input[type="radio"] {cursor: pointer;}
input[type="checkbox"] {cursor: pointer;}
textarea {font-family: "Arial", "Helvetica", sans-serif; padding: 2px 4px 2px 4px;}


