body {
	background: white;
	background-image: none;
	color: black;
	margin: 0px;
}
td {
        padding: 0px;
        margin: 0px;
        border: 0px;
}

table {
        padding: 0px;
        margin: 0px;
        border: 0px;
        border-collapse:	collapse;
}
tr {
        padding: 0px;
        margin: 0px;
        border: 0px;
}
td {
        padding: 0px;
        margin: 0px;
        border: 0px;
}
img {
        border: 0px;
        margin: 0px;
}

a:link {
       color : red;
}
a:visited {
       color : #881111;
}
a:link:hover {
       color : white;
       background : #881111;
}
a:visited:hover {
       color : white;
       background : #881111;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
        text-align: justify;
}
.hr {
        background-image: url('images/hr.gif');
        height:     5px;
        width:      100%;
}
table.main {
        width:      100%;
}

td.leftcol {
        width: 1%;
	background-image: none;
        background: white;
        vertical-align: top;
        font-size: medium;
        padding-left: 1px;
        padding-right: 5px;
}
td.main_content {
        padding: 10px;
        vertical-align: top;
}
td.rightcol {
        width: 20%;
	background-image: none;
        background: white;
        vertical-align: top;
        font-size: medium;
        padding-left: 5px;
        padding-right: 1px;
}
td.footer {
        text-align: center;
        vertical-align: middle;
        font-size: x-small;
}
h1 {
	font-weight: bold;
	color: #000000;
	font-size: large;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}
h2 {
	font-size: medium;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 8px;
	text-align: left;
}
h3 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 5px;
}
td.box_body {
        padding: 5px;
}
td.box_left {
        height: 100%;
        width:  1px;
        background: url('images/box/left_bg.png');
}
td.box_right {
        height: 100%;
        width:  1px;
        background: url('images/box/right_bg.png');
}
td.box_top_left {
        height: 39;
        width:  77px;
        background: url('images/box/top_left.png');
}
td.box_top {
        height: 39;
        background: url('images/box/top_bg.png');
        font-weight: bold;
}
td.box_top_right {
        height: 39;
        width:  1px;
        background: url('images/box/top_right.png');
}
td.box_bottom_right {
        height: 39;
        width:  77px;
        background: url('images/box/bottom_right.png');
}
td.box_bottom {
        height: 39;
        background: url('images/box/bottom_bg.png');
        padding: 5px;
        font-weight: bold;
}
td.box_bottom_left {
        height: 39;
        width:  1px;
        background: url('images/box/bottom_left.png');
}
.box_cover {
        height: 39px;
}
td.smallbox_body {
        font-size: 13px;
        padding: 5px;
}
td.smallbox_top_left {
        height: 100%;
        width:  1px;
        background : url('images/smallbox/bg.png');
}
td.smallbox_top {
        font-size: 13px;
        font-weight: bold;
        color: black;
        padding-left: 11px;
        height: 17px;
        background: url('images/smallbox/top_bg.png');
}
td.smallbox_top_right {
        height: 17px;
        width: 11px;
        background: url('images/smallbox/top_right.png');
}
td.smallbox_bottom_left {
        height: 17px;
        width: 11px;
        background: url('images/smallbox/bottom_left.png');
}
td.smallbox_bottom {
        font-size: 13px;
        font-weight: bold;
        color: white;
        height: 1px;
        background: url('images/smallbox/bg.png');
}
td.smallbox_left {
        height: 100%;
        width:  1px;
        background : url('images/smallbox/bg.png');
}
td.smallbox_right {
        height: 100%;
        width:  1px;
        background : url('images/smallbox/bg.png');
}

.smallbox_cover_top {
        height: 17px;
        width: 100%;
}
.smallbox_cover_bottom {
        height: 1px;
        width: 100%;
}

