/* CSS Document */

body{
	font-size: 14px; 
	font-family: Arial;
}

div.content{
	font-size: 14px; 
	font-family: Arial;
	text-align: left;
	vertical-align: bottom;
	width: 579px;
	float: left;
}

div.footer{
	text-align: center; 
	width: 100%; 
	padding: 2px;
	font-size: x-small; 
	position: relative;
}

p,span{
	
	margin-left: 10px;

}

span.heading{
	font-family: Arial;
	font-size: 16px; 
	font-weight: bold;
}

span.subheading{
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold;
}

span.subheading1{
	font-family: Arial;
	font-size: 14px; 
	color: red;
	font-weight: bold;
}

span.subheading2{
	font-family: Arial;
	font-size: 14px; 
	color: blue;
	font-weight: bold;
}

span.soft-type{
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: underline;
}

img.screenshot{
	height: 300px;
	width: 400px;
	
}

img.screenshot,
img.content{
	display: block;
    margin-left: 40px;

}

div.addtable{
	width: 496px; 
	height: 48px;
	margin: 0px auto; 
	border-width: 2px;
	border-style: solid;
	border-color: black;
}
		
div.addhead,div.addfield{
	font: 16px Arial,Helvetica,sans-serif;
	color: #000000;
	text-align: center; 
	float: left;
	height: 22px;
	vertical-align: middle;
}

div.addfield{
	font-weight: normal;
	background-color: #ffffff;
}

div.addhead{
	font-weight: bold;
	background-color: #cbcbcb;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-bottom-width: 2px
}
