html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

td{
	text-align: left;
	vertical-align: top;
	font: normal 11px arial;
	color: #222222;
}

.colored{
	background: #99D7DB;
}
.colored-top{
	background: #99D7DB url(images/whiteline02.gif) repeat-x;
}
.colored2{
	background: #82DCDC;
}
.top-left{
	background: #99D7DB;
	color: #ffffff;
	font: normal 13px arial;
	letter-spacing: 0.1em;
	padding: 0 2px 0 2px;
	text-align: center;
	vertical-align: bottom;
}
.outer-main{
	background: #CD5B28 url(images/outermainbg.gif) no-repeat top left;
	padding: 10px 10px 10px 220px;
}

.content{
	font: normal 11px arial;
	color: #222222;
	padding: 10px 0 10px 0;
	line-height: 180%;
}

.h1{
	font: normal 20px arial;
	color: #99D7DB;
	text-transform: uppercase;
}

h2{
	font: normal 15px arial;
	color: #88cccc;
	text-transform: uppercase;
}

.h3{
	font: normal 12px arial;
	color: #88cccc;
	text-transform: uppercase;
}

a{
	color: #666666;
}

a.bottom{
	font: normal 8px arial;
	letter-spacing: 0.1em;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
}

a.top-left{
	color: #ffffff;
	font: normal 13px arial;
	letter-spacing: 0.1em;
	text-decoration: none;
}
