body {
    padding: 0px; margin: 0px;
	font-family: arial, geneva, sans-serif;
	background-color: white;
	color: #000000;	
}
a:link {
	color: #1144cc;
}
a:visited {
	color: #b53333;
}
img,form {
	border: 0;
	padding: 0px;
	margin: 0px;
}
small {
	font-size: 85%;
}
p.trace {
	font-size: 85%;
	margin: 0px;
}
table.navbar {
	background: #6a98bf;
	border-collapse: collapse;
	border: #6a98bf 4px solid;
}
table.navbar td {
    border-left: #ffffff 1px solid;
    padding-left: 10px;
	font-size: 75%;
}
table.navbar a {
	text-decoration: none;
    margin-right: 10px;
}
table.navbar a:link, table.navbar a:visited {
	color: #ffffff;
}
table.navbar a:hover {
    text-decoration: underline;
}
table.leftcolumn td {
	padding: 5px;
	font-size: 68%;
}
table.botnav td {
	font-size: 68%;
	vertical-align: top;
	padding-right: 5px;
}
.botblock {
    width:728px;
    text-align:left;
    color:#333333;
	font-size: 68%;
	margin-bottom:2em;
}
td.lhead {
	background: #486992;
	color: white;
}
td.lform {
	text-align: center;
	padding-top: 70px;
}
p.note
{
	margin-left: 3.5em;
	padding: 1em;
	background: #e7ebee;
	font-size: 85%;
}
h1 {
	font-weight: normal; 
	font-size:180%; 
	margin-top: 0px;
}
h2 {
	font-size:150%;
	font-weight: normal; 
}
h3 {
	font-size:110%;
	font-weight: bolder;  
}
h4 {
	font-size:110%;
	font-weight: normal;  
}
hr {
	width: 100%;
	color: #6a98bf;
	height: 1px;
}
tr.lecnav {
	font-size: 70%;
}
table.std {
	text-align: center;
	font-size: 100%;
	border-collapse: collapse;
}
table.std td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid white;
}
table.std thead {
	background: #b7bbbe;
}
table.std tbody tr.odd {
	background: #e7ebee;
}
table.std tbody tr.even {
	background: #d7dbde;
}
table.lecnav
{
	width: 100%;
	font-size: 85%;
}
table.lecnav td.im
{
	width: 1%;
}
table.lecnav td.prev
{
	text-align:left;
	padding-left: 10px;
	padding-right: 100px;
	width: 49%;
}
table.lecnav td.next
{
	text-align:right;
	padding-left: 100px;
	padding-right: 10px;
	width: 49%;
}