
a:link {color: white}
a:visited {color: white}
a:hover {color: white;font-weight: bold;}
a:active {color: white}

/* 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;
color:white;
}


/* 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: white; /* darkred */
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: white;
}


/* 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: White;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.NormalBlue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
}

.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:white;
	text-decoration: none;
	 font-weight: bold;
	}
.Item{
	font-family: Arial Narrow;
	font-size: 14px;
	color:white;
	text-decoration: none;
	 font-weight: bold;
}
.EventFont
{
	font-size: 14pt;
	color: white; /* darkred */
	font-style: italic;
	font-family: Zrnic;
}



#container table td{
text-align:center;
}

