/*
--------------------------------
	/HTML Editor Styles
--------------------------------
*/

.Main
{
	color: #282827;
	font-family: Tw Cen MT;
	font-size: 11pt;
}

.MainSub
{
	color: #282827;
	font-family: Tw Cen MT;
	font-size: 10pt;
}

a.MainLink:link, a.MainLink:visited
{
	color: #9b0805;
}

a.MainLink:hover
{
	color: #9b0805;
	text-decoration: underline;
}

.PageTitle
{
    color: #9b0805;
    font-family: Tw Cen MT;
    font-size: 14pt;
    font-weight: bold;
}

.PageTitleSub
{
    color: #9b0805;
    font-family: Tw Cen MT;
    font-size: 12pt;
    font-weight: bold;
}

/*
--------------------------------
	/Global Styles
--------------------------------
*/

.SubButton
{
    background-image: url(Images/SubButtonBackground.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 24px;
    line-height: 24px;
    margin: 4px 0px 4px 0px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    width: 200px;
}

a.SubButtonLink:link, a.SubButtonLink:visited
{
    color: #282827;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

a.SubButtonLink:hover
{
    color: #9b0805;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
}
