/* CSS Document */
/*
	Name: Ann Li
	Last updated date: Feb04/2004
*/

body{
	background-color: #999966;
}

td{
	font-family: Arial;
	font-size: 10pt;
	color: #2D130A;	
}

table.main{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

/* td cell properties */
td.leftnav{
	font-family: Times New Roman;
	font-size: 11pt;
	color: #2D130A;
	padding-left: 18px;
}
td.bottomnav{
	padding: 4px;
	font-size: 9pt;	
	color: #2D130A;
		
}

/* cell background property for the item list table's title bar */
td.titlebar{  
	background-color: #9E9E76;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 3px;		
}	
td.formtext{
	font-size:8pt;
}

/* navigation properties */
a.nav_left:link {
	color: #2D130A;
	padding: 2px;
}

a.nav_left:visited {
	color: #816B3F;
	padding: 2px;
}
a.nav_left:hover {
	color: #669966;	
	padding: 2px;
}

a.nav_bottom:link {
	color: #2D130A;
	padding: 2px;
}

a.nav_bottom:visited {
	color: #816B3F;
	padding: 2px;
}
a.nav_bottom:hover {
	color: #669966;	
	padding: 2px;
}


div.dot {
	font-size: 12pt;
	color: #2D130A;	
}
div.title {
	font-family: Trebuchet MS;
	font-size: 16pt;	
	padding-top: 20px;
	padding-left: 20px;	
}

div.title2 {
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;	
	padding-top: 20px;
	padding-left: 20px;	
}