.OptionLink
{
	color: #800000;
	font-weight: normal;
}
.OptionLink:active
{
	color: #800000;
	font-weight: normal;
}
.OptionLinkSmallWhite
{
	color: white;
	font-weight: normal;
	font-size: 8pt;
}
.OptionLinkSmallWhite:active
{
	color: white;
	font-weight: normal;
	font-size: 8pt;
}
.OptionLinkBlue
{
	color: #0000ff;
	font-weight: normal;
}
.OptionLinkBlue:active
{
	color: #0000ff;
	font-weight: normal;
}
.linkCategoryTitle 
{
    font-family: Verdana, Tahoma;
    font-size: 14pt;
    color: white;
}

.linkDescription
{
    font-family: Tahoma;
    font-size: 10pt;
}

.text
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

.small {
	font-family: Tahoma;
	font-size: 9pt;
	color: #666666;
}

A.small:link { text-decoration:none;color:#993366; }
A.small:visited { text-decoration:none;color:#993366; }
A.small:hover { text-decoration:underline;color:#993366; }

.smallUnderlineSelectable
{
	font-family: Tahoma;
    font-size: 9pt;
}
A.smallUnderlineSelectable:link { text-decoration:underline;color:#0099CC; }
A.smallUnderlineSelectable:visited { text-decoration:underline;color:#0099CC; }
A.smallUnderlineSelectable:hover { text-decoration:underline;color:#CC0000; }

.pagerOffPage
{
    font-family: Tahoma;
    font-size: 9pt;
}
A.pagerOffPage:link { text-decoration:none;color:#666666; }
A.pagerOffPage:visited { text-decoration:none;color:#666666; }
A.pagerOffPage:hover { text-decoration:none;color:#666666; }

.pagerOnPage
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
}
A.pagerOnPage:link { text-decoration:none;color:#0099CC; }
A.pagerOnPage:visited { text-decoration:none;color:#0099CC; }
A.pagerOnPage:hover { text-decoration:none;color:#CC0000; }

.BUTTON {background:"#6699CC"; color:"#FFFFFF"; cursor:hand; font-size:8pt; font-weight:bold; text-decoration:none;}

.SermonLink
{
	cursor: hand;
}

.ArticlesTable
{
	width: 90%;
	border: solid 1px black;
	border-bottom: solid 1px black;
}

td.ArticleLeftTop
{
	width: 50%;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background: #883939;
	color: White;
}

td.ArticleRightTop
{
	width: 50%;
	border-left: solid 1px black;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background: #883939;
	color: White;
}

td.ArticleList
{
	padding-top: 10px;
	padding-right: 10px;
}
