body {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: url(../images/background.gif) repeat-y top #f2f2f2;
	padding-top: 0px;
	cursor: default;
}
#notea_about{
	color: #666666;
	line-height: 2em;
	padding: 10px 20px 10px 20px;
	margin-left:20px;
	border:1px solid #dddddd;
	background: #fdfdfd;
	letter-spacing: 1px;
	}
p  {
	color: #666666;
	line-height: 2em;
	}

p a{
	color: #ff9900;
	text-decoration: none;
	}
	
p a:hover{
	color: #ff6600;
	text-decoration: underline;
	}


#menu{
	padding:10px 0px 0px 0px;
	margin-bottom: 20px;

	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-left: 5px solid #499fdf;
	padding-left: 10px;
    padding-top: 5px;
	}

h1 {
	display: none;
}
h2 {
	font-size: 11pt;
	border-bottom: 1px dashed silver;
	margin-left: -8px;
	color: #ff9900;
}
h3 {
	font-size: 9pt;
	padding: 8px;
	margin: 10px 0 20px 0;
	background-color: #fdfdfd;
	color: #666666;
	border: 1px solid silver;
	cursor: pointer;
	font-weight: bold;
}



ul, ul li, ol, ol li {
	list-style: none;
	color: #666666;

}
ul {
	padding: 0;
}
ul, ul li {
	margin: 0;
}
ul li, ul li a {
	float: left;
}
ul li a:link, ul li a:visited {

	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	background: #fff;

	border: 1px solid #499fdf;
	
	/* border: 1px solid #5a0832; */

	font-weight: bold;
	text-decoration: none;
	
	color: #499fdf;

/* 	color: #000; */
}
ul li a:hover {
	color: #FFF;
	background-color: #499fdf;
	
}
li.first {
	margin-left: 8px;
}

#topli {	
		padding-left: 28px;
    margin-top: 8px;
	background-image : url("../images/arrows3.gif");
	background-repeat: no-repeat;
	margin-left: -25px;
	line-height: 2em;
}

ol li {
	line-height: 1.5em;
	padding-left: 10px;
	padding-bottom: 10px;
}
/*
ol li a, ol li span {
	display: block;
	margin-left: -12px;
}
*/
ol li a, ol li span {

}

ol li span {
	font-weight: bold;
}
#header, #main {
	margin: 0px auto auto auto;
	width: 580px;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	background: #FFF;
}
#header {
	height: 120px;
	background: url(../images/title.png) no-repeat;
}
#footer {
	width: 580px;
	clear: left;
	margin: auto;
	padding: 40px 0 10px 0;
	text-align: center;
	line-height: 2em;
	color: #676767;
	font-size: 7pt;
	background: #FFF;
}
#footer a  {
	text-decoration: none;
	color: #ff9900;
	border-bottom: 1px dashed #ededed;
}
#footer a:hover{
	color: #ff6600;
	}
.api div {
	padding: 4px;
	width: 550px;
	margin: 0;
}
.api ul {
	margin-left: 30px;
}
.api ul, .api li {
	list-style: circle;
	float: none;
}


.clear {
	clear: left;
	margin: 10px 10px 10px 14px;
	padding: 12px 0 0 8px;
	width: 550px;
	color: #033;
	background: #FFF;
}
.hide{
	width: 550px;
	}
	
#question{
	

	font-weight: bold;
	border-left:5px solid #dddddd;
	padding-left: 10px;
	padding-top: 5px;

	}

#answer{
	
	border: 1px solid #dddddd;
	padding : 10px 0px 0px 0px;
	margin: 5px 0px 20px 25px;
	
	background: #fdfdfd;
	}
	

#list a{

	padding: 0px;
	margin-left: 0px;
	background: #fff;
	line-height: 1.5em;
	border: 0px;
	
	/* border: 1px solid #5a0832; */

	font-weight: normal;
	text-decoration: none;
	
	color: #ff9900;
	}
#list a:hover{
	color: #ff6600;
	text-decoration: underline;
	}
	
#back_top a{
float: right; 

font-size: 0.8em;

}