/* CSS Document */
.legendPageTitle {
		font-family:Arial,"Helvetica Neue",Helvetica,sans-serif; 
		color:#C0C0C0;
			}

.legendMenuMain{ 
		border:solid 2px #FFFFFF;
			}

.legendItem		{
		FONT-FAMILY: Arial,"Helvetica Neue",Helvetica,sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		text-indent: 8px;
		cursor: pointer;
		padding-top: 1px;
		padding-bottom: 4px;
		display: block;
		border-top: #FFFFFF 1px solid;
		border-left: #FFFFFF 0px solid;
		border-right: #FFFFFF 0px solid;
		border-bottom: #FFFFFF 0px solid;
			}
a.legendItem:link 	{ color: #FFFFFF; }
a.legendItem:visited 	{ color: #FFFFFF; }
a.legendItem:active 	{ color: #FFFFFF; }
a.legendItem:hover 	{
		background:url("../images/caseMenSel.png");
		/*background-color: #C0C0C0;*/
		color: #C0C0C0;
		text-decoration: none;
	}
				
A.legendLink {color:#E9E670;
	  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; 
	  font-size : 12;		
	  font-weight:normal;
	  text-decoration:none;}
A.legendLink:Hover {color:#FF0000;
				text-decoration : underline;}
A.selLegendLink{color:#FFF;
		  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
		  font-size : 12;		
		  font-weight:normal;
		  text-decoration:none;}
A.selLegendLink:Hover {color:#FF0000;
					text-decoration : underline;}
#legend {margin:15px;
	 font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	 font-size:12;}
#legend H4 {color:#C0C0C0;
	margin-bottom:3px;
	font-size:16;}
#legend ul, li {color:#FFFFFF;}
#legend p.description {text-indent:15px;
					margin-top:0px;
					font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
					font-size:12;
					color:#FFFFFF;}
#legend p.descriptionText {text-indent:15px;
					margin-top:0px;
					font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
					font-size:14;
					color:#E9E670;}
#legend img {padding:10px;}
#legend .title {font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
		 font-size:14;
		  color:#868686;}
#legend p {color:#FFFFFF;}
.CommentText 	{
			font-family : Arial,"Helvetica Neue",Helvetica,sans-serif;
			font-size : 11;
			color:#FFF;
			line-height : normal;
			font-weight : lighter;
			font-style : oblique;
			margin:5px;
			margin-top:0px;
			padding:7px;
			}


