@charset "utf-8";

body {
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}

h1 { font-size: 18px; }

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
color: #444;
}

p.print {
margin: 1em 0;
text-align: right;
}

a {
color: #cc0000;
}

a:hover {
color: #333;
}

img, a img {
border: 0;
}

div#main {
background-color: #fff;
border-top: none;
width: 900px;
height: auto;
padding: 0 20px;
margin: 0 auto;
border-bottom: #cc0000 2px solid;
}

div.half-print-left {
float: left;
width: 48%;
}

div.half-print-right {
float: right;
width: 48%;
}

div.centralized_format {
text-align: center;
}

div.centralized_format table {
margin: 0 auto;
}

div#footer {
margin-top: 10px;
padding: 10px 0;
background: url(../images/dotted_horizontal.gif) left top repeat-x;
clear: both;
}

div#footer p {
font-size: 9px;
text-align: center;
}

.clear {
clear: both;
}

.imgright {
float: right;
margin-left: 1em;
}

.imgleft {
float: left;
margin-right: 1em;
}

.smallnote {
font-size: 9px;
}

.table_general {
border-left: #ccc 1px solid;
border-top: #ccc 1px solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.table_general th {
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
font-size: 11px;
font-weight: bold;
}

.table_general td {
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
text-align: left;
}

.table_general td.centralize {
text-align: center;
}

.table_general td.td-unit {
text-align: center;
font-size: 9px;
color: #666;
}

.inner_table, .inner_table td {
border: none;
}

ul, ol {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
}

.left {
float: left;
}

.red {
color: #ff0000;
}

.white {
color: #fff;
}