/* Layout Stylesheet */ 

html, body {
	font-family: Tahoma;
	color: #000;
	margin:0;
	list-style-image:url(../images/ok.gif);
	scrollbar-base-color: #fff;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #C45604;
	scrollbar-darkshadow-color: #848204;
	scrollbar-face-color: #C4C28C;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#666;
	scrollbar-track-color:#fff;
	
}


a:link {
	font-weight: bold; 	text-decoration: none;	color: #999966;	}
	
a:visited {
	text-decoration: none; font-weight: bold; 	color: #666600;}
	
a:hover {
	text-decoration: underline; font-weight: bold; 	color: #CC0000;}  
	
a:active {
	text-decoration: none; font-weight: bold; 	color: #CCCC00;}

#main {
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	padding: 8px;
	font-size: 14px;
	text-align: left;
	background-color:#FFFFFF;
	border: 4px double #BC2604;
}
	
.color {
	font-family: "Courier New", Courier, monospace;
	color: #BC2E04;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
}

.im2 {
	padding : 4px;
	border: 4px double #7B735E;
	background-color: #CECBB9;
}	


.bold {
    color: #5B5742;
	font-weight: bold;
	font-size: 18px;
}	

.hd {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #848204;
	font-weight: bold;
}	

.kh {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.6em;
	color: #fff;
	float: left;
	text-indent: 20px;
	font-weight: bold;
}	

.ft {
	font-size: 11px;
	color: #666666;
	text-align:center;
}	