body {
	margin: 0 0 0 0;
	background-color: #FFFFFF
}

td.nav{
	position: relative;
	height: auto;
	width: 15%;
	vertical-align: top;
}

td.main{
	position: relative;
	height: auto;
	width: 65%;
}

td.contact{
	position: relative;
	height: auto;
	width: 20%;
}

td.title{
	position: relative;
	height: 150px;
	width: 100%;
	vertical-align: top;
}

tr.bar{
	position: absolute;
	height 21px;
	width: 100%;
	top: 124px;
	z-index: -1;
	background-color: #000000;
}

table.main{
	position: relative;
	height: auto;
	width: 100%;
}

td.main2{
	position: relative;
	height: auto;
	width: 90%;
	background-color: #CCCCCC;
	border-bottom: solid 3px #000066;
	border-top: solid 3px #000066;
	border-left: solid 3px #000066;
	border-right: solid 3px #000066;
}

table.contact {
	position: relative;
	width: 180px;
	height: 175px;
}

td.contact2 {
	position: relative;
	width: 180px;
	height: 175px;
	background-color: #000066;
	border-right: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	vertical-align: middle;
}

td.bottom {
	position: relative;
	width: 50%;
	height: auto;
	background-color: #000066;
	border-right: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}
	

p {
	color: #000000;
	margin: 15px 15px 15px 15px;
	text-indent: 20px;
	font-size: 11pt;
}

p.justify{
	color: #000000;
	margin: 15px 15px 15px 15px;
	text-indent: 0px;
	font-size: 11pt;
}

p.contact{
	color: #FFFFFF;
	margin: 15px 15px 10px 10px;
	text-indent: 0px;
	font-size: 12pt;
}

a.blue:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.blue:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.blue:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
}

a.grey:link {
	color: #000066;
	text-decoration: underline;
}
a.grey:visited {
	color: #000066;
	text-decoration: underline;
}
a.grey:active {
	color: #000066;
	text-decoration: underline;
}
a.grey:hover {
	text-decoration: underline overline;
}

h2 {
	text-decoration: none;
	color: #000000;
}
h3 {
	text-decoration: none;
	color: #000066;
	text-indent: 20px;
}
h4 {
	text-decoration: none;
	color: #000066;
	text-indent: 20px;
}
h4.line{ 
	text-decoration: underline overline;
	color: #000066;
	text-indent: 20px;
}



li {
	text-indent: 50px;
}