/* global */

* {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

body, p, td, li, input, textarea {
color: #555;
font-weight: normal;
}

strong {
color: #333;
}

body, p, td, li, h4, h5, h6 {
font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, ul, ul.arrow, table {
margin: 0px 0px 12px 0px;
}

input, textarea {
font-size: 11px;
}

/* headings */

h1, h3, h5 {
color: #006493;
}

h2, h4, h6 {
color: #333;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

/* links */

a, .encode {
color: #006493;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.arrow a,
a.arrow {
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0px 0px 0px 15px;
text-decoration: none;
}

.arrow a:hover,
a.arrow:hover {
text-decoration: underline;
}

ul.arrow li {
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 0px 0px 15px;
}

ul.arrow li a {
background-image: none;
padding: 0px;
}


.back a,
a.back {
margin: 0px;
padding: 0px;
}

.back a,
a.back {
background-image: url(../images/back.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0px 0px 0px 15px;
text-decoration: none;
}

.back a:hover,
a.back:hover {
text-decoration: underline;
}

/* lists */

ul, ol {
padding: 0px 40px;
}

ul, ol, li {
margin: 0px 0px 6px 0px;
}

ul {
list-style-type: square;
}

ul ul {
list-style-type: circle;
}

ul.arrow,
ul.back {
padding: 0px;
list-style-type: none;
}

/* images */

img {
border: none;
}

img.border {
padding: 5px;
border: 1px solid #ccc;
margin: 0px 20px 20px 0px;
}

/* tables */

table {
border-collapse: collapse;
border: none;
}

td {
padding: 0px;
vertical-align: top;
}

/* hr */

.hr {
margin: 12px 0px;
height: 1px;
overflow: hidden;
background-color: #ccc;
}

/* general */

.large {
font-size: 13px;
}

.small {
font-size: 10px;
}

.date {
font-size: 10px;
color: #999;
}

.float_left {
float: left;
margin: 0px 12px 6px 0px;
}

.float_right {
float: right;
margin: 0px 0px 6px 12px;
}

.align_right {
text-align: right;
}
