body
{
	font-family: "Times New Roman","Times Roman",serif;
	background: #fff;
	color: #000;
}
#sitename
{
	font-size: 1.8em;
	font-weight: bold;
}
#menu, #flags, #foot_menu, #left_menu, #balon, #motto, #micron_desc, #hp_left
{
	display: none;
}
h1
{
	font-size: 1.6em;
}
img
{
	border: none;
}
/*** tables ***/
table
{
	
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0;
}
th
{
	color: #0e76bc;	
	padding: 3px 5px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #e6e6e6;
	
}
td
{
	padding: 0px 5px;
	border: 1px solid #e6e6e6;
	
	font-size: 13px;
}
td.recap
{
	font-weight: bold;
}
td.cart
{
  border-bottom: 1px solid #000;
  font-size: 12px;
}
tr.color
{
	background: #eaf4ff;
}
tbody tr:hover
{
  background: #cecece;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}

