@charset "utf-8";
body 
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: 200;
	color: #4E5376;
	background: #1086CE;
	margin: 0px;
	scrollbar-base-color: #1086CE;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #1086CE;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #407B82;
	scrollbar-3dlight-color: #407B82;
}

a
{
	text-decoration: none;
	color: #39F;
}

a:hover
{
	text-decoration: underline;
	color: #F30;
}

a:active 
{
	text-decoration: none;
	color: #A8FFFF;
}
#tablefloater {
	/*background-color: #222;*/
	text-align: left;
}
#tablefloaterSon {
	background-color: #FFF;
	text-align: center;
}

.oneColElsCtr #container {
	width: 720px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.oneColElsCtr #container {
	text-align: center;
}
.whitetxt {
	color: #FFF;
	font-size: xx-small;
}
#CenterME {
	text-align: center;
}
.centerTXT {
	text-align: center;
}

