@charset "utf-8";
/* CSS Document */

body {
	background-color: #332114;
}
.text-body {
	color:#fffdf2;
	font:70%/1 em Verdana,Helvetica,san-serif;
	font-weight: normal;
	text-align:left;
	line-height: 15px;
	}
	
	.text-bodysmall {
	color:##999999;
	font:70%/1 em Verdana,Helvetica,san-serif;
	font-weight: normal;
	text-align:left;
	line-height: 14px;
	}
	
	.text-justified{
	color:#fffdf2;
	font:70%/1 em Verdana,Helvetica,san-serif;
	font-weight: normal;
	text-align:justify;
	line-height: 15px;
	}
	
	.text-small{
	color:#999999;
	font:65%/1 em Verdana,Helvetica,san-serif;
	font-weight: normal;
	text-align:left;
	line-height: 15px;
	}
	
	.text-links {
	color:#fffdf2;
	font:70%/1 em Verdana,Helvetica,san-serif;
	font-weight: normal;
	text-align:left;
	line-height: 15px;
	margin-top: 2px;
	}
	.text-linksGrey{
	color:#999999;
	font:70%/1 em Verdana,Helvetica,san-serif;
	font-weight: normal;
	text-align:left;
	line-height: 15px;
	margin-top: 2px;
	}

a:link { 
color:#fffdf2;
	text-decoration: underline;
	}
	
a:visited { 
color:#fffdf2;
	text-decoration: underline;
	}
	
a:hover { 
color:#CCCCCC;
	text-decoration: underline;
	}
	
a:active { 
color:#CCCCCC;
	text-decoration: underline;
	}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.bullet {
	color:#fffdf2;
	font-family: Verdana,Helvetica,san-serif;
	font-style: normal;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: round;
	font-size: 8px;
}
div.scroll {
height: 460px;
width: 190px;
overflow: auto;
border: 0px;
background-color:#332114;
padding-right: 11px;
scrollbar-face-color: 615246; 
scrollbar-highlight-color: 614e41;
scrollbar-track-color: 221003;
scrollbar-arrow-color: f1f1f2;
scrollbar-3dlight-color: 221003; 
scrollbar-shadow-color: 221003;
scrollbar-darkshadow-color: 221003; 
  
}

#quotes {
     position:absolute;
     font:70%/1 em Verdana,Helvetica,san-serif;
	 color:#fffdf2;
	font-weight: normal;
	text-align:left;
	line-height: 15px;
	font-style: italic;
     background-color:#332114;
   }