﻿body {
	background-color: #A1B1C2;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	text-align: center;
	margin: 6px 0px 0px 0px;
}

table {
	border: none;
	table-layout: fixed;
	overflow: hidden;
}

td {
	vertical-align: top;
}

p {
	font-size: 12px;
	white-space: normal;
	margin: 6px 4px 6px 4px;
	line-height:14px
}

hr {
	color: #092541;
	margin: 2px 0px 2px 0px;
	height:1px;
}

ol{
	padding:0px;
	margin: 0px 0px 0px 18px;
}

ul {
	margin: 0px 0px 0px 18px;
	padding:0px;
};

ul.brown {
	list-style-image: url(../images/ul/ULbrown.gif);
	margin: 10px;
}

h1 {
	font-size: 18px;
	margin: 2px 0px 6px 0px;
}

h2 {
	font-size: 16px;
	margin: 2px 0px 6px 0px;
}

h3 {
	font-size: 14px;
	margin: 2px 0px 6px 0px;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
color:#092541;
	/*color: #63758F;*/
	text-decoration: none;
}

img {
margin: 0px 0px 0px 0px;
	border-style: none;
}
#ImgFloatL {
	float: left;
	margin: 4px 10px 4px 4px;
}
#ImgFloatR {
	float: right;
	margin: 8px 4px 4px 4px;
}



/* Footer Table styling */

table.FooterTBL {
	position: relative;
	top: 17px;
	margin-left: auto;
	margin-right: auto;
}
table.FooterTBL td {
	padding-top: 6px;
}
#footerButton {
	background-image: url('../images/bg/footerTabBG.jpg');
	background-repeat: repeat-x;
	text-align: center;
}
#breadcrumbCell {
	width: 450px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
}

a.footerLink {
	color: #FFFFFF;
}
a.footerLink:hover {
	color: #092541;
	text-decoration: none;
}

table.mainBox {
	border-style: none;
	background-color: #FFFFFF;
	width: 580px;
	padding: 0px;
	position: relative;
	left: 6px;
	top: 4px;
	margin-bottom: 8px;
	empty-cells: show;
}

/* END Footer Table styling */


