@charset "UTF-8";
/* CSS Document */

h1 {
	font-size:16px;
	margin:10px 0;
	padding:0;
}

h2, h3 {
	font-size:12px;
	margin:10px 0 0 0;
	padding:0;
}

p {
	margin:0;
	padding:0;
	line-height:18px;
}


a {
   color: #000000;
	text-decoration: none;
}

br {display:none}

/* programs page print */
#body_print {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid 1px #000000;
	width: 600px;
	padding: 15px;
	background: transparent none;
	float: none;
	color: black;
	margin:0 auto;
}

#header_print {
margin:0 auto;
display:block;
text-align:center;
padding:0 0 10px 0;
border-bottom: dotted 1px #000000;
font-size:12px;

} 

#screenshot {
	width:210px;
	float:left;
}

#outline {
	width:260px;
	float:left;
}

.screenshot_img {
	border:0;
	margin:0 0 15px 0;
} 

#outline {
	margin:0 0 15px 0;
}

.title, .demo_title, .options_title {
	font-weight:bold;
}

#program_page_left_content {
	clear:both;
	margin:0 0 10px 0;
}

#demo_box, #options_box, #system_box {
	margin:0 0 10px 0;
}


#program_page_left_content ul, #program_page_left_content ol {
	margin:0;
	padding:0 0 10px 20px;

}

#program_page_left_content ul li {
list-style-type:disc;

	margin:0;
	padding:0;
	line-height: 18px;
}

#program_page_left_content ol li {
	list-style-type:decimal;
	margin:0 0 0 10px;
	padding:0;
	line-height: 18px;
}


#icons_box {
	display:none;
}



#productsbottom_footer_print {
font-size:10px;
display:block;
border-top: dotted 1px #000000;
text-align:center;
padding-top:10px;
margin:10px 0 0 0;
}

/*Terms accept print (English Online)*/
p.subheader {
	text-decoration:underline;
	margin:0;
	padding:0;
	line-height:18px;

}

ul.sublist_num_upper {
	margin:0;
	list-style-type: upper-roman;
	line-height:18px;

}

ul.sublist_num_lower {
	margin:0;
	list-style-type: lower-roman;
	line-height:18px;

}
ul.sublist_abc{
	margin:0;
	list-style-type: lower-roman;
	line-height:18px;

}



