
.marqueefont a
{
	font-family:arial;
	color:#b3383d;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
}
.marqueefont
{
	font-family:arial;
	color:#b3383d;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
}
.articlefont
{
	font-family:arial;
	color:red;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
.headlinefont
{
	font-family:arial;
	color:#b3383d;
	font-weight:bold;
	font-size:28px;
	font-style:italic;
}
.announcementfont a,li
{
	font-family:arial;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-style:none;
}

.announcementfont
{
	font-family:arial;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-style:none;
}

.mainscreenfont
{
	font-family:arial;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.topmenufont
{
	font-family:arial;
	color:black;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.sidemenufont
{
	font-family:arial;
	color:black;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.blueheaderfont
{
	font-family:arial;
	color:blue;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.boxtitlefont
{
	font-family:arial;
	color:red;
	font-weight:bold;
	font-size:16px;
	text-decoration:italic;
}

.bulletfont
{
	font-family:arial;
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.bulletfontlink
{
	font-family:arial;
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.maintahoma
{
	font-family:tahoma;
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.mainscreenfontblack
{
	font-family:arial;
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.mainscreenfontblack a
{
	font-family:arial;
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.mainscreenfontblacknormal
{
	font-family:arial;
	color:black;
	font-weight:none;
	font-size:12px;
	text-decoration:none;
}

.smallprintfont
{
	font-family:arial;
	color:gray;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.horizsidebarfontwhite a
{
	text-decoration:none;
	font-family:arial;
	color:white;
	font-weight:bold;
	font-size:12px;
}
.horizsidebarfontwhite
{
	text-decoration:none;
	font-family:arial;
	color:white;
	font-weight:bold;
	font-size:12px;
}
/******************************************************************************
* The following code is for the News and Events tabs                                                          *
******************************************************************************/
div.tabBox {}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #dddddd #dddddd #dddddd #dddddd;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
	font-family:arial;
	font-size:14;
}

a.tab, a.tab:visited {
  color: #8060b0;
}

a.tab:hover {
  background-color: #cccccc;
  border-color: #dddddd #dddddd #dddddd #dddddd;
  color: #000000;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #dddddd;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #dddddd;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  /*background-color: #9070c0;
  border: 2px solid #000000;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;*/
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-color: #7050a0 #ffffff #ffffff #ffffff;
  width: 100%;
  height: 60ex;
}


