*{
	margin:0px;
	padding:0px;
	font-family:Arial, Geneva, Helvetica, san-serif;
}
body, td{
	font-size:11px;
}
h1,h2,h3,h4,h5,h6,h7{
	font-size:11px;
	line-height:15px;
	font-style:normal;
}
h1{
  font-size:20px;
  line-height:25px;
  font-weight: normal;
}
.invisible{
	display:none;
}

a:link,a:visited{
	text-decoration:underline;
	color:#333333;
	}

a:active,a:hover{
	text-decoration:underline;
	color:#D1D1D1;
	}

a img {
	border-style:none;
	}

.greytext, .greytext .text01{
	color:#666666;
}


a.headerLink, a.headerLink:link, a.headerLink:visited{
  font-size: 18px;
  padding-left: 15px;
  text-decoration: none;
  color: #000000;
  background-image:url(/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

a.headerLink:hover,a.headerLink:active{
  font-size: 18px;
  padding-left: 15px;
  text-decoration: none;
  
  color: #181084;
  background-image:url(/images/bullet_on.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

hr{
  height:1px;
  color: #000000;
}
#block-c{
	overflow: hidden;
}

li.mainMenu{
  margin-left: 10px;
  display:inline;
}

.linkedlist li.focus a{
	color:#190E86;
}

.TDSelect {
	width: 140px;
}

/*FORMS*/
.Form{}
	.Form td{padding:7px 10px 7px 0px; color:#535353; font-size:11px}
	.Form a, .Form a:hover{color:#000000;}
		.Form h2{padding:6px 15px; background:#e6e6e6; text-transform:uppercase; font-weight:Bold; line-height:18px;}
		.Form label{color:#535353; display:inline-block; width:55px; white-space:nowrap; padding-right:10px; text-align: right}
			.Form  td.left label{text-align:left}
			label.radioHolder{padding-left:5px; text-align:left}
		.Form input{padding:2px;}
			.Form input.inputTxt{border:1px solid #bbbbbb}
	.Form td.spacer{width:35px;}
	.Form td.shortCol{width:55px; text-align:right}
	.Form td.longCol{width:255px; text-align:left}
	.Asterisk{padding-left:3px; color:#181084}
	.Form .Rules label{color:#000000; text-align:left}
.Form .err{color:#e8164c}
	.Form .err label, .Form .err span, .Form .err a{color:#e8164c}
	.Form .err  input.inputTxt{border:1px solid #e8164c}
.bttnHolder input{color:#535353}
.bordered td{border-bottom:1px solid #e6e6e6; padding:7px 5px 7px 0px;}
.bordered label{border-bottom:1px solid #e6e6e6}
.bordered  table tr td{border:none}
	.Form  .checkboxHolder{text-align: left; padding:7px 5px 7px 0px;}
		.Form  .checkboxHolder input{border:none !important}

	
	
/*end FORMS*/

