@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
	scrollbar-3d-light-color: #CCCCCC;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #666666;
	scrollbar-dark-shadow-color: #333333;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #333333;
}
.twoColFixLt #container { 
	width: 780px; 
	background: #000000;
	margin: 0 auto; 
	border: 0px;
	margin-top:10px;
	text-align: left; 
}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 228px;
	padding: 0;
	margin: 0 auto; 
}
.twoColFixLt #mainContent { 
	float: right; 
	width: 552px;
	margin: 0 auto; 
	padding: 0;
} 
.twoColFixLt #mainContent p {
	margin-right:10px;
} 
.twoColFixLt #navbar {
	width:418px;
	text-align:center;
	font-size:16px;
	background-image:url(images/link-back.jpg);
	background-repeat:no-repeat;
	
} 
.twoColFixLt #navbar a {
	color: #000000;
	margin-right:25px;
	text-decoration: none;
}
.twoColFixLt #navbar a:hover {	
	color: #ffffff;
}

.twoColFixLt #footer {
	text-align:center;
	font-size:12px;
	
} 
.twoColFixLt #footer a {
	color: #ffffff;
	font-size:12px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.chart  {
  	font-size : 11px;
}
a:link {
	color: #de4387;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #de4387;
}
a:hover {
	text-decoration: none;
	color: #cc3399;
}
a:active {
	text-decoration: underline;
	color: #cc3399;
}
hr {
	color:#FFFFFF;
	size:1px;
	margin-right:10px;
	height:1px;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #de4387;
	margin-right:10px;
	margin-top:20px;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #de4387;
	text-align:center;
	line-height:26px;
}
h3 {
	font-size: 14px;
	font-weight:bold;
	color: #de4387;
}
.scrollArea {
	width: 542px;
	height: 240px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom:10px;
	
	float: left;
	overflow: auto;
    font-size : 10px;
}
