@charset "utf-8";

/* CSS Document */

/* FONTS */

body {
	font-family: Tahoma, Geneva, sans-serif;
	/*color: #E9ECF2;*/
	color: #ffffff;
}

p, ul, dt, dd{
	font-size: 12px;
	line-height:1.4em;
}

.tight {
	line-height:1em;
}

h1 {
	font-size: 24px;
	color: #D3D7E0;
}

h1.small {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #D3D7E0;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

a:link {
	text-decoration: none;
	color: #D3D7E0;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #D3D7E0;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

/* MARGINS */

p, h1, h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ol, ul {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

ol li {
	margin-bottom:10px;
}

/* CLASSES */

.navbar {
	margin-bottom: 0;
	bottom: 1px;
	right:0;
	position: absolute;
	font-size: 16px;	
}

.footer {
	font-family: Cambria, "Times New Roman", Roman, serif;
	margin: 0px;
}

.quote {
	padding-right: 1em;
	padding-left: 1em;
	font-style: italic;
	font-family: Cambria, "Times New Roman", Roman, serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

.quoter {
	padding-left: 1em;
	margin-top:6px;
	margin-bottom:20px;
}

.reference {
	padding-right: 1em;
	padding-left: 1em;
	font: italic small-caps small Cambria, "Times New Roman", Roman, serif;
	margin-top: 0px;
	text-align: right;
}

.highlight {
	color: #FF0;
}
