body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin:0;
	padding:0;
	text-align:left;
}
h3{
	font-size: 12px;
	color:#000;
	font-weight:700;
	border-bottom:1px solid #f2f2f2;
	margin:10px 0 3px 0;
	
}
a{
	color:#f60;
	text-decoration:underline;
}
img {
	border:0;
}	
a:hover{
	color:#fff;
	background:#000;
	border-bottom:none;
}
dl,ul,dt,dd,li{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}

dl{
	text-align:center;
	line-height:24px;
}
ul{
	text-align:left;
}
ul li{
	background:url(../Images/shortcuytsitems.gif) no-repeat 0 8px;
	color:#416981;
	border-bottom:1px solid #f2f2f2;
	padding:3px 0;
	padding-left:25px;
}
em {
	display:block;
	margin:8px 0;
	
}
em a{
	color:#fff;
	background:#f90;
	border-color:#ffc46c #6b4000 #6b4000 #ffc46c ;
	border-style:solid;
	border-width:1px;
	padding:2px 6px;
	font-style:normal;
	
}
em a:hover{
	border-color: #6b4000 #ffc46c #ffc46c #6b4000 ;
	color:#fff;
	
}