/* Styles available in Contribute (part of visioneer theme) */

/* Default colors for links (<a ...>). This will be used unless some other class overrides */
A:link		{color:#0066FF; text-decoration:none}
A:visited	{color:#0066FF}
A:active	{color:#0066FF; text-decoration:none}
A:hover		{color:#FF6633; text-decoration:underline}


/* Things of class="subtitle" and links within should be as follows */
.subtitle		{color:#606060;font-size:13px;font-weight:bold} /* everything of class="subtitle" should look like this */
A.subtitle       	{color:#606060;text-decoration:none}            /* override for links of class="subtitle". */
A.subtitle:link		{color:#606060}
A.subtitle:visited	{color:#606060}
A.subtitle:active	{color:#606060}
A.subtitle:hover	{color:#008CC9;text-decoration:underline}		/* override for hover event on links of class="subtitle" */
P.subtitle, TD.subtitle	{
	/* (!) IN ADDITION class="subtitle" should have grey underlying line which is bottom border, not separate <hr> */
	padding: 10px 0px 0px 0px;
	border-bottom:1px solid #DCDCDC;
	padding-bottom:4px;
	vertical-align:text-bottom;
}

.j	{text-align:justify}
