@charset "utf-8";
/* CSS Document */

/* Clear CSS Properties */

html, body{
	/* layout */ margin: 0px; padding: 0px; font-size: .9em; }

html, body, p, th, td, ul, li, dd, dt, a{
	/* type */ color:#06190b; font-family: Verdana, Geneva, sans-serif;  }

h1, h2, h3, h4, h5, h6 {
	/* layout */ margin:0px; padding:0px;
	/* type */ color:#134b22; font-family: Georgia, "Times New Roman", Times, serif; }

h1 { font-size: 2.5em; }
h2 { font-size: 1.5em; line-height:1.3em }
h3 { font-size: 1.2em ; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }
h6 { font-size: 12px; }

a:link { color:#134b22; text-decoration:underline; margin:0; padding:0 }
a:visited { border:0px; color: #597260; text-decoration:underline; }
a:hover { border:0px; color: #134b22; text-decoration:none; }
a:active { border:0px; color: #134b22; text-decoration:underline; }

hr { height: 1px; margin:0px 10px; padding:0px; position: relative; }
p, img { border:0px; line-height:1.3em; margin:0px; padding:0px; }
ul, li { margin:0px; padding:0px;	}



/* End Clear CSS Properties */

