/* Table formatting */

#mytable1{
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}

.table{
	width: 900px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

caption {
	text-align: right;
	font-style: italic;
	padding-bottom: 15px;
	padding-top: 5px;
}

th {
	color: #FFFFFF;
	text-align: left;
	background-color: #0161B6;
	border: 1px solid #333333;
	padding: 5px;
	width: auto;
	font-size: 0.8em;
}

td{
	padding: 5px;
	width: auto;
}


td.specspec {
	background: #fff;
	color: #000000;
	border: 1px solid #333333;
	line-height: 140%;
	font-size: .85em;
}

td.specspec:hover{
	background-color: #EDEDED;
}

td.alt {
	color: #000000;
	background-color: #FFCCCC;
	border: 1px solid #333333;
	line-height: 140%;
	font-size: 0.85em;
}

td.alt:hover{
	background-color: #FFCCFF;
}

th.spec {
	border: 1px solid #333333;
	color: #000000;
	background-color: #fff;
	text-align: left;
	font-size: .85em;
	font-weight: normal;
	line-height: 140%;
}

th.specalt {
	color: #000000;
	border: 1px solid #333333;
	background-color: #FFCCCC;
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 140%;
}
