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

/*
	background color: #eaeaea;	LIGHTER BLUE
	Link color: #9aa1b9;    	LIGHT BLUE
	Header color: #505e83;  	BLUE
	Copy color: #616265;    	DARK GRAY

*/


html{
	padding:0px;
	margin:0px;
}

body{
	margin:0px;
	padding:0px;
	background-color:#eaeaea;
	color: #000000; /*38383a;*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


a:link, a:visited {
	color:#505e83; /*868ca1;*/
	font-size:12px;
	text-decoration:none;
}

a:link:hover, a:visited:hover{
	text-decoration:underline;
	font-size:12px;
}

.title{
	font-weight:normal;
	font-size:18px; 
	color:#000000; 
	border-bottom:1px solid #dfe0e0; 
	padding:0px;
	margin:0px 0px 15px 0px;
}

.link_arrow{

	border:0px 0px 0px 0px ; 
}

.sidebar{
	padding:25px 15px 20px 15px;
}

.sidebar_title{
	font-weight:normal;
	font-size:17px; 
	color:#000000; 
	padding:0px;
	margin:0px 0px 7px 0px;
	border-bottom:1px solid #dfe0e0;
}

.sidebar_stroke{
	color:#dfe0e0;
	margin:15px 0px 10px 0px;
	padding:0px;
}

.sidebar_caps{
	font-size:10px;
	font-weight:bold;
	overflow: hidden;	
	width: 230px;            
	height:400px ;	
	border: 0 0 0 0; 

}
object
{
	
	font-size:10px;
	font-weight:bold;
	overflow: hidden;	
	width: 230px;            
	height:400px ;	
}


.spot_header{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:0px 0px 4px 0px;
	margin:0px;
}

.spot_link{
	font-size:11px;
	font-weight:bold;
}

.footer{
	color:#848484;
	font-size:11px;
}

