/* Fix page center issue */
html {
       overflow-y: scroll;
}

body {
font-family: Tahoma;
}


/* unvisited link */
a:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #ffff00;

/*    background-color:#0000ff; */
    text-decoration: none;
}


/* unvisited link */
a.im:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
a.im:visited {
    color: #ffffff;
    text-decoration: none;
}

/* mouse over link */
a.im:hover {
    color: #000000;
    text-decoration: none;
    background-color:#ffffff;
}


a.PageLink {
font-family: Tahoma;
font-size:16px; 
font-weight:bold;
color:#000000;
background:#ffff00;
}


a.PageLink:hover {
color: #ffffff;
background:#808080;
text-decoration: none;
}

/* selected link */
a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.contentCenter {
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
    height:100%;  
}

.menuTab {
   cursor:pointer;
   width:208px;
   text-align:center;
   font-family:Tahoma;
   font-size:16px;
   font-weight:normal;
   color:#000000;
   border-right:1px solid #ffffff;
   background-color:#c5cade;
   cursor:pointer;
}

.menuTab:hover {
   font-size:14px;
   font-weight:bold;
   background-color:#4f5880;
   color:#ffffff;
}

p {
font-family:Tahoma;
font-size:16px;
font-weight:normal;
text-align:left;
}

.HIGHLIGHT {
font-family:Tahoma;
font-size:16px;
font-weight:bold;
}


.TABLE-CONTENT {
text-align:center;
width:100%;
margin:0px;
padding:0px;
// border:1px solid #00ff00;
border:none;
border-collapse:collapse;
padding:0px;
margin-top:5px;
}