table#tutorial_title {
	margin:0;
	padding:0;
	margin-bottom:10px;
	border-bottom:1px dotted #9aabba;
	height:18px;
	font:11px Verdana;
	vertical-align:middle;
}

#tutorial_title div {
	font-weight: bold;
	color:#405477;
	margin-top:3px;
	margin-bottom:3px;
}

#tutorial_title a.title:link { color:#405477; text-decoration: none; }
#tutorial_title a.title:visited { color:#405477; text-decoration: none; }
#tutorial_title a.title:hover { color:#405477; text-decoration: underline; }

#tutorial_title a:link { color:#8097a7; text-decoration: none; }
#tutorial_title a:visited { color:#8097a7; text-decoration: none; }
#tutorial_title a:hover { color:#8097a7; text-decoration: underline; }

div.doc {
	margin:10px auto 15px auto;
	width:75%;
	padding:15px;
	font:9pt Courier, 'Courier New', sans-serif;
	border: solid 1px #D1D7DC;
	color: #416177;
	background-color: #FAFAFA;
}


span.error {color:red;}

.docDescription, .description {
	font-size: 8pt;
	font-family: verdana,helvetica,arial,sans-serif;
}

.description dd {
	margin-bottom:10px;
}

.description a:link { color:#8097a7; text-decoration: none; }
.description a:visited { color:#8097a7; text-decoration: none; }
.description a:hover { color:#8097a7; text-decoration: underline; }


code {
	font:8pt Courier, 'Courier New', sans-serif;
	color: #416177;
}

h3 {
	font:bold 14px Verdana;
	color:#006699;
	margin-top:30px;
	border-bottom: groove 1px #006699;
}

h2 {
color: #173756;
font-weight: bold;
font-family: Arial Cyr, Arial;
font-size: 12pt;
}

div.smallText {

	font-size: 10px;
}

.red {color:red;}
.green {color:green;}
.blue {color:blue;}


