.text 				{font-family: arial, verdana; font-size: 12px; color: #000000;}
.grey 				{font-family: arial, verdana; font-size: 12px; color: #666666;}
.small 				{font-family: arial, verdana; font-size: 10px; color: #000000;}
.copy 				{font-family: arial, verdana; font-size: 10px; color: #000000;}
.footer 			{font-family: arial, verdana; font-size: 11px; color: #000000;}
.header				{font-family: arial, verdana; font-size: 14px; color: #000000; font-weight: bold;}
.red				{font-family: arial, verdana; font-size: 12px; color: #CC3333;}

sup					{font-family: arial, verdana; font-size: 9px; color: #000000;}

a					{font-size: 12px; color: #990000; text-decoration: none; font-family: arial, helvetica; font-weight: bold;}
a:link 				{font-size: 12px; color: #990000; text-decoration: none; font-family: arial, helvetica; font-weight: bold;}
a:visited			{font-size: 12px; color: #990000; text-decoration: none; font-family: arial, helvetica; font-weight: bold;}
a:active 			{font-size: 12px; color: #990000; text-decoration: none; font-family: arial, helvetica; font-weight: bold;}
a:hover				{font-size: 12px; color: #990000; text-decoration: underline; font-family: arial, helvetica; font-weight: bold;}


div#navigation {
	position: absolute;
	height: 23px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

div#navigation a {
	color: #333333;
	text-decoration: none;
}

div#navigation a:hover {
	color: #CC0000;
	text-decoration: none;
}

div#navigation-group {
	padding-top: 12px;
}

div#navigation td.item {
	width: 122px;
	height: 23px;
	text-align: center;
}

div#navigation img {
	padding-top: 3px;
}

div#navigation td.left {
	width: 5px;
	height: 23px;
	background-image: url("../images/btn_left.gif");
	background-repeat: no-repeat;
}

div#navigation td.right {
	width: 5px;
	height: 23px;
	background-image: url("../images/btn_right.gif");
	background-repeat: no-repeat;
}


.anylinkcss {
	margin-left: -35px;
	margin-top: 5px;
	position: absolute;
	visibility: hidden;
	
	border: 1px solid #999999;
	font: normal 12px arial;
	z-index: 1000;
	line-height: 19px;
	width: 122px;
	white-space: nowrap; 
}
/* 
#CBCBCB < borders
#000 < hover solid
#fff < on link color
#24271C < off back
#CCC < off link color
*/
.anylinkcss a {
	width: 100%;
	height: 23px;
	display: block;
	border-bottom: 1px solid #CBCBCB;
	text-decoration: none;
	font-weight: bold;
	font: bold 12px arial;
	line-height: 19px;
	z-index: 100;
	color: #333333;
	text-align: center;
	background-image: url('../images/btn_sliver.gif');
	background-repeat: repeat-x;
	background-color: #E7EEF4;
	border-bottom: 1px solid #fff;
	white-space: nowrap; 
}

.anylinkcss a:visited {
	color: #0C0C4F;
	font: bold 12px arial;
	line-height: 19px;
	white-space: nowrap; 
}

.anylinkcss a:hover { /*hover background color*/
	background-color: #000;
	color: #CC0000;
	font: bold 12px arial;
	line-height: 19px;
	text-decoration: none;
	background-image: url('../images/btn_sliver.gif');
	background-repeat: repeat-x;
	background-color: #D5EEFA;
	border-bottom: 1px solid #fff;
	white-space: nowrap; 
}

