.bodyTxt {
	font-family: verdana;
	font-size: 10pt;
	color: #2E2F52;
}
.smallTxt {
	font-family: verdana;
	font-size: 8pt;
	color: #2E2F52;
}
.grayTxt {
	font-family: verdana;
	font-size: 10pt;
	color: #CCCCCC;
}

a.AdminLink:active     { color: #1E4D99; text-decoration: none }       /* selected link */
a.AdminLink:visited    { color: #1E4D99; text-decoration: none }       /* visited link */
a.AdminLink:link       { color: #1E4D99; text-decoration: none }       /* unvisited link */
a.AdminLink:hover      { color: #BB9B04; text-decoration: underline }  /* mouse over link */

body  {
	font: Arial, Helvetica, sans-serif;
	background: #ebebeb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	background-color: #003366;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(img/bg-blufabric.jpg);
}
.whitetext {color: #FFFFFF}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.boldsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.style4 {color: #003366
}

.thrColElsHdr #mainContent {
	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	color: #003366;
	background: #FFFFFF;
	font-size: small;
} 
.thrColElsHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebeb;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.whtable {
	background-color: #FFFFFF;
}
.blucell {
	background-color: #D1D9EC;
}
.HiLighter {
	font-family: verdana;
	background-color: #FFFF00;
}
