/*EMBEDDED FONT*/

@font-face {
	font-family: Skia;
	font-style: normal;
	font-weight: normal;
	src: url(SKIA0.eot);
	}

/*BODY & FRAME*/

BODY, TABLE {
	font-size: 10pt;
	font-family: Lucida Sans Unicode, Lucida Grande, Microsoft Sans Serif, sans-serif;
	line-height: 130%;
}
.frame {
	position: absolute;
	width: 785px;
	left: 50%;
	margin-left: -392px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
}

/*NAVBAR*/

.navbar {
	position: absolute;
	top: 10px;
	bottom: 25px;
	margin-left: 210px;
	width: 200px;
	height: 30px;
}

/*TEXT COLUMNS*/

.column {
	position: absolute;
	width: 265px;
}
.sidecolumn {
	position: absolute;
	width: 150px;
	left: 35px;
	top: 160px;
	text-align: right;
}

/*HEADERS*/

h1 {
	position: absolute;
	left: 30px;
	top: 60px;
}
h2 {
	font-size: 17pt;
	font-family: Skia, Lucida Sans Unicode, Lucida Grande, Microsoft Sans Serif, sans-serif;
	line-height: 100%;
}
h3 {
	font-size: 10.5pt;
	font-weight: bold;
	font-family: Skia, Lucida Sans Unicode, Lucida Grande, Microsoft Sans Serif, sans-serif;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
	font-family: Lucida Sans Unicode, Lucida Grande, Microsoft Sans Serif, sans-serif;
}
h5 {
	font-size: 8pt;
	font-family: Lucida Sans Unicode, Lucida Grande, Microsoft Sans Serif, sans-serif;
}

/*FOOTER*/

.footer {
	position: absolute;
	bottom: 18px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Lucida Sans Unicode, Lucida Grande, Microsoft Sans Serif, sans-serif;
	text-align: left;
	width: 100%;
	margin-left: 210px;
}