/* CSS Document */
html{
	height:100%;
}
body,table,td,p {
	color:#006BB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
body{
	background-color:#D6DEF0;
	margin:0px;
	padding:0px;
	height:101%;
}
h1{
	font-size:14px;
	font-weight:600;
	margin-top:4px;
	margin-bottom:10px;
}
h2{
	font-size:13px;
	font-weight:100;
	margin-top:3px;
	margin-bottom:3px;
}
.small{
	font-size: 9px;
}
.white{
	color:#FFFFFF;
}
.black{
	color:#000000;
}
.darkblue{
	color:#041C4F;
}
li{
	list-style-type: square;
}
	