body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}

div#versions {
	margin: 10px;
	padding: 10px;
}


#versions h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	font-size: 14px;
	color: black;
	margin-top: -10px;
}

#versions h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	font-size: 12px;
	color: black;
	padding-top: 20px;
}

#versions p {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: black;
}

#versions p.norm {
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	font-size: 10px;
	color: black;
}

#versions img.screencast {
	float: left;
	top: -100;
	margin-right: 5px;
	margin-left: -10px;
}

#versions .singlescreen {
	clear:both;
	padding-bottom: 30px;
}

#versions .singlescreen p {
	padding-top:10px;
}

#versions .singlescreen p.norm {
	padding-top: 0px;
}

#versions ul { 
	margin-left: -10px; 
	margin-bottom: 0px;
 	margin-right: 0px; 
	margin-top: -8px; 
	padding-top: 0px; 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px; 
	line-height: 16px; 
	border-width: 0px; 
	padding-left: 30px; 
	padding-bottom: 0px; 
	padding-right: 0px; 
	color: #323232; 
	list-style-position: outside; 
	list-style-type: square;
}

#versions hr {
	margin-left: 0px;
	border-left-color: #bfbfbf;
	border-bottom-color: white;
	border-right-color: #bfbfbf;
	border-top-color: #bfbfbf;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	margin-top: 30px;
	width: 100%;
}
*/