@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
}

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background:white;
}

td{
	vertical-align:top;
	color:black;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#404675;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#404675;
	font-size:28px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h2{
	color:#404675;
	font-size:16px;
	margin:12px 0px 12px 0px;
	padding:0px;
	font-weight:normal;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
}


p{
	margin:12px 0px 12px 0px;
	line-height: 20px;
	text-indent:20px;
}

li{
	padding-bottom:10px;
}