.drawing {
	display: block;
	margin-left: 0;
	
}



/*tables*/

tbody {
	background-color: #FFFFFF;
}

th {
	background-color: #b8c8a8;
	/*-moz-border-radius-topright: 2em; -moz-border-radius-topleft: 2em;
	border-top-right-radius: 2em; border-top-right-radius: 2em;*/
}

th, td {
	font-size: 10px;
	padding: 1px;
	text-align: left;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

caption {
	padding-top: 12px;
}

td, tr {}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	width: auto;
}
caption {
	color: #993333;
	font-size: 12px;
	text-align: left;
	padding-bottom: 6px;
	}

.subheading {
	background-color: #b8c8a8;
}

.subheading1 {
	background-color: #E1E1E1;
	font-weight: bold;
}


.subheading2 {
	background-color: #FFCC00;
}


.subheading3 {
	background-color: #FF6600;
}

.subheading4 {
	font-weight: bold;	
}

.subheading5 {
	background-color: #6699FF;
}

.subheading6 {
	background-color: #FFCC33;
	background-image: url(images/uber.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.subheading7 {
	background-color: #33CCCC;
	
}

.subheading8 {
	background-color: #FF9900;
	
}

.subheading9 {
	background-color: #FF0000;
	
}

