.navigationlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.basenavigationlink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 13px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 3px;
    margin-bottom: 10px;
	margin-left: 0px;
}
.jaguar-bakground {
	background-attachment: fixed;
	background-image: url(graphics/jaguar-background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.jaguar-bakgroundwh {

	background-attachment: fixed;
	background-image: url(graphics/jaguar-background-wh.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a.hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
a.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}.imageborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
}



#menu{
	font: 0.90em arial, verdana;
	font-weight: normal;
	width: 90px;
	margin-left: 1px;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 2px 0;
	border: 0;
}

#menu li{
	text-align: left;
	border-bottom: 1px solid #336699;
	margin-right: 2px;
	margin-left: 0px;
	line-height: 16px;
	color: #333333;
}

#current{
	text-indent: 8px;
	font-weight: bold;
	border-right: 10px solid #000;
	text-decoration: none;
}
	
#menu li a{
	display: left;
	font-weight: bold;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
	
#menu li a:hover {
	background: #eFeFF7;
	color: #666666;
	text-decoration: none;
}