﻿/* Things of class="subtitle" and links within should be as follows */
.subtitle			{color:#333333;font-size:13px;font-weight:bold} /* everything of class="subtitle" should look like this */
A.subtitle       	{color:#333333;TEXT-DECORATION:none}            /* override for links of class="subtitle". */
A.subtitle:link		{color:#333333}
A.subtitle:visited	{color:#333333}
A.subtitle:active	{color:#333333}
A.subtitle:hover	{color:#008CC9;TEXT-DECORATION:underline}		/* override for hover event on links of class="subtitle" */
P.subtitle, TD.subtitle	{
	/* (!) IN ADDITION to look of things of class="subtitle" defined above the <TD> and <P> tags should have
	   grey underlying line which is actually a bottom border, not separate <hr> */
	padding: 10px 0px 0px 0px;
	border-bottom:1px solid #DCDCDC;
	padding-bottom:4px;
	vertical-align:text-bottom;
}
