/*Make Netscape happy by initializing the base font with this global declaration.*/
body, table, td, th, p, dl, form, menu, div, span { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 1.2;
	padding : 0;
}

/*OUTERMOST CONTAINER.*/
body {
	background-color : #153050;
}

table.main {
	border-style : ridge;
	border-color : white;
	border-width : 2;
}

/*LEFT SIDE OF PAGE*/
td.left {
	width : 225;
	vertical-align : top;
	background-color : white;
	padding : 0;
}
td.lefttext {
	color : black;
	padding-left : 3px;
	padding-right : 3px;
}
td.lefttextcenter {
	text-align : center;
}
td.leftnav {
	color : #092972;
	font-size : 12px;
	font-weight : bold;
	background-color : #dddddd;
	padding-left : 3px;
	padding-right : 3px;
}
.selected {
	background : white;
}
/*Development version: In-text links DO NOT BURN.*/
a.leftnav:link, a.leftnav:visited {
	color : #092972;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}
/*Production version: In-text links BURN.*/
/*
a.rightnav:link {
	color : #90ee90;
	font-weight : bold;
	text-decoration : none;
}
a.rightnav:visited {
	color : #6989d2;
	font-weight : bold;
	text-decoration : none;
}
*/
a.leftnav:hover {
	color : fuchsia;
	text-decoration : underline;
}

/*RIGHT SIDE OF PAGE*/
table.order {
	border-color : white;
	border-width : 1;
}

td.right {
	color : white;
	width : auto;
	vertical-align : top;
	background-color : #092972;
	padding-top : 0;
	padding-right : 10;
	padding-bottom : 10;
	padding-left : 10;
	border-style : solid;
	border-width : 1;
}
td.righttext {
	color : white;
	padding : 0;
}
td.formname {
	color : white;
	font-style : italic;
	text-align : right;
	width : 50%;
}
td.formvalue {
	color : black;
	text-align : left;
	width : 50%;
}
td.formvalue input {
	font-style : normal;
	font-size : 11pt;
}
ul {
	list-style-type : disc;
	color : white;
}
a.rightnav:link, a.rightnav:visited {
	color : #fff19d;
	font-weight : bold;
	text-decoration : none;
}
a.rightnav:hover {
	color : fuchsia;
	text-decoration : underline;
}
a.rightnavbright:link, a.rightnavbright:visited {
	color : lime;
	font-weight : bold;
	text-decoration : none;
}
a.rightnavbright:hover {
	color : fuchsia;
	text-decoration : underline;
}

/*MISCELLANY*/
h1 {
	text-align : center;
	font-weight : 600;
	padding-top : 10px;
}
h2 {
	text-align : center;
	font-weight : 500;
	padding-top : 10px;
}
h4 {
	color : white;
}
.attribution {
	text-align : right;
}
dt {
	font-weight : 600;
}
sup {
	font-size : 8pt;
	vertical-align : top;
	font-weight : 100;
}
