a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
p, td, div {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 130%;
}
form {
	margin: 0px;
}
h1 {
	margin: 0px;
}
h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	line-height: 100%;
	font-weight: 300;
	color: #069;
	margin: 0px;
}
h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-bottom:12px;
	font-weight: 400;
	line-height: 100%;
}
h4 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #006699;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
.table_type1 {
}
.table_type1 th {
	color: #FFFFFF;
	background-color: #006699;
}
.table_type1 td {
	background-color: #EAEAEA;
}
