@media screen,print,all {
/******************************************************************************/
TABLE.Grid				{ border-collapse: collapse; }

TABLE.Grid THEAD TH,
TABLE.Grid TFOOT TH	{ font: 15pt Monda,sans-serif; border-left: 1px solid #AAA;
							  background: linear-gradient(to bottom, #606060, #404040); padding: 2px;
							  text-align: center; text-shadow: 6px 6px 4px #000; color: #DDD; }
TABLE.Grid THEAD TH:first-child,
TABLE.Grid TFOOT TH:first-child	{ border-left-width: 0px; }

TABLE.Grid TBODY TD	{ font: 13.5pt 'PT Sans',sans-serif; text-align: center; padding: 4px 10px;
							  color: #CCC; background-color: #282828; vertical-align: top;
							  border: 1px solid #4C4C4C; border-width: 1px 0px 0px 1px; }
TABLE.Grid TBODY TR:first-child TD { border-top-width: 0px; }

TABLE.Grid TBODY TH	{ font: 13.5pt 'PT Sans',sans-serif; text-align: right; white-space: nowrap;
							  background-color: #505050; color: #FFF; padding: 4px 10px;
							  border-bottom: 1px solid #AAA; }
TABLE.Grid TBODY TH:last-child,
TABLE.Grid TBODY TH:first-child	{ border-top: 1px solid #AAA; }

TABLE.Grid A,
TABLE.Grid A:Link,
TABLE.Grid A:Visited{ color: #FFFFFF; text-decoration: none; }
  DIV.List A.Show,
TABLE.Grid A.Show	{ color: #FFFFC0; }
  DIV.List A.Host,
TABLE.Grid A.Host	{ color: #C0FFC0; }
TABLE.Grid A:Hover	{ color: #FCF90E; text-decoration: underline; }

TABLE.Grid TD.Banner	{ text-align: center; font-weight: bold; color: black; }

DIV.List DIV	{ border: 1px solid #AAA; border-top-width: 0px; margin: 0px 0px 0px 30px; padding: 20px 0px 0px 0px; }
DIV.List H4		{ font: 21pt Monda,sans-serif; text-align: left; padding: 5px 30px; border: 1px solid #AAA;
	background: linear-gradient(to bottom, #606060, #404040);text-shadow: 6px 6px 4px #000; color: #DDD;
				margin: 20px 0px 0px 0px; }
DIV.List P	{ font-size: 14pt; margin: 0px 20px 15px 20px; padding: 0px; padding-left: 100px; text-indent: -106px; }
DIV.List B	{ display: inline-block; width: 110px; text-align: right; padding-right: 20px; }

}
/******************************************************************************/
@media (min-width: 1100px) {
	TABLE.Grid THEAD TH B,
	TABLE.Grid TFOOT TH B	{ display: inline; font-weight: normal; }
	TABLE.Grid THEAD TH I,
	TABLE.Grid TFOOT TH I	{ display: none; }
	TABLE.Grid TBODY TD		{ vertical-align: middle; }
}
@media (max-width: 1100px) {
	TABLE.Grid THEAD TH B,
	TABLE.Grid TFOOT TH B	{ display: none; }
	TABLE.Grid THEAD TH I,
	TABLE.Grid TFOOT TH I	{ display: inline; font-style: normal; }
	TABLE.Grid TBODY TD		{ vertical-align: top; }
}
@media (max-width: 970px) {
TABLE.Grid TBODY TH,
TABLE.Grid TBODY TD	{ padding: 4px 3px;	font-size: 13pt; }

}
@media (min-width: 760px) {
	TABLE.Grid	{ display: table; }
	DIV.List	{ display: none; }
}
@media (max-width: 760px) {	/* minimize */
	TABLE.Grid	{ display: none; }
	DIV.List	{ display: block; }
	DIV.List P	{ }
}
@media (max-width: 660px) {
	DIV.List DIV	{ margin-left: 15px; }
	DIV.List H4		{ font-size: 18pt; }
	DIV.List B 		{ width: 105px; }
}
/******************************************************************************/
