a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #333333;
	}
a:active { 
	color: #333333;
	}

.blueLink:link { 
	color: blue;
	text-decoration:none;
	}
.blueLink:visited { 
	color: blue;
	text-decoration:none;
	}
.blueLink:hover { 
	color: blue;
	text-decoration:none;
	}
.blueLink:active { 
	color: blue;
	text-decoration:none;
	}

.breadCrumbs, .breadCrumbs:link, .breadCrumbs:visited, .breadCrumbs:hover, .breadCrumbs:active {
	color: #FFFFFF;
	text-decoration : none;
}


.menuLeftSide
{
  background-image: url("../images/menuBGLeft.jpg");
  background-repeat: repeat-y
}
.menuRightSide
{
  background-image: url("../images/menuBGRight.jpg");
  background-repeat: repeat-y
}
.mainFntWhite
{
  font-family : verdana, arial, sans-serif;
  color : #FFFFFF;
  font-size : 11px;
  font-weight : bold;
}
.mainFnt
{
  font-family : verdana, arial, sans-serif;
  color : #000000;
  font-size : 11px;
}
.mainFntRed
{
  font-family : verdana, arial, sans-serif;
  color : #fc382e;
  font-size : 11px;
}
.mainFntBold
{
  font-family : verdana, arial, sans-serif;
  color : #000000;
  font-size : 11px;
  font-weight : bold;  
}
.mainFntTitle
{
  font-family : verdana, arial, sans-serif;
  color : #000000;
  font-size : 13px;
  font-weight : bold;
}
.titleFntWhite
{
  font-family : verdana, arial, sans-serif;
  color : #FFFFFF;
  font-size : 13px;
  font-weight : bold;
}
specialtext
{
  font-family : verdana, arial, sans-serif;
  color : #fc382e;
  font-size : 15px;
  font-weight : bold;
}