/* CSS Document */

/*re-formatted standard HTML tags*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	font-size: 12px;
	margin: 0px 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1{ font-size: 160%;}
h2{
	font-size: 120%;
	border-top: 1px solid #999999;
}
h3{ font-size: 120%;}
h4{ font-size: 115%;}
h5{ font-size: 110%;}
h6{ font-size: 105%;}

table td  {
	padding: 2px;
}
.line{
	border-bottom: 1px solid #D4D4D4;
}
.checkbox{
	border: 1px solid #D4D4D4;
	width: 17px;
}

