html{
	height: 100%;
	font-size:13px;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	background: white;
	color:black;
}

body{
	height: 100%;
	font-size:13px;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	background: white;
	color:black;
}

a{
	color:#0C3265;
	text-decoration:underline;
}

a:hover{
	color:#0047A6;
	text-decoration:none;
}

table, td{
	font-size:13px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: black;
	line-height: 18px;
}

#li{
	list-style-image: url('/i/li.gif');
	list-style-position: outside;
	padding-bottom:4px;
}

table.info{
width:100%;
border-collapse: collapse;
border-spacing: 0.1em;
margin-bottom: 0em;
margin-top: 0em;
padding:5px;
background-color: white;
font-size:11px;
vertical-align: middle;
}

table.info td{
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-color: #AEAEAE;
	padding: 5px;
	text-align:center;
}

table.info th{
	font-weight:bold;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-color: #AEAEAE;
	padding: 5px;
	text-align:center;
	vertical-align: middle;
	background-color: #D3EBFF;
}

