body {
	background-color: #6699CC;
	background-image: url("images/lines.jpg");
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

p{
	text-indent: 30px;
}

a:link {
	color: #083354;
	text-decoration:none;
}

a:visited {
	color: #083354;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	color: #083354;
	text-decoration: underline;
}

a.right:link {
	font-size: 16px;
	color: red;
	text-decoration:none;
}

a.right:visited {
	font-size: 16px;
	color: red;
	text-decoration:none;
}

a.right:active {
	font-size: 16px;
	text-decoration:none;
}

a.right:hover {
	font-size: 18px;
	color: #083354;
	text-decoration: underline;
}

table.main {
	background-color: #FFFFFF;
	width: 900;
	height: 100%;
	padding: 10px 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
}

th.header{
	background-color: #FFFFFF;
	text-align: center;
	height: 120px;
}

td.left{
	width: 180;
	background-color: #FFFFFF;
	vertical-align: top;
}

td.middle{
	width: 20;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}

td.right{
	background-color: #FFFFFF;
	vertical-align: top;
}

td.footer{
	background-color: #FFFFFF;
	text-align: center;
	height: 70px;
}

table.section{
	width: 100%;
}

tr.section{
	background-color: #083354;
	color: #FFFFFF; 
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}

td.section{
	background-color: #FFFFFF;
	text-indent: 20px;
}

td.section:hover{
	background-color: #99CCFF;
}

td.section2{
	height: 100%;
	background-color: #FFFFFF;
	background-image: url("images/table_bg.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align:	top;
}

table.seperator{
	width: 1px;
	height: 80%;
	vertical-align: top;
}

td.seperator{
	background-color: #6699CC;
	height: 30px;
}

#icon{
	position: absolute;
	right: 0px;
	bottom: 20px;
}