/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/150.jpg);
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

a:link { text-decoration: none; color: #FF3300; font-weight: bold; }
a:visited { text-decoration: none; color: #009900; font-weight: bold; }
a:hover { text-decoration: underline; color: #CC0033; font-weight: bold; }
a:active { 	text-decoration: none; color: #0000CC; font-weight: bold; }


#wrap {
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: 90%;
	background-color: #2A1611;
	border-left: 1px dashed #FFE491;
	border-right: 1px dashed #FFE491;
	border-bottom: 1px dashed #FFE491;
}

#top {
	padding: 5px;
	height: 78px;
	background-color: #fff;
	background-image: url(../images/ust.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	letter-spacing: 2px;
	word-spacing: 2px;
}

#top a {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#top a:hover {
	padding: 5px;
	color: #CCFF33;
	font-weight: bold;
	text-decoration: none;
}


#main {
	padding: 5px;
	background-color: #fff;
}

#alt{
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	
}

.sol {
	float: left; padding: 1px; }
	
.img {
	float: left; padding: 10px; }


.kh {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color:#39201A;
	font-weight: 900;
	letter-spacing: 2px;
}
	
.sm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; color:#333; text-align: center; }
	
.tds{
	border: 1px dashed #FFE491;
	padding: 4px;
	 }