body {
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust:none ;
}

div.content {
	margin: 0px;
	padding: 0px;
	padding-bottom: 14px;
	background-color:#484848;
}

h1 {
font-size: 150%;
font-family: Verdana;
color: white;
margin: 0px;
padding: 10px;
text-align: center;
background-image: -webkit-gradient(linear, left top, left bottom, from(#009999), to(#99FFFF));
}

h2 {
	margin: 0px;
	padding: 10px;
	background-color: #484848;
	color: white;
	text-align: center;
	font-size: 135%;
}

div#details {
	padding: 8px;
}

div#text {
	padding: 0px 10px 10px 10px;
}

div#email {
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	background-color: white;
}

ul.rounded {
	margin: 0px 10px 17px 10px;
	
	font-weight: bold;
	background-color: white;
	
	border-width: 1px;
	border-style: solid;
	border-color: rgb(217,217,217);
	
	-webkit-border-radius: 8px;
}

ul.rounded > li:last-child {
	border-bottom: 0;
}

tr {
	border-bottom: 1px solid rgb(217,217,217);
	color: #009999;
	padding-right: 5px;
	padding-left: 5px;
	height:39px;
	line-height: 39px;

}

li {
	list-style-type: none;
    text-overflow: ellipsis;
	border-bottom: 1px solid rgb(217,217,217);
	color: #009999;
	padding-right: 20px;
	padding-left: 10px;
	height:39px;
	line-height: 39px;
}


ul#main {
	text-align: center;
	margin: 0px;
	padding: 8px 0px 8px 0px;
}

li#main {
	list-style-type: none;
	display: inline;
	color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	border: 0;
}



a {
	display: block;
	text-decoration: none;
	color: black;
	background-image: url(img/chevron.png);
	background-repeat: no-repeat;
	background-position: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a#email {
	display: block;
	text-decoration: none;
	color: black;
	background-image: url(img/none.png);
	background-repeat: no-repeat;
	background-position: right;
	}

a#main {
	display: inline;
	text-decoration: none;
	color: black;
	background-image: url(chevron.png);
	background-repeat: no repeat;
	background-position: right;
	white-space: nowrap;
	overflow: hidden;
}

a#h2 {
	display: inline;
	text-decoration: none;
	color: white;
	background-image: url(chevron.png);
	background-repeat: no repeat;
	background-position: right;
	white-space: nowrap;
	overflow: hidden;
}


div.cover-image {
	padding: 0px;
	text-align:center;
}

span {
	font-weight: normal;
	float: right:
	margin-right: 10px;
}

p.description {
	margin: 10px;
	padding: 14px;
	background-color: #99FFFF;
	color: black;
	-webkit-border-radius: 8px;
}

