body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #333;
background-color: #fff;
padding: 20px;
margin: 0;
}

/* ------------general styles------------ */

h1 {
margin: 0;
padding: 0;
display: block;
color: #1B3864;
font-size: 1.6em;
}

h2 {
color: #1B3864;
font-size: 1.2em;
padding: 10px 0 15px 0;
margin: 0;
}

h3 {
color: #1B3864;
font-size: 1.0em;
padding: 0 0 10px 0;
margin: 0;
}

h1 img {
vertical-align: bottom;
}

p {
margin: 0;
padding: 0;
padding-bottom: 8px;
}

a {
color: #1B3865;
text-decoration: underline;
}

a:hover {
color: #B90039;
text-decoration: underline;
}

a img {
border: 0;
}

form,input,select,option,textarea {
margin:0;
padding:0;
color: #1B3865;
}

fieldset {
border: 0;
padding: 0 10px;
}

label {
float:left;
width:200px;
padding:0;
margin:0;
}

.clr {
clear: both;
}

.hidden {
display: none;
}

/* ------------form styles------------ */
input.button {
background-color: #D4DAE8;
font-weight: bold;
border: 1px solid #1B3864;
}

/* ------------table styles------------ */
table.lines {
border-top: 1px solid #CDDBE8;
}

table.lines td {
border-bottom: 1px solid  #CDDBE8;
padding: 3px 0;
}

table th.topright {
text-align: right;
font-weight: bold;
border-bottom: 2px solid  #CDDBE8;
}

table th.topleft {
text-align: left;
font-weight: bold;
border-bottom: 2px solid  #CDDBE8;
}

table th.topcenter {
text-align: center;
font-weight: bold;
border-bottom: 2px solid  #CDDBE8;
}

table th.left {
text-align: left;
}

table.lines th.left {
text-align: left;
border-bottom: 1px solid  #CDDBE8;
}

table th.leftdouble {
text-align: left;
border-bottom: 2px solid  #CDDBE8;
}

td.singleline {
border-bottom: 1px solid  #CDDBE8;
}

td.doubleline, table.lines td.doubleline {
border-bottom: 2px solid  #CDDBE8;
}

td.topcentersingle {
text-align: center;
font-weight: bold;
border-bottom: 1px solid  #CDDBE8;
}

td.indent {
padding-left: 5px;
}

td.dblindent {
padding-left: 10px;
}

th.botleft {
text-align: left;
vertical-align: bottom;
border-bottom: 1px solid  #CDDBE8;
}

table th {
font-weight: normal;
}
table.lines th {
font-weight: bold;
}

.brdrTop {
border-top: 2px solid #1B3864;
}

.brdrBottom {
border-bottom: 2px solid #1B3864;
}

.brdrRight {
border-right: 2px solid #1B3864;
}

.brdrLeft {
border-left: 2px solid #1B3864;
}

/* ------------other styles------------ */

.small {
font-size: 0.7em;
}
