<link rel="stylesheet" type="text/css" href="styles/style.css" media="print" />

@media screen

.font {  font-family: verdana; font-size: 9px; color: #333333}


body { scrollbar-face-color: #D7AC6B;
       scrollbar-shadow-color: #FFFBDB;
       scrollbar-highlight-color: #000000;
       scrollbar-3dlight-color: #000000;
       scrollbar-darkshadow-color: #FFFBDB;
       scrollbar-track-color: #FFFf99;
       scrollbar-arrow-color: #000000;
	   font-family: verdana,arial,helvetica,sans-serif;
	   font-size: 9px;
	   color: #333333;
       }

h1 { border: 1px solid #00000;
     font-family: verdana;
     font-size: 0.8em;
     font-weight: bold;
     text-transform: uppercase;
     background-color: #ffff99;
     margin left: 0;
	 color: #000000; }

h2 { border: 1px solid #000000;
     font-family: verdana;
     font-size: 0.9em;
     font-weight: bold;
     background-color: #D7AC6B;
	 color: #000000; }

h3 { border: 1px solid #00000;
     font-family: verdana;
     font-size: 0.6em;
     font-weight: bold;
     text-transform: uppercase;
     background-color: #D7AC6B;
     margin left: 0;
	 color: #000000; }
	 
h4 { border: 1px solid #FFFF99;
     font-family: verdana;
     font-size: 0.6em;
     background-color: #FFFF99;
	 color: #000000; }	 

a {font-size: 1.0em; line-height: 1.2em; font-family: arial; color: #790000; font-weight: bold; }
a:active { text-decoration: none; color:#790000; font-weight: bold;}
a:link { text-decoration: none; color:#000000; font-weight: bold; }
a:visited { text-decoration: none; color:#000000; font-weight: bold;}
a:hover {color:#790000; font-weight: bold; }

.table { 
         font-size: 0.6em;
         line-height: 1.0em;
		 color: #000000;
		 font-family: arial,verdana,helvetica,sans-serif;
		 font-weight: strong; }

.menu { 
         font-size: 0.7em;
         line-height: 1.0em;
		 color: #000000;
		 font-family: verdana,arial,helvetica,sans-serif;
		 font-weight: strong; }
		 
.table1 { 
         font-size: 0.7em;
         line-height: 1.0em;
		 color: #000000;
		 font-family: verdana;
		 font-align:justify; }		 
		 
		 
p,li,div {
    padding: 0.5em;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    margin left: 20; }



