body{
	line-height: 12x;
}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.style2x {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    width: 846px;
    background-color: #666666;
    border: 1px solid #ffad24;
}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #666666; font-weight: bold; }
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #FFFFFF; font-weight: bold; margin: 0px;}


.styleMenu {
	width:850px;
    margin: 0 auto; 
    display: table;
}
.styleMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	display: table-cell;
	/*float: left; */
	/*margin-right: 1em; */
	height: 50px;
	vertical-align: middle;
	text-decoration:none;
	text-align: center;
	border-left: solid 1px #ffad24;
}

.styleMenu :first-child{
	border-left: solid 0px #ffad24;

	}

a:link, a:visited{
    color: #ffad24;
}

a:hover{
    color: #ffffff;
}
.jason {
    color: #FFF;
}
.jason {
    color: #FFF;
}
.style15 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
   

}

ul.detail{
	padding-left:5px;
}
ul.detail li{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
    padding-bottom:5px;
    width: 160px;

}


.divTable {
    
    width: 850px;
    border: 2px solid #ffad24;
    padding: 1px;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.pic, .divTableHead {
vertical-align: middle;
    border: 1px solid #ffad24;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 1px;
    padding: 6px 7px ;
    width: 222px;
}
.desc, .divTableHead {
vertical-align: middle;
    border: 1px solid #ffad24;
    display: block;
    text-align: left;
    margin: 1px;
    padding: 5px 7px 0px 7px;
    width: 167px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.textctr{
    
}
/* ++++++ Pop Win CSS +++++ */
    
#popwinFloater{
     position: fixed; 
     top: 700px; 
     left: 120px; 
     display: none; 
     z-index: 20; 
     border:  1px solid #666666;
     width: 500px;
     background-color: #ffffff;
     }
    
#popwinHdr{
    z-index: 20; 
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 10px; 
    border: 0px solid #FF0000;
    background:url(../images/popwinhdr.png) repeat-x ; 
    }
#popwinClose {
    position: absolute;
    top: 0px;
    left: 200px;
    z-index: 99; 
    height:20px;
    width: 20px;
    border-bottom-width:thick;
    background:url(../images/popwinclose1.png) repeat-x ;
/*  float: right; */
    cursor: pointer;
    }
#popwinClose:hover{
    z-index: 99;
    height:20px;
    width: 20px;
    background:url(../images/popwinclose2.png) repeat-x ;
/*  float: right; */
    cursor: pointer;
    }    
#popwinContframe{
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 95;
    border-style: solid;
    border-width: 0px;
    border-color: #3366CC;
    filter:alpha(opacity=100);
    -moz-opacity:.99;
    opacity:.99;
    background: #ffffff;

}

#popwinContent {
    display:block;
    filter:alpha(opacity=100);
    -moz-opacity:.99;
    opacity:.99;
    z-index: 20;
    background: #000000;
}

#popwinContent h1 {
    text-align: center;
}
#popwinContent a {
    text-align: center;
    font-size: 8pt;
    color: blue;
    cursor: pointer;
}

#popwinContent a:hover {
    text-align: center;
    text-decoration: underline;
    font-size: 8pt;
    color: blue;
    cursor: pointer;
}

#popwinBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3000px;
    background-color: #4c4c4c;
    z-index: 10;
    display: none;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;

}

.popFrameHdr{
    z-index: 20; 
/*  position: absolute; */
    display: block;
    float: left;
    height: 20px;
    width: 10px; 
    border: 0px solid #FF0000;
    background:url(../images/popwinhdr.png) repeat-x ; 
    }
.popFrameClose {
/*  position: absolute; */
   display: block;
   float:right;
    
    z-index: 99; 
    height:20px;
    width: 20px;
    border-bottom-width:thick;
    background:url(../images/popwinclose1.png) repeat-x ;
/*  float: right; */
    cursor: pointer;
    }
.popFrameClose:hover{
    z-index: 99;
    height:20px;
    width: 20px;
    background:url(../images/popwinclose2.png) repeat-x ;
/*  float: right; */
    cursor: pointer;
    } 
.popText {
    margin-left:10%;
    display:block;
    width:80%;
}    
/*++++ END POPWIN CSS +++ */
