/* CSS Document */

h1 {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 50px; 
	font-style: italic; 
	font-weight: bold; 
	line-height: 140%; 
	color: #F1A629;}

h2 {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 40px; 
	font-style: italic; 
	font-weight: bold; 
	line-height: 140%; 
	color: #F1A629;}

h3 {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 30px; 
	font-weight: bold; 
	line-height: 120%; 
	color: #000099;}
	
h4 {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 20px; 
	line-height: 100%; 
	color: #000099;}
	
h5 {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 18px; 
	line-height: 1000%; 
	color: #000099;}
	
h6 {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 11px; 
	font-weight: bold; 
	line-height: 100%; 
	color: #000000;}

/* table{table-layout:fixed;} */

td {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif;
    font-size: 16px;  
	font-weight: bold; 
	line-height: 120%;}
	
p {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
   font-size: 16px;  
   font-weight: bold; 
   line-height: 120%;}
   
a {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
   font-size: 16px; 
   font-weight: bold; 
   line-height: 120%;}
   
a.banner {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
   font-size: 16px; 
   font-weight: bold; 
   line-height: 120%;}

a.th {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 22px; 
	line-height: 100%; 
	color: #000099;}
	
li {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
   font-size: 16px;  
   font-weight: bold; 
   line-height: 120%;}

dt {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
    font-size: 22px; 
	line-height: 100%; 
    font-weight: bold; 
	color: #009900;}
   
q {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; 
   font-size: 14px; 
   font-style: italic; 
   font-weight: bold; 
   line-height: 90%;}
   
a:hover {color: #006600;}

blockquote {font-family: "Georgia", "Times New Roman", "Times", serif, sans-serif; font-size: 14px; font-style: italic; font-weight: bold; 
  line-height: 120%; border-style: double; border-color: #CC9900; border-width: 6px; margin-left: 0px; background-color: #CCCCCC; width: 740px;}

div {width: 740px}

.strong {font-weight: bold;}
.em     {font-style: italic;}
.u      {text-decoration: underline;}
