body{margin:0px;}


/* HEADER ---------------- */
#header a{color:white;text-decoration : none;}
#header a:hover {color:cyan;}
#header img {border : 0px solid #ffffff;}
#header td{
	background-image : url(img/header.png);
	background-repeat: repeat-x;
	background-position: center;
}

/* PAGETITLE ---------------- */


.title0{
	border : 1px solid #acacac;
	padding:0px 10px;
	margin:15px;
	font-weight:bold;
}

.title1 {
	background-color : #eaeaea;
	margin:20px;padding:5px 15px;
	
	font-weight:bold;
	border-left  : 8px solid #4d4d4d;
/*
	border-right  : 10px solid #454545;
	border-top : 1px solid #454545;
	border-bottom : 1px solid #454545;
*/
	font-size:90%;

}


.title2 {
	background-image : url(img/bg1.png);
	margin:20px;padding:5px 15px;
	color:white;
	
	border-left  : 8px solid #000000;
	border-right  : 8px solid #000000;
	border-bottom : 1px solid #454545;
	border-top : 1px solid #454545;
	font-size:90%;
}


.data1{
	font-size:80%;
	margin:20px 40px;
}

.data1 td{
	font-size : 80%;
}

.data2{
	margin:20px 40px;
}



.backMenu{
	font-size : 70%;
	text-align: right;
	margin-right : 20px;
}

.toc_li {
	font-size:80%;
	margin-left : 30px;
}

.toc_li ul{
	list-style-image : url(img/arrow_s.png);
}

.mark { font-size:70%; margin : 10px 30px;}

.copyright{
	text-align:right;
	font-size : 90%;
	color : white;
	background-color : #343434;
	padding : 3px;
	padding-right : 30px;
}

.topToc{
	background-color : #eaeaea;
	margin : 10px 50px 20px 50px;
	padding: 10px;
	font-size : 80%;
	text-align:center;
}

.tocTitle{
	background-image : url(img/dotline.png);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom : 5px;
}

.tocData{}
.tocData ul{list-style-type:square;margin-top : 10px;margin-left:25px;}

.tocData a{text-decoration : none;color:blue;}
.tocData a:hover{text-decoration : underline;color:deeppink;}

.backGuideTop{
	text-align:center;
	margin-bottom:20px;
}