/* CSS Document */

/* CSS Document */



#infobox {
position: relative;
height: 295px;
width: 100%;
overflow:auto;
overflow-y: auto;
overflow-x: none;
overflow:-moz-scrollbars-vertical;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
font-weight: bold;
background: #FFF8DC;

top: -10px;
}
*html #infobox {
width: 519px;
top: -10px;
}

 
.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
background: #CD3700;
}

.title2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
background: #CD661D;
}
.title3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;background: #1FC841;}

.noBoldItal {
font-weight: normal;
font-style: italic;}

.noBold {
font-weight: normal;}

.highlighGrey {
background: #333;
}


.smallCap {
font-weight: normal;
font-size: 9px;
}


.menuOneCol {
width: 100%;
/*width: 90%;
margin-left: 5%;
margin-right: 5%;*/
border-collapse: collapse;

}

.menuTwoCol {
width: 100%;
/*width: 90%;
margin-left: 5%;
margin-right: 5%;*/
border-collapse: collapse;
}

.menuThreeCol {
width: 100%;
/*width: 90%;
margin-left: 5%;
margin-right: 5%;*/
margin-bottom: 5px;
border-collapse: collapse;
}
.menuFourCol {
width: 100%;
/*width: 90%;
margin-left: 5%;
margin-right: 5%;*/
margin-bottom: 5px;
border-collapse: collapse;
}

#infobox li {
list-style:none;
}


