body {
	/* Begin Typography & Colors */
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	background: #fff;
	color: #333;
	text-align: left;
	margin: 15px;
	padding: 15px;
	width: 600px;
	line-height: 2.2em;
	}

ul li {
	padding: 4px;
	margin: 4px;
	}

ul.list li, li.list {
	padding: 2px;
	margin: 1px;
	}

pre, code {
	font: 1.4em 'Courier New', Courier, Fixed;
	line-height: 1.6em;
	}
pre.code, ol li pre, ul li pre {
	font: 1em 'Courier New', Courier, Fixed;
	line-height: 2.2em;
	}

a {
	font-weight: 600;
	text-decoration: none;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1, h2 {
	font-size: 1.9em;
	color: #80002B;
	}

h2.pagetitle {
	font-size: 1.9em;
	}


h3 {
	font-size: 1.6em;
	}

h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.4em;
	}

h6 {
	font-size: 1.2em;
	}

body {
/*	font-size: .7em; */
	} 

p, ul, ol {
	font-size: 1.4em;	
}

ol ul, ul ul, ul ol, ol ol {
	font-size: 1.0em;	
}

a {
	color: #002B80;
	text-decoration: none;
	}

/* End Typography & Colors */





/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	color:#80002B;
	padding: 0;
	margin: 30px 0 0;
	}
h5 {
	color:#80002B;
	}


/* End Headers */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
/*	text-indent: -10px; */
	line-height: 1.4em;
	}


ol li {
	list-style: decimal outside;
	}

ol ul li {
	list-style: disc;
	}


/* ul ul li {
	margin-left: 0px;
	padding-left: 20px; 
	text-indent: -10px; 
	}
*/
/* End Entry Lists */



/* Begin Various Tags & Classes */


blockquote {
	font-weight:bold;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	}

.hidden {
	display: none;
	}

hr {
	/* vertical-align: center; */
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}

p.copyright {
	width: 65%;
        }
table {
	border: 0px solid #666666;
	width:95%;
	border-collapse: collapse;
}

td {
	border: 0px solid #666666;
	padding: 5px 10px 3px 3px;
}

th {
	border: 1px solid #666666;
	background-color: #eeeeee;
}

td.alignright {
	text-align: right;
	border: 1px solid #666666;
}

td.alignleft {
	text-align: left;
	border: 1px solid #666666;
}

td.aligncenter {
	text-align: center;
	border: 1px solid #666666;
}

table.stripe tbody tr.oddRow {
	border: 1px solid #666666;
	background-color: #f2f2f2;
}

table.stripe td {
	border: 1px solid #666666;
}
/* End Various Tags & Classes*/