/* Layout Stylesheet */ 

html, body {
	font-family: Tahoma;
	color: #000;
	margin:0;
	background-color: #D4CE9C;
	background-image:url(../images/bg02.gif);
	list-style-image:url(../images/ok.gif);
	scrollbar-base-color: #C4C28C;
	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:#C4C28C;
	
}

#top { 
	width: 100%;
	height:55px;
	margin:0px;
	text-align: right;
	background-image:url(../images/bg01.gif);
	font-size: 16px;}

#top a {
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #333;
}
#top a:hover {
	padding: 8px;
	color: #FFCC33;
	background:#000000 url(../images/ucg.gif) bottom center no-repeat;
	text-decoration: none;
 	border-left: 1px solid #848204;
	border-right: 1px solid #848204;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #848204;
}

#top a:active {
	padding: 8px;
	color: #CCCC99;
	border: 1px groove #999;
} 

a {
	font-size: 14px;
	text-decoration: none;
	color: #848204;
	font-weight: bold;
}

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

#main {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	padding: 8px;
	font-size: 14px;
	text-align: left;
	background-color:#FFFFFF;
	border-left: 2px solid #848204;
	border-right: 2px solid #848204;
	border-bottom: 2px solid #848204;
}
	
.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;
}	

.im {
	padding : 4px;
	border: 4px double #BC2604;
	background-color: #C4C28C;
}	

.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;
}	

.sol {
	float: left;
	text-indent: 20px;
}	

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