body {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
       font-size: 13px;
       line-height: 1.4;
       background: #f0f0f0;
}

//h4 {
	//text-decoration : underline;
	//color:#FF7E00;
//}

a:link {
  	color:#FF7E00;
}

a:visited  {
  	color:#FF7E00;
}

a:active  {
  	color:#FF7E00;
}

a:hover {
   	color:#FF0000
}

img{
 	border:0;
}

#tabnav {
	height: 28px;
 	margin: 0;
    	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

#tabnav li {
	margin: 0;
    	padding: 0;
	display: inline;
  	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 18px;
	line-height: 20px;
 	font-weight: none;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
   	border: 1px solid #ccc;
 	border-bottom: 0px solid #ccc;
	text-decoration: none;
       color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active{
	border-bottom: 1px solid #fff;
	background: #FFF;
	color: #000;
}

#tabnav a:hover{
	background: #FF7E00;
	color: #000000;
}

.xright {
  	float: right;
  	text-shadow: #7CFC00;
	font-size: 12px;
}

.smallfont {
	font-size: 12px;
}

.question {
	font-size: 13px;
}