table.sidebar {
   background-color:	#000000;
   width: 				250px;
   }
td {
	font-family:		Times,
                  	"Times New Roman",
                  	serif;	
   }
td.sidebarheader { background-image: url("images/sidebar-header.jpg"); font-size:	100%; font-weight: bold; font-variant: small-caps; color: #CCCCFF;
 text-align: center; width: 250px;}

	
td.sidebarsubheader {
	background-image: url("images/subheader.jpg");
   font-size:	 		80%;
   font-weight:		bold;
	color: 				#FFFFFF;
	}
	
td.sidebarnormal {
	background-color: #000000;
   font-size:	 		80%;
   font-weight:		normal;
	color: 				#FFFFFF;
	}
	
td.sidebarnormalalt {
	background-color: #101010;
   font-size:	 		80%;
   font-weight:		normal;
	color: 				#FFFFFF;
	}
td.sidebarnormalaltnolink {
	background-color: #101010;
   font-size:	 		80%;
   font-weight:		normal;
	color: 				#8080FF;
	}
	
a.sidebarlink {
   font-weight:		normal;
	color: 				#8080FF;
	text-decoration:	none;
	}
	
input.sidebarbutton {
   color:            #FFFFFF;
   font-weight:      bold;
   background-color: #7777FF;
   border:           1px solid;
   border-color:     #FFFFFF;
}   

img.pointerhand {
	cursor:          pointer;
	cursor:          hand;
}



