<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>

//global definitions

BODY {

		 background-color: white;	

     font-size : 11px ;

     font-family : VERDANA;

     color : black;

     SCROLLBAR-HIGHLIGHT-COLOR: white;

     SCROLLBAR-SHADOW-COLOR: black;

     SCROLLBAR-3DLIGHT-COLOR: blue;

     SCROLLBAR-ARROW-COLOR: black;

     SCROLLBAR-TRACK-COLOR: #043484;

     SCROLLBAR-DARKSHADOW-COLOR: silver;

}



A:link, A:visited { 

		 color : #043484; 

		 text-decoration : underline; 

		 font-family : VERDANA; 

		 font-size : 11px; 

		 font-weight: bold;

}

A:hover { 

		 color: black; 

		 background: #FA7A45; 

		 font-family : VERDANA; 

		 font-size : 11px; 

}





P,TABLE    { font-size : 11px; font-family : VERDANA; color : black; }

LI  { font-size : 11px; font-family: VERDANA; }




.TableBox1 { color : #008b8b; text-decoration : none; font-weight: bold; font-family: verdana; font-size : 11px; }

.TableBox1 A:link { color : #043484; text-decoration : underline; font-family : VERDANA; font-size : 11px;  font-weight: bold;}

.TableBox1 A:visited  { color : #043484; text-decoration : underline; font-family : VERDANA; font-size : 11px;  font-weight: bold;}

.TableBox1 A:hover { color: black; background: #FA7A45; font-family : VERDANA; font-size : 11px; font-weight: bold;}



.TableBox2 { background-color: #BDB76B; color: black; font-family: verdana; font-size: 11px; font-weight: bold;}

.TableBox2 A:visited  { color : black; text-decoration : none; font-family : VERDANA; font-size : 11px; }

.TableBox2 A:hover { color: purple; background: #FA7A45; font-family : VERDANA; font-size : 11px;}


.TableBox3 { background-color: #8470FF; color: black; font-family: verdana; font-size: 11px; font-weight: bold;}

.TableBox3 A:visited  { color : black; text-decoration : none; font-family : VERDANA; font-size : 11px;}

.TableBox3 A:hover { color: purple; background: #FA7A45; font-family : VERDANA; font-size : 11px;}


.TableBox4 { background-color: #8FBC8F; color: black; font-family: verdana; font-size: 11px; font-weight: bold;}

.TableBox4 A:visited  { color : black; text-decoration : none; font-family : VERDANA; font-size : 11px;}

.TableBox4 A:hover { color: purple; background: #FA7A45; font-family : VERDANA; font-size : 11px;}

.Standout { color: purple; font-family : VERDANA; font-size: 14px; font-weight: bold; }

.Standout A:link { color: purple; font-family : VERDANA;  text-decoration : underline; font-size: 14px; }

.headline { color : #043484; font-family : VERDANA; font-size : 14px; font-weight: bold; }

.lgheadline { color : #043484; font-family : VERDANA; font-size : 16px; font-weight: bold; }

.plustext { color: black; font-family: VERDANA; font-size: 13px }

.inside A:link {color: #663300; background: none; font-size: 11px; font-weight: bold; font-family: VERDANA }
.inside A:visited {color: #663300; background: none; font-size: 11px; font-weight: bold; font-family: VERDANA }
.inside A:hover {color: #33CCFF; background: none; font-size: 11px; font-weight: bold; font-family: VERDANA }

.border { border-style: solid; border-width: 1px; border-color: #402218 }


/* #9999CC

background-image:url('/images/inputbg.gif');
*/

