body
{
	margin: 0px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}

.window
{
	font-family: Tahoma;
	font-size: 9pt;

	vertical-align: bottom;
	
	background-color: #D4D0C8;
	
	border-style: outset;
	border-width: 1px;
}

.header
{
	background-color: #000000;/*#000080; /*#1084D0;*/
	
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	
	vertical-align: center;
	text-align: left;
	
	height: 20px;
}

img { border-style: none; }