/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11pt;
	line-height: 15pt;
	font-family: times new roman, times, serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {color: #007BA7; text-decoration: none; }
a:active {color: #007BA7; text-decoration: none; }
a:visited {color: #007BA7; text-decoration: none; }
a:hover {color: #000; text-decoration: underline; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 10pt;
	line-height: 16pt;
}

#menu ul {
	list-style: none;
	margin: 0 0 18pt 0;
}

#menu ul li.section-title {}

#menu hr {
	background-color: #000;
	border: 0;
	margin: 0 auto 0 0;
	width: 650px;
	height: 1px;
}

#content {
    height: 100%;
    margin: 10px 0 0 270px;
    top: 0;
	width: 700px;
}

.container {
    padding: 5px 5px 25px 5px;
	}

.loki {
	background-color: #f0f0f0;
	width: 650px;
	padding: 10px 20px 10px 30px;
}


#content hr {
	background-color: #000;
	border: 0;
	margin: 6px auto 0 0;
	width: 650px;
	height: 1px;
}

p { margin: 0 0 11pt 0; }

.footnote {font-size: 10pt; }

h2 {
	font-family: times new roman, serif;
	font-size: 15pt;
	line-height: 18pt;
	color: #000;
	font-weight: normal;
	}

h3 {
	font-family: times new roman, serif;
	font-size: 13pt;
	line-height: 12pt;
	color: #000;
	font-weight: normal;
	letter-spacing: +1px;
	text-transform: uppercase;
	}

#img-container	{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	}

#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }