﻿/** CONTENT */

#left {
	float: left;
	width: 480px;
	padding: 0px 15px 40px 25px;
}

#right {
	float: right;
	width: 410px;
	padding: 0px 25px 40px 15px;
}

.red {
	font-weight: bold;
	text-decoration: underline;
	font-size: small;
	color: #CC0000;
}

.left {
	text-align: justify;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: -.5em;
}

caption {
	text-align: right;
	font-size: 1.1em;
	color: black;
	padding-bottom: .25em;
}
td,th {
	text-align: center;
	font-size: 1em;
	border: 1px solid #069;
	padding: 3px 5px 2px 5px;
}
th {
	background: url(images/th_bg.gif) no-repeat left top;
	color: white;
	text-align:center;
	border-color: #14556b;
}

tr.alt td {
	background: url(images/td_bg.gif) no-repeat left top;
}

