body {
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	background-image: url('images/bg.png');
}

img.badge {
	border:0;
	width:88px;
	height:31px;
	margin: 3px;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }

.timesheader {
	font-size: 18pt; 
}

a.hidelink {
	text-decoration: none;
	color: #000000;

}

.times_group {
	text-align: center;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	padding: 16px;
}

.times {
	text-align: left;
	border: 1px dashed gray;
	padding: 8px;
	width: 200px;
	border-spacing: 0px;
	background: #f0edfe;
	word-wrap: 
}

.times td { 
	white-space: nowrap;
	overflow: hidden;
}

table.times td {
	padding-left: 7px;
	vertical-align: bottom;
}

td.name {
	color: #000000;
	font-style: italic;
	font-size: 11pt;
	text-transform: lowercase;
}

td.number, td.date, td.seconds {
	color: #444444;
	font-size: 8pt;
}

td.number {
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
	font-size: larger;
	color: #333333;
}

div.box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	width: 700px;
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid gray;
}

body {
	background-color: #dddddd;
}

#download {
	border: 1px solid gray;
	padding: 8px;
	background-color: #f0edfe;
	font-size: 10pt;
	margin: 8px;
}

.playnow {
	font-size: 18pt;
	color: #555555;
	text-align: center;
}

.sectionheader {
	font-size: 17pt;
	color: #555555;
}

.futrellsoftwaretitle {
	font-size: 36pt;
}

p, ul {
	font-size: 10pt;
}

ul {
	list-style-type: square;
}
	
.mainlinks {
}

