
/* text */
abbr {
    text-decoration: none;
    cursor: help;
    speak: spell-out;
}
blockquote cite {
    display: block;
    font-style: italic;
}
body {
    font-family: "Lucida Grande", tahoma, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
dt {
    font-weight: bold;
}
h1 {
    font-family: "Trebuchet MS", verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1.6em;
	letter-spacing: .2em;
}
h2 {
    font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	font-size: 1.5em;
    font-weight: normal;
	letter-spacing: .2em;
	text-align: left;
}
h3, h4, h5, h6, legend {
    font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
	text-align: left;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
legend {
    line-height: 1.2em;
    font-size: 1.2em;
}
p {
    margin: 0;
    text-align: justify;
    text-indent: 1.8em;
}
p.first {
    text-indent: 0;
}
select, textarea, pre, code, kbd, .formText {
    font-family: monospace;
}
strong {
    font-weight: bold;
}

.boxContainer {
    font-size: .8em;
    line-height: 1.2em;
    text-align: left;
}
.indent {
    text-indent: 1em;
}
.smallText {
    font-size: .6em;
}

#headerSlogan {
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
}
#bodyFooter {
    text-align: center;
}
/* /text */



/* links */
a, a:visited  {
    text-decoration: none;
}
a:active, a:hover, a:focus {
    text-decoration: underline;
}
a.image:active, a.image:hover, a.image:focus {
    text-decoration: none !important;
    color: inherit;
    background-color: inherit;
}
a em, label em {
    font-style: normal;
    text-decoration: underline;
}
a:hover abbr, a:focus abbr {
    text-decoration: underline;
}
#headerNav a {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
/* /links */


/* display */
abbr {
    border-width: 0;
}
body {
    margin: 0;
    padding: 0 0 10px 0;
}
div {
    margin: 0;
}
dl, ol, ul {
    margin-top: .5em;
    margin-bottom: .5em;
}
fieldset {
    padding: .5em;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .2em 0;
}
h1 {
	margin: 0 0 1em 0;
}

h2 {
	margin: 0 0 .5em 0;
}
h2 img {
    margin-right: 7px;
    vertical-align: middle;
}

#bodyExtraNav h3 {
    margin-top: 3px;
}

img {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}
kbd {
    padding: 0px 1px 0px 1px;
}
legend {
    margin: .2em 0 .2em 0;
}
li {
    margin: 0;
    padding-left: .5em;
    list-style-position: inside;
}
li li {
    padding-left: 1.5em;
}
ol, ul {
    margin: 1em 0 1em 0;
    padding: 0;
}
p {
    margin: 0;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
}
table {
    border: 0;
    padding: 0;
}
th {
    vertical-align: middle;
}
th, td {
    padding: 5px;
}

.textLabel {
    clear: both;
    display: block;
    float: left;
    width: 5em;
    margin-right: .5em;
}

ul.links, ol.links {
    margin: 0;
}

ul.links, ul.links li {
    margin-left: 0;
        padding-left: 0;
    list-style-type: none;
}
ul.links li li {
    margin-left: 1.5em;
    list-style-position: inside;
    list-style-type: disc;
}
ul.links li li li {
    list-style-type: circle;
}
ul.links li li li li {
    list-style-type: square;
}
ul.links li li li li li {
    list-style-type: disc;
}
ul.links li li li li li li {
    list-style-type: circle;
}
ul.links li li li li li li li {
    list-style-type: square;
}

#bodyFooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#bodyFooter ul li {
    display: inline;
}

/* /display */



