body {
	left: 0px;	top: 0px;	border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;
	margin: 0px;	padding: 0px;  
}

img {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; 
	padding-bottom: 0px; padding-left: 0px; left: 0px; top: 0px; clip:  rect(   ); 
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

p, td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 { /*  same as blue_bb  */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

/* main menu navigation styles	*/
.main_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-image: url(images/button-oval-blk.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
.main_menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-image: url(images/buttonon-oval-blk.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
.main_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a.main_menu_link:hover {
	color: #AA0000;
	text-decoration: underline;
}

/* sub menu navigation styles	(row below mein menu) */
.sub_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-image: url(images/button-oval-red.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}

.sub_menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-image: url(images/buttonon-oval-red.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}

/* navigation frame styles	*/
.nav_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	font-style: italic;
	background-color: #5F0000;
}
.nav_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	cursor: hand;
}
a.nav_menu:hover {
	background-color: #CC0000;
	text-decoration: underline;
}
.nav_menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFF66;
	cursor: hand;
	padding: 2px;
}
/* navigation (menu) list styles */
.nav_list_fmt {
	line-height:20px;
}
.nav_list_fmt td {	/* override td style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ainfo - contact link, alink - styled link, copy - copyright style	*/
.ainfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFCC00;
}
.alink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
.copy-rt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/* button styles (back/next)	btnon - enabled, btnoff - disabled, text  */
.btnon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #DDDDDD;
	cursor: hand;
	color: #000000;
	text-decoration: none;
}
.btnoff {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #DDDDDD;
	color: #999999;
	cursor: text;
}
.btntext {
	cursor: hand;
	text-decoration: none;
	color: #000000;
}

/* border styles... */
.border_up {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #440000;
	border-bottom-color: #440000;
	border-left-color: #999999;
}
.border_dn {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
}

/* misc. styles	*/
.glossary {
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
}
/* line-height 24 style	*/
.lh24 {
	vertical-align: middle;
	margin-bottom: 10px;
}

/* color styles...
	1st char: s/n/b - small/normal/bold
	2nd char: n/b - normal/bold
*/
.rust_nb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
.red_nb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.green_nb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
.blue_bb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
.dkgreen_bb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	font-weight: bold;
}
.bg_dkgreen_nb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFDD;
	background-color: #003300;
}
.bg_green_nb {
	color: #FFFFF6;
	background-color: #005000;
	font-weight: bold;
}

