html,body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
body 
{
	background-color: #FFFFFF
}
body, td, th, div, span, input, select, a, a:visited, a:hover
{
	color: #01014B;
	font-size: 11px;
	font-family: Verdana, serif;
	font-weight: normal;
	text-decoration: none
}
a:hover 
{
	color :#000000
}

img
{
	border: 0px
}
form
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px
}
table
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	empty-cells: show;
	table-layout: auto;
	text-align: left;
	vertical-align: top;
}
th, td
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	empty-cells: show;
	background-color: inherit;
	text-align: left;
	vertical-align: top;
}

img.emptypix
{
	width: 1px;
	height: 1px
}
img.progress
{
	width: 13px;
	height: 13px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 3px;
	margin-right: 4px;
}

input.text
{
	width: 95px;
	height: 16px;
	border: 1px solid #01014B;
}
select
{
	border: 1px solid #7F9DB9;
	margin: 0px;
	padding: 0px;
}
textarea.text
{
	border: 1px solid #01014B;
}
.fontbold
{
	font-weight: bold;
}

