body, td, p, th, li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

th, td {
	border: 1px #4166AA solid;
}
th {
	color: #576B7F;
}

table, tr {
	border: 1px #4166AA solid;
}

.headingrow {
  	width:550px;
	font-size:13px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	padding-bottom:15px;
    position: relative;
    left: 10px;
}
.firstcolumn{
	font-size:11px;
	line-height:1.8em;
	text-align:right;
  	width:200px;
    float:left;
    padding-right: 10px;
    position: relative;
    left: 20px;
}
  
.secondcolumn {
	font-size:11px;
	line-height:1.8em;
	text-align:left;
  	width:400px;
  	float:left;
    position: relative;
    left: 20px;
}
    
.row {
  	width:610px;
  	padding-bottom:10px;
}
  
.inputnormal {
  	width: 175px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.inputtextarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	text-decoration: none; 
	color: #1972A2;
}

a:hover {
	text-decoration: underline;
}