body 
	{
	background: #f3f7ff;
	font-family: "Times New Roman", serif;
	font-size: 100%;
	}
img
	{
	border: none;
	}
#div_main 
	{
	width: 680px;
	margin: 0 auto;
	padding: 20px;
	/*border: 1px solid green;*/
	background: white;
	overflow: hidden;
	}
#header
	{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	/*border: 1px solid green;*/
	}
#h_pic
	{
	position: relative;
	float: left;
	width: 250px;
	/*border: 1px solid black;*/
	}
#h_info
	{
	position: relative;
	float: left;
	width: 350px;
	top: 5px;
	/*border: 1px solid black;*/
	}
#h_info h1, #h_info h2
	{
	text-align: center;
	margin: 5px 0;
	}	
#h_util
	{
	position: absolute;
	float: left;
	left: 620px;
	top: -10px;
	width: 60px;
	/*border: 1px solid black;*/
	}
#main_part 
	{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid green;
	/*border: 1px solid black;*/
	}
#main_part p, #main_part h4 
	{
	padding-left: 20px;
	padding-right: 20px;
	}
.t_title
	{
	background: #edf6d1;
	text-align: left;
	font-size: 110%;
	padding-left: 5px; 
	/*border: 1px solid black;*/
	}
#footer
	{
	height: 60px;
	width: 100%;
	clear: both;
	/*background: #edf6d1;*/
	border-top: 1px solid #006600;
	}
.docs
	{
	position: relative;
	float: left;
	height: 25px;
	width: 540px;
	left: 140px;
	padding: 4px 0px;
	}
.left_c
	{
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding: 3px 10px;
	/*border-top: 1px solid green;*/
	}
.right_c
	{
	position: relative;
	float: left;
	width: 320px;
	text-align: right;
	padding: 3px 10px;
	/*border-top: 1px solid green;*/
	}
h1
	{
	font-size: 80%;	
	font-weight: normal;	
	}
h2
	{
	font-size: 80%;
	font-weight: normal;
	}
h3
	{
	font-size: 100%;
	/*font-weight: bold;*/
	}
a:link {color: blue}
a:hover {color: #483D8B}
span.f
	{
	color: #006699;
	}
span.b
	{
	color: #A52A2A;
	font-style:italic;
	}
span.m
	{
	color: #006600;
	font-style:italic;
	font-weight: bold;
	}
span.t
	{
	color: #008000;
	font-weight: bold;
	}
span.v
	{
	color: #4B0082;
	font-style: italic;
	}
span.a
	{
	font-size: 100%;
	font-weight: bold;
	color: red;
	}
.control, .inf_sec
	{
	font-weight: bold;
	font-style: italic;
	}
.ref_index
	{
	margin-top: -18px;
	text-align: center;
	}
.ref_comp
	{
	margin-top: 40px;
	}
ol.ii
	{
	list-style-type: lower-roman;
	}
ul.sq
	{
	list-style-type: square;
	}
.statwin 
	{
	font-size: 110%;
	}