body { margin: 0;
	background-image: url('images/osi_watermark.gif');
	background-position: right;
	background-attachment: fixed;
}
td.bodyDiv {
	border-right: 0px;
}
td.leftDiv {
	display: none;
}
div.divTop {
	display: none;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
table.body {
	width: 650px;
	border-collapse: collapse;
	empty-cells: show;
	height: 100%;
	border-right: 6px solid #000080;
	}


td { vertical-align:top; background-color: #ffffff;}
td.topLeft { width: 150pt;}
td.links { width: 150pt; 
		border-right: 6px solid #000080;
		background-image: url('images/texture-dark-blue.gif');
	}

td.body { background-color: #ffffff;}

p.pbottom {
	padding-bottom: 10px;
}
p.error {
	border: 2px solid #800000;
	padding: 5px;
	background: #FFB6C1;
	color: #800000;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
p.links { 
		width: 150px; 
		text-align: center; 
		background: #DCDCDC;
		margin-left: 15px;
		margin-right: 15px;
		font-family: arial;
		font-weight: bold;
		font-size: 12px;
		padding-top: 2px;
		padding-bottom: 2px;
		cursor: default;
		border: 2px solid #000000;
		margin-bottom: 0px;
		margin-top: 0px;
}
p {
	font-family: arial,sans-serif;
	font-size: 12px;
}
p.credits { display: none; }

p.heading1 {
	background-image: url("images/small-head.gif");
	background-repeat: repeat-x;
	font-weight: bold;
	margin: 0px;
	margin-top: 4px;
	color: #efefef;
	height:15px;
	padding-left: 2px;
	padding-right: 2px;
	
}
p.nomargin {
	margin: 0px;
}
div.rightDiv p.nomargin { 
	border-bottom: 1px dotted #000080;
}
img { border: 0px; }
/* hyperlinks */	
	a { color:#000000; border: 0px;}	
	
	a.times:link { color: white; text-decoration: none; }
	a.times:active { color: white; text-decoration: none;  }
	a.times:visited { color: white; text-decoration: none; }
	
	a.whitelink:link { color: white; text-decoration: underline; }
	a.whitelink:active { color: white; text-decoration: underline; }
	a.whitelink:visited { color: white; text-decoration: underline; }
	a.whitelink:hover { color: red; text-decoration: underline; }
	
	a:link { text-decoration: none;}
	a:active { text-decoration: none; }
	a:visited {  text-decoration: none; }
	a:hover {color: red; text-decoration: underline; }
	
/* From O'reilly */
#navsite { display: none; }


