body {
	margin:0px;
}
table, td{
  font-size: 100%;
}

.txt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
}
.dots {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.heading {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #DB241E;
}

.top_dots {

	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.style1 {
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
}.verline {
	background-image: url(../images/verdots.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.home_txtfld {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 117px;
	border: 1px solid #b5d8ee;
}
.signin {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2486c3;
	height: 20px;
	width: 51px;
	border: 1px solid #2486c3;
	text-align: center;
	vertical-align: top;
}
.style2 {
	color: #DB241E
}
.box {
	border: 1px solid #CFCFCF;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.verline2 {

	background-image: url(../images/verdots.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.btm_dots {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.border {
	border: 1px dotted #EB0101;
}
.gjob {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0572B7;
	text-decoration: none;
}
.headlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #D80A0A;
	text-decoration: none;
}
.headlink:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#0173b9;
	text-decoration: none;
}
.links {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.links:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration:none;
	font-weight:bold;
}
.lnk {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:none;
}
.lnk:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration:none;
	font-weight:bold;
}
.textarea{
  border: 1px solid #ABD0E7;
  width: 200px;
  height: 50px;
  background-color: #D8EEFE;
  color: #0066CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.txt_1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: lighter;
}
.txt_1:hover {
	font-family: Tahoma;
	font-size: 11px;
	color:#0066CC;
	text-decoration: underline;
}
.txtfld{
  background: #D8EEFE;
  width: 200px;
  color: #0066CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #ABD0E7;
}
.verline3 {

	background-image: url(../images/verdots.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.formbutton {
	width: 65px;
	height: 18px;
	color: #FFFFFF;
	background:#003399;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.sesameForm-error{
  background-image: url(../config/images/unchecked.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 17px;
  margin: 0px 0px 0px 5px;
  font-weight: bold;
}
.sesameForm-success{
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../config/images/checked.gif);
  padding: 0px 0px 0px 17px;
  margin: 0px 0px 0px 5px;
  font-weight: bold;
}
.sesameForm-focus{
  border: 2px #00CC00 solid;
}
.sesameForm-invalid{
  border: 2px #FF0000 solid;  
}
.formbutton:hover {
	width: 65px;
	height: 18px;
	color: #FFFFFF;
	background:#CC0000;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
