﻿
#page_content {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;

}



#mytable {
	width: 567px;
	padding: 0;
	margin: 0;
}



th {
	font: bold 11px "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	color: #23528D;
	border-right: 1px solid #C8D2DE;
	border-bottom: 1px solid #C8D2DE;
	border-top: 1px solid #C8D2DE;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 16px;
	background: #EDEDED;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C8D2DE;
	background: #EDEDED;
}


th.spec {
	border-top: 0;
	background: #fff;
	font: bold 11px "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
}