/* CSS Document */
a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	text-align: left;
	font-weight: bold;
	text-decoration : none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	text-align: left;
	font-weight: bold;
	text-decoration : none;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	text-align: left;
	font-weight: bold;
	text-decoration : none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
	font-weight: bold;
	text-decoration : none;
}
a.nav:hover {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
	background : #FFCC99;
	color: #996633;
}
a.nav:link {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
}
a.nav:active {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
}
a.nav:visited {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
}
a.nav {
	border:1px solid #5B6B8D;
	text-align:center;
	width: 90px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFCC99;
}
a.nav1:hover {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
	background : #996633;
	color: #FFCC99;
}
a.nav1:link {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
}
a.nav1{
	border:1px solid #5B6B8D;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	width: 300px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	color: #996633;
}	
a.nav2:hover {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
	background : #996633;
	color: #FFCC99;
}
a.nav2:link {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
}
a.nav2:active {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
}
a.nav2:visited {
	text-align:center;
	font-weight : bold;
	text-decoration : none;
}
a.nav2 {
	border:2px solid #5B6B8D;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	width: 116px;
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 12px;
	display: block;
	height: 16px;
	color: #996633;
	margin-top: 5px;
	margin-bottom: 5px;
}	
a.nav3:hover {
	font-weight : bold;
	text-decoration : none;
	background : #996633;
	color: #FFCC99;
}
a.nav3:link {
	font-weight : bold;
	text-decoration : none;
}
a.nav3 {
	border:2px solid #5B6B8D;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	width: 101px;
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 12px;
	display: block;
	height: 16px;
	color: #996633;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

