body, html {
	
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
h1{
	font-family: Arial, sans-serif;
	font-size: 2.0em; /* 16x1.375=22px */
	line-height: normal;/* 16x1.636=36px */
	color: #0066cc; /* 14x.71=10px */
	text-align: left;
	font-variant: normal;
	font-weight: normal;
}
h2{
	font-size: 1.6em;/* 16x1.636=36px */
	color: #1796d3;
	font-family: Arial, Arial, sans-serif;
	font-weight: normal; /* 14x.71=10px */
}
 /*default link behavior */
 
 a.link{
	color: #666666;
	text-decoration: underline;
	 }

a:visited{
	color: #666666;
	text-decoration: underline;
}
a:active{
	color: #0066cc;
}
a:hover	 {
	color: #0066cc;
}
 
/* Table */
th {
	text-align: left;
}
td, th {
}
/* style form */
form dt {
	width: 120px;
	padding-bottom: 5px;
	display: block;
	float: left;
	clear: left;
}
form dd {
	padding-bottom: 5px;
	display:block;
	float:left;
}


table.detailTbl {
	padding-left:0px;
	margin-left:0px;
	border-collapse:collapse;
	
}

table.detailTbl td {
	
	padding:5px 3px;
	border-bottom:1px solid #CCC;
	
}

table.detailTbl th {
	border-bottom:1px solid #333;
	
}

table.detailTbl td.noBrdr {
	
	border-bottom:0px;
}

#button
{
	clear: none;
	display: inline;
	vertical-align: bottom;
	background-color:#0066CC;
	color:#fff;
	border-style:solid;
	border-width:2px;;
	border-color:#09F;
	text-decoration:none;
	font-weight:bold;
	padding:2px;
	
}



