/* CSS Document */
body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

td {
	font-size:12px;
	line-height:17px;
	}
	
.table_top_800 {
	background-image:url(images/bar_800.png);
	width:800px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	}

.table_top_140 {
	background-image:url(images/bar_140.png);
	width:140px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	}
	
.table_top_650 {
	background-image:url(images/bar_650.png);
	width:650px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	}
	
.white_bg {
	background-color:#FFFFFF;
	padding:10px;
	}
		
.black_bg {
	background-color:#000000;
	padding:10px;
	}
	
.width_10 {
	display:block;
	width:10px;
	}
.height_10 {
	height:10px;
	}
	
a:link, a:visited{
	color:#FF9900;
	text-decoration:none;
	}
	
a:hover {
	color:#FF9900;
	border-bottom:1px dashed #FF9900;	
	}

.footer_text {
	color:#FFCC00;
	font-size:10px;
	}

.footer_text a:link, .footer_text a:visited{
	color:#FFCC00;
	text-decoration:none;
	}

.footer_text a:hover {
	background-color:#000000;
	color:#FFFFFF;
	border:none;
	}

.left_nav {
	margin-top:10px;
	border-top:1px solid #E1E1E1;
	}
	
.left_nav a:link, .left_nav a:visited{
	display:block;
	width:140px;
	font-size:11px;
	color:#000000;
	background-color: #FFFFFF;
	text-decoration:none;
	text-indent:10px;
	border-bottom:1px solid #E1E1E1;
	background-image:none;
	}

.left_nav a:hover {
	background-color:#E8C46E;
	}

.logo a:hover {
	border-bottom:none;
	width:300px;
	}

.skills_good {
	color: #006600;
}

.skills_neutral {
	color: #000066;
}

.skills_bad {
	color: #990000;
}

.warning_text {
	font-weight: bold;
	color: #990000;
}

