@charset "utf-8";

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: "Trebuchet MS";
        font-size: 12;
	line-height: 1.8em;
	text-align: center;
	margin-top: 0;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #333333;
	border-color: #bbb;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 1px 0px 1px 0px;
	background-color: transparent;
        font-size: 16;
	}

a:visited {
	color: #333333;
	border-color: #bbb;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 1px 0px 1px 0px;
	background-color: transparent;
        font-size: 16;
	}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}

p {
	margin: 2.5em 0 1.8em 0;
	padding: 0;
	font-size: 12;
	}

h1 {
	font-family: "Trebuchet MS";
	font-size: 2.3em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin: 2em 0px .50em 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	}

h2 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin: 2em 0 1em 0;
	text-transform: uppercase;
	}

h3 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 1em;
	}

h4 h5 h6 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin: 2em 0 0 0;
	}

strong {
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

blockquote {
	font-size: 1em;
	margin: 2em 2em 2em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	}

blockquote strong {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: normal;
	text-transform: none;
}

cite {
	font-weight: normal;
	font-style: italic;
	}

img {
	margin-top: 5px;
	}


ul {
        font-size: 12;
	margin: 0 0 1.4em 0;
        list-style-type:none;
	}

li {
        margin: 1em 0 0 0;
        list-style-type:none;
	}


ul li.indent {
        text-indent:15;
        margin: 0 0 0 0;
        }


fieldset {
	border: 1px dotted #777;
	padding: 1em 1em .5em 1em;
	margin: 0 0 2.5em 0;
	}

legend {
	color: #aaa;
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

dt {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 .75em 0;
	letter-spacing: normal;
	text-transform: none;
	}
dd {
	margin: auto auto 3.5em 2em;
	}



/**** Classes *************************************************************/


dt:hover a.permalink {
	color: #eee;
	}


p.footnote {
	font-size: .91em;
	text-indent: -1em;
	padding-left: 1em;
}

#meter {
 text-align:right;
 position:relative; top:20}

span {
 font-family:Verdana, Arial, Helvetica, sans-serif}
.new {
 color:#f00;
 background:#ff0;
 font-size:10}