/* Custom STYLES */


/* STD STYLES */

.Title {
	color: #999999;
	font-size: 20px;
	font-weight: bold;
}

.Sub_Title {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.Blue_Link          {text-decoration: underline; color: #486829;}
a.Blue_Link:link    {text-decoration: underline; color: #486829;}
a.Blue_Link:visited {text-decoration: underline; color: #486829;}
a.Blue_Link:active  {text-decoration: underline; color: #486829;} 
a.Blue_Link:hover   {text-decoration: none; color: #0000FF;}


/* Used generally for emphasizing content */
.emphasis { font-weight: bold; color: #486829; font-style: italic; }

/* Used for the Styles section */
.citation { padding: 7px; color: #486829; border: 1px solid #cccccc; font-style: italic; background: #ffffff; line-height: 20px; }

/* Used generally for breadcrumbs */
.breadcrumb { color: #486829; font-style: italic; }
