/*  LINKS  */

A:link
{
    COLOR: #333333;
    TEXT-DECORATION: underline;
}
A:visited
{
   COLOR: #666666;
   TEXT-DECORATION: underline;
}
A:hover
{
   COLOR: #333333;
   TEXT-DECORATION: none;
}

/*--------------*/
A.small:link
{
    FONT-SIZE: 9px;
    COLOR: #7c7c3a;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
    TEXT-DECORATION: none
}
A.small:visited
{
    FONT-SIZE: 9px;
    COLOR: #666666;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
    TEXT-DECORATION: none
}
A.small:active
{
    FONT-SIZE: 9px;
    COLOR: #666666;
    FONT-FAMILY: verdana,arial,helvetica
}
A.small:hover
{
    FONT-SIZE: 9px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
    TEXT-DECORATION: underline;
}

A.white:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
    TEXT-DECORATION: none
}
A.white:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #cccccc;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
    TEXT-DECORATION: underline
}
A.white:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #adad52;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica
}

BODY
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica
}

.bodyWhite
{
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica
}

.MaroonBoldAlert
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    MARGIN-LEFT: 10px;
    COLOR: #990000;
    MARGIN-RIGHT: 10px;
    FONT-FAMILY: verdana,geneva,arial
}
.MaroonAlert
{
    FONT-SIZE: 10px;
    MARGIN-LEFT: 10px;
    COLOR: #990000;
    MARGIN-RIGHT: 10px;
    FONT-FAMILY: verdana,geneva,arial
}
.FlamingRedAlert
{
    FONT-SIZE: 10px;
    MARGIN-LEFT: 10px;
    COLOR: #ff0000;
    MARGIN-RIGHT: 10px;
    FONT-FAMILY: verdana,geneva,arial
}

TD
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica
}
.bodyIndent
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-STYLE: normal;
    MARGIN-LEFT: 10px;
    FONT-FAMILY: verdana,arial,helvetica
}
.small
{
    FONT-SIZE: 9px;
    COLOR: #000000;
    FONT-STYLE: italic;
    FONT-FAMILY: verdana,arial,helvetica
}
INPUT
{
    FONT-SIZE: 10px
}
.copyright
{
    FONT-SIZE: 10px;
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, helvetica
}

.bodySmall
{
    FONT-SIZE: 9px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica
}

/* HEADERS --------- ------------ */

.headerCommunity
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #996699;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
}

.headerTheLife
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #E6C250;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
}

.headerArticles
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #996600;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
}

.headerMaroon
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #660000;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana,arial,helvetica;
}

.months
{
	font-size: 12px;
	line-height: 22px;
}

h3
{
	font-size: 18px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px dotted #bbb;
	margin: 0;
	padding: 0;
}

.monthheader
{
	color: #934443;
	font-family: georgia,times,serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#saintscalendar
{
	font-family: georgia,times,serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

#saintscalendar td
{
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 2px 0 0 8px;
	width: 50px;
	height: 50px;
	font-family: georgia,times,serif;
	color: #999;
	font-size: 18px;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}

#saintscalendar td.active
{
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 2px 0 0 8px;
	width: 50px;
	height: 50px;
	font-family: georgia,times,serif;
	color: #000;
	font-size: 18px;
	vertical-align: top;
	text-align: left;
	background-color: #ffefaf;
}

#saintscalendar td.active a:link
{
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #333;
}

#saintscalendar td.active a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #333;
}

#saintscalendar td.active a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #666;
	color: #333;
}
