/* global */

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

body, p, td, li, input, textarea {
color: #4D4D4D;
}

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

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

/* headings */

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

h1, h2, h3, h4, h5, h6 {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

h1, h3, h5 {
color: #4F6F19;
}

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

h1 {
font-size: 18px;
}

h1 span {
font-size: 14px;
color: #4d4d4d;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 12px;
}

/* links */

a, .encode {
color: #005581;
font-weight: bold;
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;
}

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

.back a,
a.back {
background-image: url(../images/arrow_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 25px 30px 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: #5E95B8;
}

/* general */

.large {
font-size: 13px;
}

.small {
font-size: 10px;
}

p.image_right,
p.image_left,
p.image_left img,
p.image_right img,
.image_caption {
width: 220px;
}

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

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

p.image_right,
p.image_left {
padding: 5px;
border: 1px solid #b9cbdb;
}

.image_caption {
display: block;
margin-top: 5px;
font-size: 11px;
}

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

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

.align_right {
text-align: right;
}
