@charset "utf-8";
#top{
	background-image:url(helpsheets_top.jpg);
}
#topmenu a:hover{
	border-bottom:5px solid #999999;
	color:#99ADC2;
}
#topmenu a.selected{
	margin:16px 16px 0 0;
	padding:4px 4px;
	text-decoration:none;
	border-bottom:5px solid #CCCCCC;
	color:#99ADC2;
}
#topmenu a.selected:hover{
	border-bottom:5px solid #999999;
	color:#99ADC2;
}
#content{
	background-image:url(square_downloads.png);
	background-repeat:no-repeat;
	background-position:12px 20px;
}
#downloads_table{
	font-size:0.7em;
	font-weight:bold;
	color:#444444;
	padding-top:10px;
}
#downloads_table td{
	padding-bottom:5px;
}
#downloads_table a{
	font-weight:normal;
}

