/* tibtoday-main.css
 * This is the default stylesheet for tibtoday.com website.
 * It is set for MSIE as default.
 *  HISTORY:
 *  27 dec 2006 - modified from in-page style.
 */
/* *** { Standard Stuff: *** */
body {
  color: #000000; 
  font-size: small; 
  font-family: Arial, Helvetica, sans-serif;
  background-color: #99cccc;
  margin-top: 5mm; 
  margin-bottom: 5mm; 
}
/* We shouldn't have to redefine generic font stuff, but sometimes
   we lose font styles after complicated formatting.
  Also,  body styles do not carry into tables: */
p, td, th, li, dt, dd {
  font-size: small; 
  font-family: arial, helvetica, sans-serif
}
h1 {
  color: #3366ff
  font-size: x-small; 
}
/* { links */
a:link {
	color: #ffff00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
/* other styles */
.style4 {
  font-size: 12px; 
  font-family: Georgia, "Times New Roman", Times, serif
}
.style37 {
  color: #0071bd
  font-size: small; 
}
.style57 {color: #0950A0}
.style60 {font-size: 12px; color: #900000; font-weight: bold; }
.style63 {color: #000000}
.style66 {font-size: 12px}
.style68 {color: #0950A0; font-weight: bold; }
.style70 {font-size: 12px; color: #FFFFFF; }
.style73 {color: #0C519F}
.style75 {font-size: 10px; color: #FFFFFF; }

.style77 {color: #FFFFFF; }

