/* CSS Document */
.MenuItem{
	margin: 0;
	padding: 0;
	width: 130px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.MenuItem a{
vertical-align: middle;
color: white;
font-weight: bold;
display: block;
width: 100%;
height: 30;
padding: 4px 3px;
text-decoration: none;
font: 16px Verdana, Arial, Helvetica, Sans-Serif;
background-color: #F96400;
border-style: outset;
text-decoration:none;
}
.MenuItem a:hover{
font-weight: bold;
color: black;
background-color: yellow;
border-style: inset;
font: 16px Verdana, Arial, Helvetica, Sans-Serif;
text-decoration:none;
}
.leftBack {
	background-color: #F96400;
}
.leftBack2 {
	background-image: url(/images/leftBack2.jpg);
	background-repeat: repeat-y;
}
.bottomCormer {
	background-image: url(/images/bottomCorner.jpg);
	background-repeat: no-repeat;
}
.leftBackFlame {
	background-color: #F96400;
	background-image: url(/images/fullBack.gif);
}
.flameBack {
background-color: white;
}
.title {
	font-weight: bold;
	font-size: 18px;
	background-position: center;
	text-align: center;

}
.main {
	font-weight: bold;
	font-size: 12px;
	background-position: left;
	color: #AE0000;
}
.footerFlame {
	background-image: url(/images/bottomFlame.gif);
}
A {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
