
body {
	font-family: "Lucida Grande", Ariel;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border:0px;
}

#content {
	
	background-color: rgb(255,253,239);
	border: 2px solid rgb(27,73,32);
	padding: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	width: 700px;
	margin:0px auto;
	
}

#downloadsheader {
	margin-right: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	width: 100%;
}

.normalweight {
	font-weight: normal;
}

.bitsmaller {
	font-size: 90%;
}

.emphasized {
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.circlebullets {
	list-style-type: circle;
}

.nobullets {
	list-style-type: none;
}

.downloadstable {
	font-size: 11px;
}

.downloadstable .downloadentry {
	/* line-height: 32px; */
	/* font-weight: bold; */
}

.downloadstable .downloadentry .left img {
	margin-left: 10px;
	vertical-align: middle;
	float: right;
}

.downloadstable .downloadentry .right img {
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

.downloadstable .left {
	text-align: right;
	padding-right: 6px;
}

.downloadstable .right {
	text-align: left;
	padding-left: 6px;
	font-weight: normal;
}

.downloadstable .header {
	font-size: 12px;
}

.downloadstable .divider {
	/* background-color: rgb(245,245,245); */
	width: 4px;
}

.downloadstable .downloadsspace {
	height: 12px;
}

