@charset "utf-8";
/* CSS Document */

/*#mainTable	{
	width: 860px;
}
*/
#mainContentWrapper {
	border-right-width: 0px;  /* removes the right border that is specified in the main CSS style sheet. */
}
.articleContainer {
	width:auto;
	padding: 14px;	
	font-size: 12px;
	line-height: 18px;
}

/*.articleContainer p {
	font-size: 12px;
	line-height: 17px;
}*/
.articleContainer a:link, .articleContainer a:visited {
	font-size: 12px;
	text-decoration:underline;
	color: #660000; /* #4582b4 */
}
.articleContainer a:hover {
	color: #660000;
	text-decoration:none;
}
/* camelCase naming convention altered to acommodate imported files. */

a.textlink:link, a.textlink:visited {
	text-decoration:underline;
	color: #660000; /* #4582b4 */
}

a.textlink:hover  {
	color: #660000;
	text-decoration:none;
}  
.textB, .textBI, .textBUL, .textB2, .textB2Cent, .textB2UL, .textB2CentUL, .textB3, .textB3CentUL, .textB4, .textB4Cent, .textB4CentUL{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.textBI {
	font-style: italic;
	font-weight: bold ;}
.textBUL {
	text-decoration: underline;
	font-weight: bold ;
}

.textB2 {
	font-size: 14px;
	font-weight: bold ;
}
.textB2Cent {
	font-size: 14px;
	text-align: center;
	font-weight: bold ;
}
.textB2CentUL {
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold ;
}
.textB2UL {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold ;
}
.textB3 {
	font-size: 16px;
	font-weight: bold ;
}
.textB3Cent{
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	font-weight: bold ;
}
.textB3CentUL {
	font-size: 16px;
	font-weight: bold ;
	text-decoration: underline;
	text-align: center;
	line-height: 22px;
}
.textB4{
	font-size: 18px;
	font-weight: bold ;
	line-height: 26px;
}
.textB4Cent {
	font-size: 18px;
	text-align: center;
	font-weight: bold ;
	line-height: 26px;
}
.textB4CentUL {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	line-height: 26px;
}


