html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

td {
	FONT-SIZE: 13px; 
	COLOR: #424155; 
	LINE-HEIGHT: 1.4;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	
}


.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
h1 {
	FONT-SIZE: 18px; 
	COLOR: #4560c0;
	/*LETTER-SPACING: 0.1em; */
	FONT-FAMILY: Times New Roman, serif
}


	
h2, .contentheading {
	FONT-SIZE: 18px; 
	COLOR: #4560c0;
	/*LETTER-SPACING: 0.1em; */
	FONT-FAMILY: Times New Roman, serif
}

A {
	COLOR: #0868C8;
	text-decoration : underline;
}
A:hover {COLOR: #0868C8; text-decoration : none;}

.err {
	color: #FF9900;
}
th {
	font-weight: bold;
	text-align: left;
}
img { border: 0 none; }

hr {border: none 0;
border-top: 1px dashed #dddddd;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
