/* main */
@font-face {
	/**
    font-family: 'Myriad Pro Light';
    src: url(/fonts/myriad-pro-light.ttf);
    **/
}
html, body, table, td, tr, form, img {
    border:0;
    padding:0;
    margin:0;
}
html, body {
	min-height: 100%;
}
body {
	background-color: #ffffff;
	color: #1a1a1a;
	font-family: 'Tahoma', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica';
	padding: 0;
	text-align: left;
}
h1, h2 {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px 0 20px;
	text-transform: uppercase;
}
h3 {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
h4 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 10px 0 20px;
}
h5 {
	text-transform: uppercase;
}
h5, h6 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 10px 0 20px;
}
p {
    color: #4d4d4d;
	font-size: 13px;
	font-weight: 400;
    padding: 0 0 18px;
	line-height: 18px;
	margin: 0;
	text-align: left;
}
a {
	color: #228de1;
	font-size: 12px;
	font-weight: 400;
    cursor: pointer;
    text-decoration: underline;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}
ul {
	margin: 10px 0 20px;
	padding: 0;
}
li {
	background: url(/images/li.png) no-repeat;
	background-position: left 7px;
	padding: 5px 0 15px 30px;
	color: #1a1a1a;

	font-size: 14px;
	font-weight: 400;
    list-style: none;
    margin: 0 0 10px;
}
li a {
	font-size: inherit;
	font-style: italic;
}