body {
	width:100%;
}
body, th, td {
	font-family: sans-serif;
	font-size: 0.9em;
}

.noprint {
	display: none;
}

a, a:link, a:visited {
	color: #999999;
}
img {border:none; }

hr    {height:2px; color: #999999;}

h1 {	font-size: 2.0em;}
h2, h3, h4 {font-size: 1.5em;}

#index-left {display: none;}

#mouseovers {display: none;}
#a {display: none;}
#c {display: none;}

/* TABLE
	*/
TABLE.style-table-noncenter  TD {
	BORDER-RIGHT: #E5E5E5 1px solid; 
	BORDER-TOP: #E5E5E5 1px solid; 
	BORDER-LEFT: #E5E5E5 1px solid; 
	BORDER-BOTTOM: #E5E5E5 1px solid;
	padding:2px; 
}
TABLE.style-table-noncenter  TH {
	BORDER: #E5E5E5 2px solid;
	background-color:white;
	padding:3px 2px 3px 5px;
}
TABLE.style-table-noncenter  {
	BORDER-COLLAPSE: collapse; BORDER: #E5E5E5 1px solid; margin-top:10px
}


TABLE.style-table  TD {
	BORDER-RIGHT: #E5E5E5 1px solid; 
	BORDER-TOP: #E5E5E5 1px solid; 
	BORDER-LEFT: #E5E5E5 1px solid; 
	BORDER-BOTTOM: #E5E5E5 1px solid;
	padding:2px; 
	text-align:center
}
TABLE.style-table  TH {
	BORDER: #E5E5E5 2px solid;
	background-color:white;
	padding:3px 2px 3px 5px;
	text-align:center
}
TABLE.style-table  {
	BORDER-COLLAPSE: collapse; 	BORDER: #E5E5E5 1px solid; margin-top:10px
}
