/* 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: #0000FF;}
a.Blue_Link:link    {text-decoration: underline; color: #0000FF;}
a.Blue_Link:visited {text-decoration: underline; color: #0000FF;}
a.Blue_Link:active  {text-decoration: underline; color: #0000FF;} 
a.Blue_Link:hover   {text-decoration: none; color: #888888;}


/*.Intro {
	color: gray;
	font-size: medium;
	font-style: italic;
	border: 3px solid black;
	padding-left: 20px;
	padding-right: 20px;
	margin: 20px;
}*/

/*.Article {
	font-family: Verdana, Arial, Helvetica;
	color: #606060;
	font-size: small;
	background-color: white;
} */

/* Used generally for emphasizing content */
.emphasis { color: #663300; }

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

