/* <meta name="tpk_noprocess" content="copy"> */

  body {
	color:#0E204F;  
  
  }


  .tpk_h1 {
    font-family:Verdana,Arial;
    font-size:xx-large;
  
  }

  h2 {
    font-family:Verdana,Arial;
    font-size:larger;
  }
  
  .tpk_h3 {
    font-family:Verdana,Arial;
    padding:0px;
    font-size:medium;
  }
  
  p, ul, ol, form, td {
    font-family:Verdana,Arial;
    font-size:x-small;
    padding:0px;
  
  }

/* styles for the outer black box */

/*
  #giveborder {
    border-width:0;
    background-color:#3333FF;
  }
  
  .givebordercell {
    background-color:#FFFFFF;
  }
*/

/* styles for the login box */

  .loginbox {
    height:17px;
    font-size:10px;
  }
  
  .logintext {
    font-family:Verdana,Arial;
    font-size:x-small;
    color:#ffcc99;
  }
  
/* style for the page title */

#pagetitle {
  font-family:Verdana,Arial;
  font-size:x-small;
  font-weight:bold;
}

/* style for small text links at the bottom of the page */

  #textlinks {
    font-family:Verdana,Arial;
    font-size:xx-small;
  }
  
/* style for links */
  
  a#textlinks {
    text-decoration: none;
    color:black;
  }
  
  a#textlinks:hover {
    text-decoration:underline;
    color:black;
  }
    
/* style to set the login form small (avoid IE padding) */
  
  .loginform {
    padding:0px;
    margin:0px;
  }

/* style for menus text */
  
.menu {
  font-family:Verdana,Arial;
  font-size:x-small;
}

.menuindent {
  padding-left:10px;
}

.menutext {
  font-family:Verdana, Arial;
  font-size:x-small;
  padding-left:10px;
}

  a.menulinks {
    text-decoration: none;
    color:black;
  }
  
  a.menulinks:hover {
    text-decoration:underline;
    color:black;
  }


.bodytable {
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#000000;

  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#000000;
}

.tpk_h4 {
  font-family:Verdana,Arial;
  font-weight:bold;
  padding:2px;
}

/* style for the words 'The Present Knowledge' */

.tpk {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:x-small;
  color:#0066CC;
  font-weight:bold;
  font-style:oblique;
}

/* style for the page title/heading */

.pagetitle {
  font-family:Verdana, Arial;
  font-size:medium;
  color:#6D87C4;
}

/* stypr to remove all borders from the spacer image */

.spacer {
  border:0px;
  border-style:none;
}

/* style for normal links */
a {
  color:#6B86C6;
  text-decoration:none;
  
}

a:hover {
  text-decoration:underline;
  color:#6B86C6;

}


/* style for boxes on pages, eg: addressbook */

.box {
    border-width:1;
	border-color:#3333FF;
	border-style:none;

}

.noborderstyle {
	border-style:none;

}