/*
 Navigation and Footbar Pink
light eb96b2
dark a4546e

*/

#navigation {
	background: #ffffff url(/images/navbar-white.gif);
	width: 950px;
	height: 30px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#footer {
	background: #ffffff url(/images/navbar-none.gif);
	width: 700px;
	height: 30px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}



#navigation a, #navigation a:visited {
    background: #ffffff url(/images/navbar-white.gif);
    color: #333333;
    height: 10px;    
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}

#navigation a:hover {
	background: #999999;
	color: #ffffff;
}


.box {
	background : #ffffff;
}


  th {font-weight:bold;background: #999999;}


