/* CSS - The Vacuum Center */



/* MAIN - Body properties */
.body {
   margin: 0px;
   padding: 0px;
   border-spacing: 0px;
   text-align: center;
   background: #4386ce url("images/tvc_bg_body.gif") repeat-x left top;
   font-family: Arial, Helvetica, Sans-Serif;
}

/* TABLE - Central Table */
.maintable {
   width: 100%;
   height: 100%;
}

/* TABLE - Content Table */
.contable {
   width: 750px;
   height: 100%;
   background: #FFFFFF;
}

/* FRAME - Navigation frame */
.navframe {
   width: 100%;
   height: 16px ;
}

/* FRAME - Foot frame */
.footframe {
   width: 100%;
   height: 150px ;
}

/* TEXT - All "td" tags */
td {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12px;
   color: #000000;
   font-weight: none;
   text-decoration: none;
   text-align: justify;
   background-color: transparent;  
}

/* TEXT - Navigation text "|" */
.navtext {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;  
}

/* TEXT - Foot text */
.foottext {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #FFFFFF;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group A) Navigation links */
a.navlink:link {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #FFFFFF;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group A) Navigation visited links */
a.navlink:visited {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #FFFFFF;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group A) Hover of navigation links  */
a.navlink:hover {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #0E476E;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group B) Foot links */
a.footlink:link {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #FFFFFF;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group B) Foot visited links */
a.footlink:visited {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #FFFFFF;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group B) Hover of foot links */
a.footlink:hover {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #FFFFFF;
   font-weight: none;
   text-decoration: underline;
   background-color: transparent;
}

/* LINKS - (Group C) Body links */
a.bodylink:link {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #DD6437;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group C) Body visited links */
a.bodylink:visited {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #DD6437;
   font-weight: none;
   text-decoration: none;
   background-color: transparent;
}

/* LINKS - (Group C) Hover of body links */
a.bodylink:hover {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12;
   color: #DD6437;
   font-weight: none;
   text-decoration: underline;
   background-color: transparent;
}


