/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
.credit  { color: white; font-size: 11px; font-family: "Times New Roman", "Times", serif; line-height: 14px }
.creditlink { color: white; font-size: 11px; font-family: "Times New Roman", "Times", serif; line-height: 14px; text-decoration: underline }
* {
	margin: 0;
	padding: 0;
}

body     { color: white; font-size: 13px; font-family: "Times New Roman", "Times", serif; line-height: 15px; background: #000000; padding: 3px }

body.section-1  { color: white }
body.section-2  { color: white }
body.section-3  { color: white }

a:link   { color: white; text-decoration: none; background-color: black; background-position: -1px -1px }
a:active   { color: gray; text-decoration: none; background-color: black }
a:visited    { color: #696969; text-decoration: none; background-color: black }
a:hover    { background-color: #373737 }

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 24px;
    bottom: 0px;
	left: 24px;
    position: fixed;
    height: 100%;
}

#menu ul    { color: white; list-style: none; margin: 0 0 24px; 
}
	

#menu ul li.section-title       {
	text-transform: uppercase;
	display: inline;
	color: white;
	line-height: 15px;
	text-decoration: none;
	background-color: #000000;
}

#content  { color: white; margin: 77px 0 0 280px; top: 0; height: 100% }

.container {
    padding: 0px 0px 0px 0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 36px 0;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
Text { color: black; font-size: 9pt; font-family: Arial; line-height: 11pt; background-color: silver }
.class { color: black; font-size: 10pt; font-family: Arial; font-style: normal; font-weight: normal; line-height: 1.35; font-stretch: normal; text-decoration: none }
.class1 { color: white; font-size: 10pt; font-family: Arial; font-style: normal; font-weight: normal; line-height: 1.35; font-stretch: normal; background-color: black }
.class2 { color: white; font-size: 10pt; font-family: Arial; font-style: normal; font-weight: normal; line-height: 1.35; font-stretch: normal; background-color: black; background-position: 2px 2px; padding: 3px }
.headline  { color: white; font-size: 18px; font-family: "Times New Roman"; font-style: italic; line-height: 1; background-color: black; text-align: left }
