body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
html, body, #wrapper {
    height:100%;
	width:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}
#wrapper {
    width:100%;
	margin: 0;
    text-align: center;
	background-color: #FFFFFF;
	/*background-image:url(images/full_right_bg.jpg);*/
}
.BlueBar {
background-color: #81B2DA;
padding: 1px;
}
.FooterBG{
background-image:url(images/footer_bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color: #E1ECF8;
}
.WhiteText {
color: #FFFFFF;
}
.WhiteText a {
	color: #FFFFFF;
	background-image:url(images/link_bg.jpg);
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid #6699CC;
}
.WhiteText a:visited {
	color: #FFFFFF;
}
.WhiteText a:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.WhiteText a:active {
	color: #FFFFFF;
}

.Content{ padding: 4px }
.ImgBorder{border: 1px #000000 solid;}
.FloatLeft{
	float:left;
	padding: 0px 4px 4px;
	margin: 0px;
}
a {
	font-size: 12px;
	color: #333399;
	
}
a:visited {
	color: #333399;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #6699CC;
}
.LightBlue{
background-color: #E1ECF8;
}
.TableTOP{
background-image: url(images/blank_left_column_header.gif);
width: 195px;
height: 23px;
vertical-align:baseline;
}
.RelatedLinksTable{
background: #FFFFFF;
border: dotted #333333 1px;
}
-->