/* ::::::::::::::::::::::::::::: main ::::::::::::::::::::::::::::::::: */

* {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}
h1, h2 {
	color:#d95513;
	font-weight:normal;
	font-size:1.5em;
	line-height:2em;
}
h1 {
	font-size:2.5em;
	padding:0em 0em 0.5em 0em;
	border-bottom:1px solid #e8e8e8;
}
a img {
	border: none;
}
:focus {
	-moz-outline: none;
}
#content {
	background: #ffffff;
	padding:1em;
}
#header {
	border-bottom:2px solid #D95513;
	margin-bottom:10px;
}
#header_logo {
	float: left;
}
.info_table thead tr {
	color:#646464;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	background-color:#f1f1f1;
}
.info_table thead th {
	padding:0.3em 0;
}
.info_table td {
	border-top:1px solid #e6e6e6;
}
