html {
	height: 100%;
	width: 100%;
	color: #000;
	font-size: 12px;
	background: #fff;
	color: #000;
	font-family: Verdana;
}

body {
vertical-align: middle;  
    /*
	position: relative;
	height: 100%;
	width: 100%;
	margin: auto;
	border: 0px solid black;	
*/
}

.textbox			{}

TABLE.list			{width: 100%; border: 1px solid black;
	margin-top: auto;
	margin-bottom: auto;
}

TR.head 			{height: 30px;}
TR.item				{height: 25px;}

TD.head 			{background: #ccc;}
TD.item 			{background: #ddd;}
TD.value 			{background: #eee;}

.center 			{text-align: center;}
.left 				{text-align: left;}
.right	 			{text-align: right;}
.bold				{font-weight: bold;}
.large				{font-size: 20px;}

A:link				{background: none; color: #000; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: none;font-weight: bold;}
A:active			{background: none; color: #000; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: none;font-weight: bold;}
A:visited			{background: none; color: #000; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: none;font-weight: bold;}
A:hover				{background: none; color: #666; font-size: 12px; font-family: Verdana, Helvetica; text-decoration: none;font-weight: bold;}

