@charset "utf-8";
/* CSS Document */

/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset */

/* start additional fonts */
@font-face {
	font-family: 'Myriad Pro light';
	src: local('Myriad Pro Light'), url(MyriadPro-Light.otf);
	font-weight: normal;
}

@font-face {
	font-family: 'Myriad Pro Bold';
	src: local('Myriad Pro Light'), url(MyriadPro-Bold_0.otf);
	font-weight: bold;
}

@font-face {
	font-family: 'Myriad Pro Italic';
	src: local('Myriad Pro Light'), url(MyriadPro-It_0.otf);
	font-weight: normal;
}
/* end additional fonts */


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	color: #38495a;
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	color: #000;
	line-height: 100%;
}

h2 {
	font-size: 63px;
}

h3 {
	font-size: 57px;
}

h4 {
	font-size: 51px;
}

h5 {
	font-size: 45px;
}

h6 {
	font-size: 41px;
}

p {
	margin: 2px 2px 10px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #38495a;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

a {
	color: #4c5054;
}

a:hover {
	color: #383b3e;
}


small {
	font-size: smaller;
}

ol li {
	margin-left: 22px;
	list-style: decimal;
}

ul li {
	margin-left: 0px;
	list-style: none;
}

table, tr, td {
	border-collapse: collapse;
	/*border: 1px black solid;*/
}

td, th {
	padding: 4px;
}

td {
	vertical-align: top;
}

th {
	font-weight: bold;
}

sup {
	line-height: 75%;
	vertical-align: text-top;
}

sub {
	line-height: 75%;
	vertical-align: bottom;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

strike {
	text-decoration: line-through;
}

/* page base style */
 
 
 
