@charset "utf-8";
/* CSS Document */

html, body{
	/* layout */ margin: 0px; padding: 0px; font-size: 90%; }
p, th, td, ul, li, dd, dt, a{
	/* type */ font-family: Verdana, Geneva, sans-serif; font-size:1em; line-height:1.5em;	}
div {
	display:block; position:relative;	}

h1, h2, h3, h4, h5, h6 {
	/* layout */ margin:0px; padding:0px;
	/* type */ font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 4em; }
h2 { font-size: 3em; }
h3 { font-size: 2em ; }
h4 { font-size: 1.2em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.75em; }

a:link { color:#002A5C; text-decoration:underline; margin:0; padding:0 }
a:visited { border:0px; color: #235486; text-decoration:none; }
a:hover { border:0px; color: #002A5C; text-decoration:none; }
a:active { border:0px; color: #235486; text-decoration:none; }

hr { height: 1px; margin:0px 10px; padding:0px; position: relative; }
p, img { border:0px; line-height:1.5em; margin:0px; padding:0px; }
ul, li { margin:0px; padding:0px;	}
ul { list-style:none; }
sup {line-height:0px;	}
/* End Clear CSS Properties */
