body { 
	margin-left: 0;
	margin-top:	0;
	padding:	0;
color: #000000; 
/*background-color: #ECFFFF;*/
background-image: url(back1.gif);
font-family:  arial, sans-serif;
font-size: 10pt;
} 
/* lines below to set the width of the page - it messes up printing*/
/*div { 
max-width:640px;
width:expression(document.body.clientWidth > 640? "640px": "auto" );
}*/
div, p, th, td, li, dd, dl, dt  {
	/* redundant selectors to help NS4 not forget */
font-family:  arial, sans-serif;
font-size: 10pt;
} 
.backcolor { 
	/*sets background color in TABLE tag for all pages*/
/*background-color: #B9DCFF;*/
/*background-color: #E1FEFF;*/
background-color: #E1FEFF;
} 
.rightedge { 
	/*sets background color in main TD tag at the right edge or all pages*/
background-color: #B9DCFF;
}
.backimage { 
	/*sets background image in the main TD tag for all pages*/
background-image: url(back1.gif);
} 
.header { 
font-size: 13pt;
text-decoration: none;
font-weight: bold;
color: #000000;
}
a { 
text-decoration: underline;
color: #0000CC;
} 
a:hover { 
text-decoration: underline;
background-color: transparent;
color: red;
} 
a:visited { 
color: maroon;
} 
a:visited:hover { 
color: red;
}
.navbar { 
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #0000CC;
}
.navbar:visited { 
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #0000CC;
} 
.navbar:hover { 
text-decoration: none;
font-weight: bold;
background-color: transparent;
/*background-color: #00FFFF;*/
color: #CC0000;
}
.photobar { 
	/*sets photo navbar and crew navbar*/
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #F90000;
} 
.photobar:visited { 
	/*sets photo navbar and crew navbar*/
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #F90000;
} 
.photobar:hover { 
text-decoration: underline;
background-color: #F90000;
background-color: transparent;
color: #F8F8F8;
color: #0000CC;
}

