/* basic elements */

body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	background: #fff;
	text-align: left;
	width: 700px;
}
td,p,table,tr,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 1em;
}
h1 {
	color: #DD6611;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	width: 100%;
	border: 1px solid #999;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
.dataTable {
	width: 100%;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.dataTable td {
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	width: 25%;
}
.dataTable th {
	border-collapse: collapse;
	border: 1px solid #999;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
.lCol {
	width: 25%;
	font-weight: bold; 
}
.rCol {
	width: 25%;
}