/* specifies the default font */
body {
	font-family: sans-serif;	
}

/* to fix IE's habit of adding white space at the top and bottom of images */
img {
	vertical-align: top;
}

/* displays content in a 600 pixel wide column centered in the screen */
div.body {
	position: absolute;
	left: 50%;
	margin-left: -300;
	width:  600;
}


/* defines the navigation menu */

table.navmenu {
	font-size: small;
	font-weight: bold;
	color: white;
	border-top: 0 none black;
	border-bottom: 0 none black;
	border-right: 0 none black;
	border-left: 0 none black;
	height: 20;
	width: 600;
	text-align: center;
	text-decoration:  none;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: black;
	vertical-align: top;
}
td.navmenu {
	background-color: black;
	border-right: 1px dotted silver;
	border-left: 1px dotted silver;
	border-spacing: 0;
}	
tr.blankrow {
	height: 5;
	background-color: black;
	border-spacing: 0;
}
td.rightnavmenu {
	background-color: black;
	border-right: 0 none black;
	border-left: 1px dotted silver;
	border-spacing: 0;
}
td.leftnavmenu {
	background-color: black;
	border-left: 0 none black;
	border-right: 1px dotted silver;
	border-spacing: 0;
}

table.navmenu a:link {
	color: white;
	text-decoration:  none
}

table.navmenu a:active {
	color: red;
}

table.navmenu a:visited {
	color: white;
	text-decoration:  none
}

table.navmenu a:hover {
	color: silver;
}

small.footnote {
	font-size:  x-small;
	vertical-align: baseline;
}

small.footnote a:link {
	text-decoration:  none;
	color: #000D8B;
}
small.footnote a:visited {
	text-decoration:  none;
	color: silver;
}
small.footnote a:active {
	text-decoration:  none;
	color: red;
}
small.footnote a:hover {
	text-decoration:  none;
	color: blue;
}

small.footnote img {
	vertical-align:  middle;
}.right_justify {
	text-align: right;
}

