@charset "UTF-8";

* {
    margin: 0;
    outline: 0;
    vertical-align: baseline;
}

*:focus {
    outline: 0;
}

a:link {
	color: #0000FF;
}

a:visited,
a:active,
a:hover,
a:focus {
    color: #FF00FF;
}

b {
	font-weight: bold;
}

body {
    padding: 0;
    height: 100%;
    font-size: 12px;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    color: #000000;
}

em {
	font-style: italic;
}

h1 {
	margin: 0.6429em 0 0 0;
	font-size: 2.3333em; /* 28px */
	line-height: 1.2857; /* 36px */
}

h2 {
	margin: 0.75em 0 0 0;
	font-size: 2em; /* 24px */
	line-height: 1.5; /* 36px */
}

h3 {
	margin: 0.9em 0 0 0;
	font-size: 1.6667em; /* 20px */
	line-height: 1.8; /* 36px */
}

h4 {
	margin: 1.125em 0 0 0;
	font-size: 1.3333em; /* 16px */
	line-height: 1.125; /* 18px */
}

h5 {
	margin: 1.2857em 0 0 0;
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857; /* 18px */
}

h6 {
	margin: 1.5em 0 0 0;
	font-size: 1em; /* 12px */
	line-height: 1.5; /* 18px */
}

html {
    height: 100%;
}

i {
	font-style: italic;
}

img {
    border: 0;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.5;
}

strong {
	font-weight: bold;
}
