body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #fff;
	}
h1, h2, h3, h4, h5, h6 {

	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	letter-spacing:1px;
	font-size: 19px;
	color: #FFF;
	}
h2 {
	font-size: 115%;
	}

h3 {
	font-size: 105%;
	}
h4 {
	font-size: 95%;
	}
h5 {
	letter-spacing:1px;
	font-size: 19px;
	
	}	
a {
color:#006;
}


#logo {
	padding: 20px;
	border-bottom: 3px double #000;
	background-color: #006699;
	background-image:  url("images/mine.gif");
}
#wrapper {
	padding:20px;

}
#footer p, #wrapper p{
	width:475px;
	line-height: 15px;
}
#footer {
	margin-top: 30px;
	padding: 10px 20px 30px;
	color:#666666;
	border-top: 1px solid #666;
	font-size: 95%;
	background-color: efefef;
}

.container {
	padding: 10px 10px;
	margin:0;
	margin: 0;
	background: #fff;
	}
#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color:#006699;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #036;
	padding-bottom: 2px;
	background: #fff;
	color: #036;
}
	
#toc td {
padding:5px;
border-bottom: 1px solid #ddd;
}
#toc p {
color:#000;
font-size:120%;
line-height:105%
}

/* action for dowload or comment*/
#actions {
width:200px;
list-style-type:none;
}

#actions li { 
	float: left;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#actions a {
	float: left;
	display: block;
	padding: 6px 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px !important;
	color: #666;
}

#actions #comment a {
	padding-left: 20px;
	background:  url("images/comment.gif") no-repeat top left;
}
#actions #download a {
	padding-left: 20px;
	background:  url("images/download.gif") no-repeat top left;
}
#actions a:hover {
	color: #000;
}
