body {
	font-size: 12pt;
	font-family: Verdana, Tahoma, Georgia;
	font-color:black;
}

a:link {
	color:black;
}

a:hover {
	color:black;
	background-color:red;
}

a:visited {
	color:black;
}

a:active {
	color:black;
}


h1 {
	font-size: 24pt Verdana, Arial;
	font-family: Verdana;
	font-weight: bold;
	line-height: 30pt;
}

h2 {
	font-size: 18pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 22 pt;	
}

h3 {
	font-size: 14pt;
	font-family: Verdana;
	font-weight: bold;
	line-height: 14pt;
	text-align:center;	

}

div {
	position:relative;
	text-align:center;
}
div.logo {
	width:100%;
	top:0px;
	left:0px;
}

div.deckhead {
	width:100%;
	font-family: Times, Arial;
	font-weight: bold;
	font-size: 18pt;
	left:0px;
	top:0px;
	margin-bottom:6px;
}


div.one {
	width:120px;
	border-style:solid;
	border-width: 2px;
	border-color: red;
	margin-right:1px;
	float:left;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}

div.two {
	text-align:left;
	width:66%;
	border-style:solid;
	border-width: thin;
	border-color: black;
	margin-bottom: 5px;
	padding-left:2px;
	padding-right:2px;
	float:left;
}


div.three {
	width:120px;
	height:600px;
	border-style:solid;
	border-width: 2px;
	border-color: red;
	margin-left:1px;
	z-index:0;
	float:left;
}

div.footer {
	clear:both;
	width:100%;
	font-size: 9pt;
	font-weight:bold;
	line-height: 12pt;
	text-align:center;
}

