/******************************
 *        RUC theme4.css      *
 ******************************/
/*
 *
 */
BODY {
		color: white;
		background-color: #003333;
}
.topmenubar {
		border-top: 2px solid blue;
		border-bottom: 2px solid blue;
		/* background-color: #003366; */
		background-color: navy; 
		color: white;
}
/* Netscape 4.75 - does not inherit from topmenubar, does not support 14pt; */
.hmenu {
		color: white;
}
.menutitle {
		border-top: 2px solid #cc9900;		
		border-bottom: 2px solid #cc9900;		
		color: white;
}
.menulabel {
		color: white;
		border-bottom: 2px solid #cc9900;		
}
.menupopup .menuitem a:hover {
		color: white;
  	background-color: gray;
		border: 1px dotted white;
}
.main {
		color: #003333;
		background-color: white;
}
.main h1 {
		border-bottom: 1px solid #003333;
		/* color: #003366; */
}
.main a:hover {
		color: #003333;
		background-color: gray;
}

.table {
		color: #003333;
		font-size: 10pt;
		margin-top: 60px;		
}

