@charset "UTF-8";
/* CSS Document */

/*Text*/
H1{
	color:#ffffff;
	font-weight:normal;
	font-size: 18pt;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 18pt;
    font-variant: small-caps;
    font-weight: bold;
}
	H1 a:link{
		color:#ffffff;
	}
	H1 a:visited{
		color:#ffffff;
	}
	H1 a:hover{
		color:#ffffff;
	}
	H1 a:active{
		color:#ffffff;
	}
H2{
	color:#04558a;
	font-weight:normal;
	font-size: 18pt;
    line-height: 18pt;
    margin: 20px 0px 5px 0px ;
    font-variant: small-caps;
    font-weight: bold;
}
H3{
	color:#FFFFFF;
	font-weight:normal;
	font-size:25px;
	margin: 0px 0px 0px 0px ;
	text-align: center;
	}
H4{
	color:#000000;
	font-size:24px;
	font-weight: bold;
	padding-top: 1px;
    padding-bottom: 1px;
    line-height: 28px;
}
H5{	
	color:#3b3b3b;
	font-size:16px;
	font-weight: bold;
    line-height: 16px;
	padding: 3px 0px 3px 0px;
}
H6{
	color:#000000;
	font-size:12px;
	line-height: 10px;
	border-bottom: 1px dotted #cccccc;
	padding: 3px 0px 3px 0px;
}
p{
	color:#000000;
	font-size:9pt;
	line-height: 18pt;
	font-weight: normal;
	padding-top: 3px;
    padding-bottom: 3px;
}
pre{
	float:left;
	width: 610px;
	color:#000000;
	background: url(../images/code_bg.png) top left repeat;
	font-size:12px;
	line-height: 30px;
	font-weight: normal;
	padding:5px 5px -2px 15px;
    font-family: "Courier", "Monaco";
    border: 1px #cccccc solid;
    margin: 0px 50px 0px 50px;
}
.example{
	float:left;
	width: 600px;
	background: #eeeeee;
	border: 1px #cccccc solid;
    margin: 0px 50px 0px 50px;
    padding:5px 5px 5px 5px;
}

ul{
}

ol{

}

li{
	list-style: disc inside;
	font-size:9pt;
	line-height: 18pt;
	font-weight: normal; 
	margin: 0px 0px 0px 10px;
	/* text-indent: 1.5em; */ 
}
	li li{
		list-style: circle inside;
		font-size:9pt;
		line-height: 14pt;
		font-weight: normal;
		text-indent: 3em; 
	}
#sidebar_content li{
	list-style: disc inside;
	font-size:12pt;
	line-height: 18pt;
	font-weight: bold; 
	text-indent: 1.5em; 
	color: #333333;
}