body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	color:#333333;
}

a{
	color: #FF9900;
	font-size: 14px;
}

h1 {
	color: #666666;
	font-size: 18px;
	margin-top:10px;
}
h2 {
	color: #999999;
	font-size: 16px;
}

hr {
	border-width: 1px;
	border-color: #d7d7d7;
	border-style: dashed;
}
p{
	font-size: 14px;
}
ul{
	font-size: 14px;
}
.tutorial_table {

	width: 646px;
	border-width: 0px;
	padding: 5px;
	background-color: white;
	position:absolute;
	left: 50%;
	margin-left: -323px;
	
}
.caption {
	color: #9a9a9a;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}
.image_detail {
	border-color: #dcd9dd;
	border-width: 1px;
	border-style: dashed;
}
.important {
	border-color: #68acff;
	border-style: dotted;
	border-width: 1px;
	padding: 10px;
	color: #5997c1;
	background-color: #bcf3ff;
	font-size: 16px;
}

