/**
 * Main Equinox CSS file
 * $Id: main.css,v 1.1 2002/01/19 15:36:04 dejan Exp $ 
 */
BODY {
	/* Scrollbar properties are only supported by Internet Explorer 5.5 */
	color:#660000;
	font-family:"MS Sans Serif",Geneva,sans-serif;
	text-align:left;
	scrollbar-3d-light-color:#999999;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#666666;
	scrollbar-dark-shadow-color:#999999;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
	background:white;
}

A:HOVER {
	color:#996600;
}

TABLE.head {
	width:100%;
	border-bottom:2px solid Black;
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:Black;
	border-right:1px solid Black;
	background:#CCCC99;
	background-color: #CCCC99;
}

TABLE.main {
	/* main table */
	background:#FFFFFF;
	background-color: #FFFFFF;	
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font : "MS Sans Serif", Geneva, sans-serif;
	font-size : medium;
}

TABLE.footer {
	width:100%;
	border-bottom:2px solid Black;
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:Black;
	border-right:1px solid Black;
	background:#CCCC99;
	background-color: #CCCC99;
}

TD.cvsid {
	font : normal 10pt "Courier New", Courier, monospace;
	font-family : "Courier New", Courier, monospace;
	color : #000066;
	font-size : 10pt;
}

TD.ede {
	font : 24pt Garamond, "Times New Roman", serif;
	font-family : Garamond, "Times New Roman", serif;
	font-size : 24pt;
}