@charset "UTF-8";

ul,ol,dl,p,h1,h2,h3,h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	color: #000000;
	line-height:150%;
}

ul ul,ul ol,ol ul,ol ol {
	margin-top: 0;
	margin-bottom: 0;
	line-height:150%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size:150%;  
    margin: 0;
	color: #006699;
    font-weight: normal;	
}

h3 {
	font-size: 100%;
	color: #000066;
	font-weight:normal;
}

h4 {
	font-size: 100%;
	color: white;
	text-decoration: none;
	font-weight:normal;
}

h5 {
	font-size: 80%;
	color: gray;
	text-decoration: none;
	font-weight:normal;
	border-top: 1px solid #DEDEDE;
}

h6 {
	font-size: 110%;
	color: #000099;
	text-decoration: none;
}


a,a:link,a:visited,a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

code,pre {
	font-family: Verdana, Arial, Helvetica, sans-serif, Helvetica, sans-serif, helvetica, lucida, sans-serif;
}

label {
	cursor: pointer;
}

table {
	font-size: 100%;
}

td,th {
	vertical-align: top;
}

body {
	font-size: 100.1%;
}

p, p:link {
  line-height:150%;
}