@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #363636;
}

em {
	color: #FFC;
}

h3 {
	color: #F60;
}

h4 {
	color: #F60;
	margin-bottom:0px;
}

.tradeskill {
	font-size: 14px;
	font-weight: bold;
	color: #399;
	text-index: 5px;
	cursor: pointer;
}

.tradeskilldiv {
	display: none; 
	overflow: auto; 
	width: 277px; 
	height: 305px; 
	text-align: left; 
	padding: 2px;
	font-size: 9px;
	color: #FFF;
}

.tradeskilldiv a{
	text-decoration:none;
	font-weight:bold;
}

.tradeskilldiv a:hover{
	text-decoration:underline;
	color: #F00;
}