/*

	Changes to HTML file:
	* Add reference to new stylesheet, newstyles.css.
	* Change logo image to header_top.gif.
	* Change logo table to class="headermenu".
	* Remove height="100%" from sidebar container table.
	* Change sidebar container table to class="sidebarcontainer".
	* Change sidebar table to width="129".
	* Change search help button to come before the search button.
	* Change search help button image to text link: <font size="1">Search help</font>
	* Change search table cell to class="SideMenu2 searchbox".
	* Change login table cell to class="SideMenu2 loginbox".
	* Change splash image to splash.jpg.
	* Change map to the following code:
		<map name="one_team480eca99">
		<area shape="rect" coords="0,0,435,275" href="#alpha" alt="">
		<area shape="rect" coords="435,0,669,92" href="#beta" alt="">
		<area shape="rect" coords="435,92,669,184" href="#gamma" alt="">
		<area shape="rect" coords="435,184,669,275" href="#delta" alt="">
		</map>
	* And finally, edit the top navigation bar to use the new background image 
	  (menu_bg.gif) and not get smaller after the last item. Since this is 
	  dynamically generated, I've just included an example here, but you'll have 
	  to iron out the details.

*/
A.aggr1, 
A.aggr2, 
A.aggr3, 
A.aggra, 
A.aggr5, 
A.aggr1:hover, 
A.aggr2:hover, 
A.aggr3:hover, 
A.aggra:hover, 
A.aggr5:hover {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-decoration: underline;
	color:#3F718;
}
	TABLE.headermenu {
			background-color: white;
	}
	TD.headermenu {
			background-color: white;
	}
	TABLE.MenuColor2, TD.MenuColor2 {
		background: #DBDBDB;
		color: #3B383B;
	}

	TD.SideMenu2 {
		align: center;
		FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
		FONT-SIZE: 12px;
		font-weight : bold;
		width: 100%;
		height: 42 px;
		margin: 0;
		text-align : center;
		text-decoration: none;
		color: #fff;
		background-color: #666366;
		border-bottom: 1px solid #949194;
		vertical-align: top;
	}
	a.SideMenu2 {
		color: #fff;
		display: block;
		padding: 15px 0;
	}
	a.SideMenu2:hover {
		color: #000000;
	}
	td.searchbox, td.loginbox {
		background: #DBDBDB;
		color: #3B383B;
		padding: 15px 0;
		}
	td.loginbox {
		border: none;
		}
	td.searchbox a, td.loginbox a {
		color: #666366;
		font-weight: normal;
		}
	td.searchbox input.MenuTextBox, td.loginbox input.MenuTextBox {
		margin: 3px;
		border: 1px solid #949194;
		}
	td.searchbox a:hover, td.loginbox a:hover {
		color: #f00;
		font-weight: normal;
		}
	HR.SideMenu2	{
		display: none;
		margin-top:5px;
		margin-bottom:5px;	
		width:115px;
		color:silver;
		heigth:2px;
	}
A.forgotpwd {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #3F718B;
	text-decoration : none;
}

A.forgotpwd:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : Gray;
	text-decoration : none;
}

A.forgotpwd:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #3F718B;
	text-decoration : none;
}
