﻿body {
}
.ArticleStyle
{
	font-family:Comic Sans MS;
	font-size:10pt;
}
.ArticleStyleEdited
{
	font-family:Comic Sans MS;
	font-size:10pt;
	background-color:#FFFF00;
}
.TextBoxStyle
{
	font-family:Arial;
	font-size:10pt;
}
.TextBoxStyleEdited
{
	font-family:Arial;
	font-size:10pt;
}
.ArticleDateHeader
{
	font-family:Century Gothic;
	font-size:9pt;
	font-weight:bold;
}
.ArticleItemList
{
	font-family:Century Gothic;
	font-size:8pt;
	font-style:italic;
	cursor:pointer; 
	color:Black;
    text-decoration:underline;
}
.ArticleItemListMouseOver
{
	font-family:Century Gothic;
	font-size:8pt;
	font-style:italic;
	font-weight:bold;
	cursor:pointer;
	color:Red;
    text-decoration:underline;
}
.ImageItemList
{
	font-family:Century Gothic;
	font-size:9pt;
	cursor:pointer; 
    text-decoration:underline;
    width:15px;
}
.ImageItemListHeader
{
	font-family:Century Gothic;
	font-size:9pt;
	font-weight:bold;
}

.ArticleDateList
{
	font-family:Century Gothic;
	font-size:8pt;
	font-style:normal;
	text-decoration:none;
	cursor:default;
	width:90px;
}

.ArticleAuthor
{
	font-family:Century Gothic;
	font-size:8pt;
	font-style:italic;
	text-decoration:none;
	cursor:default;
}

.ArticleTitle
{
	font-family:Century Gothic;
	font-size:12pt;
	text-decoration:none;
	cursor:default;
	font-weight:bold;
}

.ArticleNav
{
	font-family:Century Gothic;
	font-size:8pt;
	font-style:normal;
	color:Blue;
	cursor:pointer; 
    text-decoration:underline;
}

.MenuStyle
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bolder;
	cursor:default;
}
.MenuStyleMouseOver
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bolder;
	cursor:pointer;
	color:#FF0000;
}
.MenuStyleSelected
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bolder;
	cursor:default;
	background-color:#F0E68C;
}
.MenuStyleSelectedMouseOver
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bolder;
	cursor:default;
	background-color:#F0E68C;
	color:Red;
}

.LoginStyle
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	cursor:pointer;
	color:Gray;
}

.EventDateStyle
{
	font-family:Arial;
	font-size:8pt;
	font-style:italic;
}
.EventNameStyle
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}
.EventNameStyleLink
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
	color:#2E8B57;
	cursor:pointer;
}
.EventHeader
{
	font-family:Comic Sans MS;
	font-size:10pt;
	font-weight:bolder;
	text-align:center;
	background-color:#FF7F50;
	color:Yellow;
}
.DescriptionStyle
{
	font-family:Comic Sans MS;
	font-size:9pt;
}
.DescriptionSmallStyle
{
	font-family:Century Gothic;
	font-size:8pt;
	font-style:italic;
	color:Blue;
}
.DescriptionSmallStyleBlack
{
	font-family:Century Gothic;
	font-size:8pt;
	font-style:italic;
}
.HeaderMediumHand
{
	font-family:Century Gothic;
	font-size:9pt;
	font-weight:bold;
	cursor:pointer;
}
.HeaderMediumHandMouseOver
{
	font-family:Century Gothic;
	font-size:10pt;
	font-weight:bolder;
	color:Red;
	cursor:pointer;
}
.TreeAdminTitle
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Navy;
}
