@charset "utf-8";
/* CSS Document */

/* Related Content Styles                               
   Also used for right hand graphical elements
      The colLeft style should be applied to the cell 
      immediately left of the colRelated cell. 
      That will ensure that the cell's elements don't 
	  bump up against the vertical divider line. */
	  
TD#colLeft {
	padding-right: 20px;
	margin-right: 20px;
}

TD#colRelated {	
	background-color: #ffffff;
	color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333366;
	padding-left: 20px;
}


TD#colRelated H3 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: small;
	color: #333366;
	display: block;
	font-weight: bold;
}

TD#colRelated A.linkRelated:link, TD#colRelated A.linkRelated:active{
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	color: #333366;
	text-decoration: none;
}

TD#colRelated A.linkRelated:visited { color: #333399; }
TD#colRelated A.linkRelated:hover {
	color: #0033cc;
    text-decoration: underline;
}

UL.linkRelated {
}

UL.linkRelated LI {
	margin-bottom: 10px;
	list-style-image: url(../images/arrows/arrow12ra.gif);
	margin-left: 0px;
	padding-left: 0px;

}

UL.linkRelated A:link{
	color: #003366;
	text-decoration: none;
}

UL.linkRelated A:visited {
	color: #663399;
	text-decoration: none;
}

UL.linkRelated A:active  {
	color: #003366;
	text-decoration: underline;
	padding-bottom: 2px;

} 

UL.linkRelated A:hover {
	color: #0033CC;
    text-decoration: underline;
}
