/*****************************************************
******** Client Styles
*****************************************************/

hr
{
	border: none 0;
	border-top: 1px solid #000000;
	height: 1px;
	text-align: left;
	margin: 0 0 0 0;
}

.imageOnTheRightBlackBorder
{
    margin: 0px 0px 0px 10px;
    border: 2px solid #000000;
}

.imageOnTheLeftBlackBorder
{
    margin: 0px 10px 0px 0px;
    border: 2px solid #000000;
}

.imageOnTheRightNoBorder
{
    margin: 0px 0px 0px 12px;
}

.imageOnTheLeftNoBorder
{
    margin: 0px 12px 0px 0px;
}

.articleHeader
{
    font-family: "Times New Roman", Georgia, Times, serif;
    font-size: 25pt;
    color: #000000;
    font-weight: 500;
}

.articleSubHeader
{
    font-family: "Times New Roman", Georgia, Times, serif;
    font-size: 16pt;
    font-weight: 300;
    color: #EC6304;
    margin-top: 0px;
    text-align: left;
    font-style: italic;
}

.articleMainContent
{
    padding-top: 18px;
    font-family: Times New Roman, Arial;
    font-size: 16px;
    color: #222222;
    font-weight: normal;
}

/*****************************************************
********Link Styles
*****************************************************/

a:link, a:visited, a:active
{
    color: #3366CC;
    text-decoration: none;
}

a:hover
{
    color: #E66F00;
    text-decoration: underline;
}
