/* Do not print */

.noprint, .header, .intro { display: none }

/* Body */
body
{
	font: 11pt/1.3 Constantia,  Palatino, "Palatino Linotype", "Lucida Fax", "Hoefler Text", Georgia, "Trebuchet MS", serif;
	color: black;
	background-color: white;
	text-align: left;
	margin-left: 12%;
	margin-right: 12%;
}

p+p {text-indent: 2em;}
abbr,acronym { border:none; text-decoration:none; font-style:normal; font-size:100%; }
dfn { font-style: italic; }
.spellchecker-test dfn { font-style: italic; font-weight: bold; }
code { font-family: Consolas, "TheSans-Mono", "Andale Mono", monspaced; }
i { font-style: italic; font-family: Corbel, "Gill Sans", "Trebuchet MS", Tahoma, sans-serif; }
i, cite { letter-spacing: .1em; }

/* Top/bottom margin control */

p { margin-top: 0; margin-bottom: .6em}
h2, h3, h4 { margin-bottom: 0; margin-top: 1.5em }
h1 { margin-top: 0; margin-bottom: 0 }
ul, ol { margin-top: 0;  padding-top: 0}
.main h2 { margin-top: 0; margin-bottom: 1em}

/* ins del */

ins.ed, ins.ed-noprint, ins.print-plain
{
	display: inline;
	color: black;
	background: #CCC;
	font-size: 95%;
	border: none;
	text-decoration: none;
}

del { color: #333 }

abbr, acronym
{
	border-bottom: 1px dotted #999;
	text-transform: none;
}

blockquote
{
	font-family: Corbel, "Lucida Sans", "Lucida Grande", /*Verdana,*/ Trebuchet, "Trebuchet MS",  sans-serif;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 90%;
	text-align: left;
	line-height: 1.4em;
	border-left: 3px solid #CCC;
	padding-left: 15px;
}


code { font-family: Consolas, "TheSans-Mono", "Andale Mono", monspaced; }

h1
{
	font-family: Calibri, "Segoe Sans", "Lucida Grande", "Lucida Sans", Lucida,  "Bitstream Vera Sans",  Trebuchet, "Trebuchet MS",    sans-serif; 	
	font-size: 120%;
	color: black;
	background: white;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 0em;
	text-decoration: none;
	border: none;
}

h2
{
	font-family:  Cambria, "Hoefler Text", "Palatino Linotype", Palatino, "Trebuchet MS", serif; 
color: rgb(5%,5%,5%);
	font-size: 125%;
	background: white;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 1.75em;
	text-align: left;
}

h3
{
	font-family:  Cambria, "Hoefler Text", "Palatino Linotype", Palatino,  "Trebuchet MS", serif; 
	font-size: 125%;
	background: white;
	color: rgb(10%,10%,10%);
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 1.5em;
	text-align: left;
}

h4
{	font-family: Calibri,   Trebuchet, "Trebuchet MS", sans-serif; 
	font-size: 110%;
	background: white;
	color: rgb(10%,10%,10%);
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 1.25em;
	text-align: left;
}




a:link
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: none;
    border-bottom: 1pt solid black;
}


a:visited
{
	color: black;
	background: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

a:hover, a:visited:hover
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: underline;
}

a:focus 
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed #FFCCCC;
}


.updated { font-size: 70%; text-align: right; }

/* Lists */
li, dt, dd { margin-top: 1ex; }
ol, ul, dl {margin-left: 2em}
.typei { list-style-type: lower-roman }
.none { list-style-type: none; }
