/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* /GENERAL RESET *******/
/******* MENU *******/
#contain{
	margin: 10px auto;
	width: 980px;
}
#contain ul{
	list-style: none;
	list-style-position: outside;
}
#contain ul.tabs-menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#contain ul.tabs-menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#contain ul.tabs-menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 16px;
	color:#F30;
	font-weight:bold;
	font-family:Verdana;
}
.content li{
	display:inline;
	padding:0px 0px 0px 100px;
	cursor:pointer;
}
.content li:hover{
	display:inline;
	padding:0px 0px 0px 100px;
	cursor:pointer;
	text-decoration:underline;
	color:#C00;
}
