@charset "utf-8";
/* CSS Document */

html{
	font-size:100%
	}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#002059;
	font-size:80%;
	}
	
a:link{
	color:#002059;
	text-decoration:none;
	}
	
a:visited{
	color:#002059;
	font-weight:normal;
	text-decoration:none;
	}
	
a:hover,
a:active{
	color:#002059;
	font-weight:normal;
	text-decoration:none;
	}
	

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 0 5px 0;
	}
	
h1{
	font-size:150%;
	}
	
h2{
	font-size:140%;
	}

h3{
	font-size:130%;
	}

h4{
	font-size:120%;
	}
		
h5{
	font-size:110%;
	}
	
h6{
	font-size:100%;
	}
	
p{
	padding: 0 0 5px 0;
	}
	
ul{
	padding: 0 0 0 10px;
	}
	
li{
	list-style:square;
	}
	
