body {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10px;
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

#wrapper {
	padding-top:25px;
	padding-bottom:25px;
	text-align: center;
	margin: 0 auto;
	width: 600px;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.25em;
	color: #646464;
}

br {
	line-height: 5px;
}

h2, h1 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #828282;
}

sup {
	font-size: 9px;
	color: grey;
}

a, a:visited, a:active, a:hover {
	color: #CC6600;
	text-decoration: none;
	border-bottom: 1px dotted #BB6633;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	/*margin: 10px 0;*/
}

img, a.img, a:visited.img, a:active.img, a:hover.img {
	border: 0;
}

/* Table Stuffs */

tr.row {
	background-color:none;
}

tr.row-hover {
	background-color: #DDEDFB;
}

table.header td {
	
	color: #FFFFFF;
	vertical-align:middle;
	
}

table.header td a, table.header td a:visited, table.header td a:active, table.header td a:hover {
	font-family: Comic Sans MS;
	color: #FFFFFF;
	vertical-align:middle;
	text-decoration: none;
}

td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	vertical-align:middle;
}

form td {
	padding:2px;
}

td.content, div.content {
	background-color: #DC8D50;
}

div.content-ends {
	background-color: #DC8D50;
	font-size: 0;
	height: 6px;
}

div.content-sides {
	background-color: #DC8D50;
	font-size: 0;
	width: 6px;
}


div.content-ends-white {
	background-color: #FFFFFF;
	font-size: 0;
	height: 6px;
}

div.content-sides-white {
	background-color: #FFFFFF;
	font-size: 0;
	width: 6px;
}

td.content-white, div.content-white {
	background-color: #FFFFFF;
}

div.content-ends-head {
	font-size: 0;
	height: 6px;
}

div.content-sides-head {
	font-size: 0;
	width: 6px;
}

td.data {
	border:1px dashed #CCCCCC;
	padding:2px;
	vertical-align:top;
}

td.content-head {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

td.meat {
	line-height: 1.4em;
}

/*  -------------------
	CONTENT CORNERS
-------------------  */

span.blue-topleft {
	background-image: url("images/corners-left-white.gif");
	height: 6px;
	width: 6px;
	text-align: center;
	background-repeat: no-repeat;
	float: left;
}

span.blue-topright {
	background-image: url("images/corners-right-white.gif");
	height: 6px;
	width: 6px;
	background-repeat: no-repeat;
	float: right;
}

span.blue-bottomleft {
	height: 6px;
	width: 6px;
	background-image: url("images/corners-left-white.gif");
	text-align: center;
	background-position: 0px -6px;
	background-repeat: no-repeat;
	float: left;
}

span.blue-bottomright {
	height: 6px;
	width: 6px;
	background-image: url("images/corners-right-white.gif");
	background-position: 0px -6px;
	background-repeat: no-repeat;
	float: right;
}

/* for white */

span.white-topleft {
	background-image: url("images/corners-left.gif");
	height: 6px;
	width: 6px;
	text-align: center;
	background-repeat: no-repeat;
	float: left;
}

span.white-topright {
	background-image: url("images/corners-right.gif");
	height: 6px;
	width: 6px;
	background-repeat: no-repeat;
	float: right;
}

span.white-bottomleft {
	height: 6px;
	width: 6px;
	background-image: url("images/corners-left.gif");
	text-align: center;
	background-position: 0px -6px;
	background-repeat: no-repeat;
	float: left;
}

span.white-bottomright {
	height: 6px;
	width: 6px;
	background-image: url("images/corners-right.gif");
	background-position: 0px -6px;
	background-repeat: no-repeat;
	float: right;
}

form {
	display: inline;
}