@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 50px;
	font-weight: bolder;
	text-transform: capitalize;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	font-weight: bolder;
	color: #000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 15px;
	font-weight: bolder;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-bottom: 10px;
	color: #000000;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.os3d_fullpage {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.os3d_header {
	width: 100%;
	height: 58px;
	border-bottom:solid 1px #000000;
}

.os3d_header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 40px;
	padding-left: 5px;
	float:left;
}

.os3d_logo {
	width: 70px;
	height: 57px;
	border: none;
	float:left;
}

.os3d_container {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	text-align: left;
}

.os3d_footer {
	width: 100%;
	height: 30px;
	background-color: #373737;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.summary a{
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-style: underline;
	font-size: 12px;
}

.summary a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	font-style: underline;
}

.summary h3{
	margin-left: 10px;
}

.summary h4{
	margin-left: 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

table td {
	padding: 5px;
}