body, html{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: white;
	
}
body,td,tr {
	font-family: Verdana;
	font-size:11px;
	color: black;
}
td, th{
	vertical-align: top;
	text-align: left;
}
table{
	border-collapse: collapse;
}
div:after{
	display: block;
	clear: both;
	content: "";
}
a{
	color: blue;
}
a:hover{
	color: red;
}
textarea, input, select
{
	width:200px;
	color:#0F0F0F;
	background-color:#EFEFEF;
	border: 1px solid gray;
	padding:2px;
}
select{
	width: 206px;
}
h1{
	font-size: 16px;
}
.submit {
	background-color:gray;
	color:#FFF;
	width:100px;
	cursor:pointer;
	padding: 2px 5px 2px 5px;
	
	width: auto;	
}
.submit:hover{
	background-color: #AAAAAA;	
}
.checkbox
{
	width: 20px;
}
.button{
	cursor: pointer;
}
.button:hover{
	color: red;
}
.data_table{
	border: 1px solid black;
}
.data_table th, .data_table td{
	padding: 2px 4px 2px 4px;
}
.data_table th{
	background-color: gray;
	color: white;
	text-align: center;
	border-bottom: 1px solid black;
}
.data_table td{
	border-bottom: 1px solid gray;
}
.data_table tr:nth-child(odd) td{
	background-color: #FFFFFF;
}
.data_table tr:nth-child(even) td{
	background-color: #EAEAEA;
}
