html {overflow: scroll;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
.text {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.title {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bolder; color: #FF8448}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #517DBC;
	text-align: center;
}
.bluesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #86A5CE;
	background: url(../images/fill_top.gif) repeat-x;
}
.whitesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/fill_blue.gif);
}
.menulink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px ; color: #003366; text-decoration: none}
.menutext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px ; color: #003366}
.bluetext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px ; color: #86A5CE}
.orangetext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px ; color: #FF8448}
a:link, a:visited, a:active {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.whitesmall a:link, .whitesmall a:visited, .whitesmall a:active {
	color: #ffffff;
	text-decoration: underline;
}
.whitesmall a:hover {
	text-decoration: none;
	color: #000000;
}
.tdBlue {
	background: url(../images/fill_blue.gif);
}
.tdFillLeft {
	background: url(../images/fill_left.gif) repeat-y;
}
.tdFillRight {
	background: url(../images/fill_right.gif) repeat-y;
}
.tdFillBottom {
	background: url(../images/fill_bot.gif) repeat-x;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}
.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}