a:link    {text-decoration: none; color: #EEEEFF;}
a:visited {text-decoration: none; color: #EEEEFF;}
a:hover   {text-decoration: none; color: #EEEEFF;}
a:active  {text-decoration: none; color: #EEEEFF;}
body 	  {background-color: #151515; color: #EFEFEF;}
/* Table CSS */
table	  {background-color: #222222;}
td 		  {}
td.menu {
width: 75px;
height: 20px;
font-size: 11px;
color: #EEEEFF;
background-color: #888888;
text-align: center;
cursor: pointer;
}
td.menumo {
width: 75px;
height: 20px;
font-size: 12px;
color: #333333;
background-color: #CCCCCC;
text-align: center;
text-decoration: underline;
cursor: pointer;
}
td.menunow {
width: 75px;
height: 20px;
font-size: 12px;
color: #0000AA;
background-color: #EFEF00;
text-align: center;
text-decoration: underline;
cursor: default;
}
td.homecomp {
padding-left: 10px;
padding-right: 10px;
font-size: 10px;
background-color: #333333;
color: #FFFFFF;
text-align: left;
cursor: default;
}
td.footer {
font-size: 10px;
}
td.linebreak {
background-color: #EFEF00;
}
td.oddrow1 {
background-color: #808080;
color: #FDFD00;
font-weight:bold;
font-size: 11px;
}
td.evenrow1 {
background-color: #999999;
color: #FFFF00;
font-weight:bold;
font-size: 11px;
}
td.oddrow2 {
background-color: #808080;
color: #88FFFF;
font-weight:bold;
font-size: 11px;
}
td.evenrow2 {
background-color: #999999;
color: #88FFFF;
font-weight:bold;
font-size: 11px;
}
/* DIV CSS */
div.company {
margin: 50px;
text-align: left;
font-size: 16px;
}
div.contactus {
margin: 75px;
text-align: left;
font-size: 16px;
}
div.logo {
/*margin: 30px;*/
/* width: 700px; */
/* height: 400px; */
}
/* OverLaid DIV CSS */
div.framedn {
width: 0px;
width: 0px;
visibility: hidden;
}
div.frameup {
width: 100%;
width: 100%;
visibility: visible;
background-color: #222222;
opacity: 0.6;
}
div.boxmain {
width: 119px;
height: 119px;
float: left;
border: 2px solid red;
border-radius: 7px;
background-color: #EE0000;
/*opacity: 0.8;*/
padding: 5px;
margin: 5px;
}
div.boxhead {
width: 115px;
height: 22px;
border: 2px solid;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #DDFFFF;
color: #0000FF;
padding-top: 3px;
text-align: center;
font-size: 15px;
}
div.boxbody {
width: 115px;
height: 82px;
border: 2px solid;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #DDFFFF;
color: #0000FF;
padding-top: 5px;
}
div.roundbox {
text-align: center;
width: 50px;
height: 50px;
border-radius : 25px;
background-color: #555555;
}
div.roundboxmo {
text-align: center;
width: 50px;
height: 50px;
border-radius : 25px;
background-color: #FFFF55;
}
div.signin {
background-color: #3333FF;
width: 150px;
text-align: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
div.snap {
width: 500px;
text-align: left;
}
img.bodybody {
width: 110px;
height: 70px;
}