/* Changing The Scrollbar */

html {scrollbar-face-color: #993300; scrollbar-arrow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; }

/* Green */
.green {font-family: Arial,Verdana; font-size: 12pt; background: #B2D1B2; } 

/* 9 Points */
.9pb {font-family: Arial MT, Arial,Verdana; font-size: 10pt; font-weight: bold; color: #F69751;}
/* 10 Points */
.10pb {font-family: Arial MT, Arial,Verdana; font-size: 8pt; font-weight: bold; color: #F8F8F8; } 
/* 10 Points */
.10pba {font-family: Arial MT, Arial,Verdana; font-size: 10pt; font-weight: bold; color: #F8F8F8; } 
/* 18 Points */
.18pb {font-family: Arial MT, Arial,Verdana; font-size: 14pt; font-weight: bold; color: #F8F8F8;}


/* 10 Points Bold */
.10p {font-family: Arial,Verdana; font-size: 10pt; font-weight: bold; color: #4444A0; } 

/* 11 Points */
.11p {font-family: Arial,Verdana; font-size: 11pt; } 

/* 12 Points */
.12p {font-family: Minion Pro,Arial Narrow,Arial,Verdana; font-size: 12pt; font-weight: bold; color: #00007E; background: #B2D1B2;} 
/* 15 Points */
.15p {font-family: Minion Pro,Arial Narrow,Arial,Verdana; font-size: 15pt; font-weight: bold; color: #00007E; background: #B2D1B2;}  
/* 18 Points */
.18p {font-family: Minion Pro,Arial Narrow,Arial,Verdana; font-size: 18pt; font-weight: bold; color: #00007E; background: #B2D1B2;}  

/* Table Outline */
td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;

}
.boxes {
        border: solid;
        border-width: 1px;
        border-bottom-color: #3C1605;
        border-top-color: #3C1605;
        border-left-color: #3C1605;
        border-right-color: #3C1605;
}
.boxes1 {
        border			: solid;
        border-width		: 6px;
        border-bottom-color	: #ffffff;
        border-top-color	: #ffffff;
        border-left-color	: #ffffff;
        border-right-color	: #ffffff;
        font-family		: Arial,Verdana; 
        font-size		: 8pt; 
        background		: #ffffff;
        color            	: #00007E;
        font-weight		: bold;
}
.boxes2 {
        border			: solid;
        border-width		: 1px;
        border-bottom-color	: #000000;
        border-top-color	: #000000;
        border-left-color	: #000000;
        border-right-color	: #000000;
}
BODY {
background-color : #7E330B;
font-family : Verdana, Arial, sans-serif;
font-size: 80%;
color: #000000;
margin: 1px;
}
a.tsgi:link {text-decoration: none; color: #F69751; font-weight: bold; }
a.tsgi:visited {text-decoration: none; color: #F69751; font-weight: bold; }
a.tsgi:hover {text-decoration: underline; color: #F69751; }

.floatimgleft {
float:left;
margin-top:10px;
margin-right:20px;
margin-bottom:10px;
}
.floatimgright {
float:right;
margin-top:10px;
margin-left:20px;
margin-bottom:10px;
}
