html {
     overflow: -moz-scrollbars-vertical;
}
body
{
	background-color:#175DA8;
	margin:0px;
	padding:0px;
}
td
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
td.menutd
{
	background-image:url(images/m_back.gif);
	background-color:#1D71C4;
	background-position:top;
	background-repeat:repeat-x;
}
td.contentspace
{
	padding:34px;
	background-image:url(images/content_space.gif);
	background-position:top;
	background-repeat:repeat-x;
}
td.contentspace2
{
	padding-top:34px;
	padding-bottom:34px;
	padding-right:34px;
	background-image:url(images/content_space.gif);
	background-position:top;
	background-repeat:repeat-x;
}
h1
{
	color:#1558A1;
	font-size:18px;
	font-weight:bold;
}
h2
{
	color:#DFBA7E;
	font-size:18px;
	font-weight:bold;
}
a
{
	color:#000000;
}
a:hover
{
	color:#155583;
}
.bluebold
{
	font-weight:bold;
	color:#155583;
}
td.tdcategirylist
{
	height:20px;
}
hr
{
	height:1px;
	color:#DFBA7E;
	border-color:#DFBA7E;
	margin:0px;
	padding:0px;
}
td.centerimage
{
	background-position:center;
	background-repeat:no-repeat;
}
.input
{
	border:1px solid #155583;
	width:95%;
}

.numon 
{
    font-weight:bold;
    text-decoration:none;
    color:#000000;
}

.securityQuestion{
  float: left;
  padding-right: 3px;
  margin-top: 13px;
  font-weight: bold;
}

.captcha{
  float: left;
  width: 74px;
  padding-left: 5px;
  padding-top: 12px;
  padding-bottom: 20px;
}

.captcha input{
  width: 60px;
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  text-align: center;
  border: 1px solid #155583;
}

.c_error_fieldset{
  width: 260px;
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #ED2100;
}

.c_error_legend{
  padding-bottom: 2px;
  color: #DC3030;
  font-family: Verdana;
  font-size: 8pt;
}

.c_error_container{
  padding: 10px 20px;
}

.c_error_label{
  padding: 2px;
  color: #666666;
  font-family: Verdana;
  font-size: 8pt;
}

.thanks{
	font-weight: bold;
	color: #1A82CD;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}