* 	{
	border: 0;
	padding: 0;
	margin: 0;
	}

img	{
	display: block;
	}

html {
	height: 100%;
	}

body	{
	position: relative;
	background-color: #fff;
	text-align: center;
	margin: 30px 100px 30px 80px;
	}

body * {
	text-align: left;
	}

a {
	color: #369;
	text-decoration: underline;
	}

a:hover {
	color: #900;
	}

a:active {
	color: #B90030;
	text-decoration: none;
	}

a:visited {
	color: #447029;
	}

h1 {
	color: #000;
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	}

h2 {
	color: #c00;
	font: 9px Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	margin-top: 5em;
	}

h3 {
	color: #000;
	font:  14px Tahoma, Arial, sans-serif;
	line-height: 1.4em;
	margin: 1em 0 0 0;
	}

.note {
	font: 9px Verdana, Tahoma, Arial, sans-serif;
	color: #777;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	}

p {
	color: #333;
	font: 12px Georgia, Times New Roman, Times, serif;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;	
	}

ul {
	color: #555;
	font: 11px Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin: 0em 50px 1.4em 35px;
	line-height: 1.4em;
	}

li {
	list-style: square;
	}

.lastitem {
	padding-bottom: 1.5em;
	}

.noteSmCapRed {
	font-size: 8px;
	color: #c00;
	}
