
a:link {color: black}
a:visited {color: black}
a:hover {color: black;font-weight: bold;}
a:active {color: black}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color:black;
/*    background-color: #096bae;*/
}

/* background color for the content part of the pages */
Body
{
/*    background-color: #096bae;*/
    background-color:black;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	color: white;
	font-family: 'font-size: 16px' , Arial;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8b0000; /* darkred */
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color:  black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8b0000; /* darkred */
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;    
    color: black;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBlue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: blue;
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

 .NavClass    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  18px;
  color: white; /* darkred */
    letter-spacing:normal;
  }
 .ItemBig {
	font-family: Arial Narrow;
	font-size: 16px;
	color:black;
	text-decoration: none;
	 font-weight: bold;
	}
.Item{
	font-family: Arial Narrow;
	font-size: 14px;
	color:black;
	text-decoration: none;
	 font-weight: bold;
}
.EventFont
{
	font-size: 14pt;
	color: #8b0000; /* darkred */
	font-style: italic;
	font-family: Zrnic;
}
