﻿
body { 
	font-family: Calibri, Arial, San-serif;
	font-size: 12pt;
	background-color: #F60;
        padding: 10px 20px;
	scrollbar-face-color:       black;
	scrollbar-shadow-color:     gray; 
	scrollbar-highlight-color:  white;
	scrollbar-3dlight-color:    gray; 
	scrollbar-darkshadow-color: black;
	scrollbar-track-color:      white; 
	scrollbar-arrow-color:      white;
}

h1	{font-family: Calibri, Arial, sans-serif; font-size: 18pt; color: black; text-align: center;}

h2	{margin:1.5em 0 .75em 15px;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
  	}

h3	{font-family: Calibri, Arial, sans-serif; font-size: 14pt; color: #330066;}

th		{font-family: Calibri, Arial, San-serif; font-size: 14pt; background: #9CF;}
td		{font-family: Calibri, Arial, San-serif; font-size: 11pt; background: white;}

td.title	{background: #CCC; text-align: center;}

td.black 		{background: black;}
td.darkgray	{background: #333;}
td.gray			{background: #CCC;}

b		{font-weight: bold;}

a:link  	{font-family: Calibri, Arial, San-serif; color: blue; font-size: 100%; font-weight: bold; text-decoration: none;}
a:visited  	{font-family: Calibri, Arial, San-serif; color: #306; font-size: 100%; font-weight: bold; text-decoration: none;}
a:active  	{font-family: Calibri, Arial, San-serif; color: #F60; font-size: 100%; font-weight: bold; text-decoration: none; border-bottom:1px gray dotted;}
a:hover  	{font-family: Calibri, Arial, San-serif; color: #F60; font-size: 100%; font-weight: bold; text-decoration: none; border-bottom:1px gray dotted;}

a.title:link	{font-family: Calibri, Arial, San-serif; color: black; font-size: 24pt; font-weight: bold; letter-spacing:.2em; text-decoration: none;}
a.title:visited	{font-family: Calibri, Arial, San-serif; color: black; font-size: 24pt; font-weight: bold; letter-spacing:.2em; text-decoration: none;}
a.title:active	{font-family: Calibri, Arial, San-serif; color: #F60;  font-size: 24pt; font-weight: bold; letter-spacing:.2em; text-decoration: none; border-bottom:1px gray dotted;}
a.title:hover	{font-family: Calibri, Arial, San-serif; color: #F60;  font-size: 24pt; font-weight: bold; letter-spacing:.2em; text-decoration: none; border-bottom:1px gray dotted;}

a.white:link  	{color: white; font-size: 100%; font-weight: bold; text-decoration: none;}
a.white:visited {color: #CCC;  font-size: 100%; font-weight: bold; text-decoration: none;}
a.white:active  {color: white; font-size: 100%; font-weight: bold; text-decoration: none; background: #306;}
a.white:hover  	{color: white; font-size: 100%; font-weight: bold; text-decoration: none; background: #306;}

.copyright	{font:78%/1.6em "Trebuchet MS",Trebuchet,Sans-serif; color:gray; letter-spacing:.1em; text-align: center;}

