/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {


	margin: 0;
	padding: 0;
}



body {
	font-size: 10px;
	letter-spacing: 0;
	line-height: 13.5px; 	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: #ffffff none repeat scroll 0 0;
        color: #333333;
}

body.section-1 { 
}

body.section-2 { 
}

body.section-3 { 
}

a:link { 
text-decoration: none; color: #000000; }

a:active {
 text-decoration: none; color: #000000; }

a:visited { 
text-decoration: none; color: #000000; }

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

a img { 
border: medium none;
padding-bottom: 10px; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 0;
display: block;
margin: 0 0 0 0;	
float: left;
left: 0;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
    position: fixed;
    height: fixed;
color: #000000;
	background-color: #ffffff;
}

#menu ul {
	list-style: none;
        list-style-position: outside;
	margin: 0 0 12px;
}

#menu ul li.section-title {
border-top-style:solid;
border-top-width:1px;
border-bottom-style:solid;
border-bottom-width:1px;
        line-height: 16pt;
color: #000000;
padding-left: 0px;
        font-size: 9pt;
        text-transform: uppercase;
        font-weight: bold;
}

#content {
    height: fixed;
    margin: 25px 0 0 180px;
    top: 0;
    padding-left: 80px;
    padding-top: 5px;
}

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

#content p { 

width: 700px; 
margin-bottom: 9px;
line-height: 11pt;
margin-left: 20px;
font-size: 9pt;
color: #000000; }

p {
    margin: 0 0 9px;
}

h1 { 
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 16px;
color: #000000;
display: inline;
font-weight: normal;
line-height: 21pt;
}

h2 { 
color:#000000;
display:inline;
font-size:16px;
font-style:italic;
font-weight:normal;
line-height:21px;
 }

h3 { font-size: 16px;
color: #000000; }
h4 { font-size: 12px; }

#img-container	{ font-family:Georgia,"Times New Roman",Times,serif; margin: 0; padding: 0; }

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

#once { clear: left; }