/* Changing The Scrollbar */

html {scrollbar-face-color: #758BA6; scrollbar-arrow-color: #EEEEEE; scrollbar-highlight-color: #cccccc; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; }

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

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

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

/* 12 Points */
.12p {font-family: Arial,Verdana; font-size: 12pt; } 
/* 24 Points */
.15p {font-family: Arial,Verdana; font-size: 15pt;  font-weight: bold;  color: #5A6B9F;} 

/* 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: #758BA6;
        border-top-color: #758BA6;
        border-left-color: #758BA6;
        border-right-color: #758BA6;
}
.boxes1 {
        border: solid;
        border-width: 1px;
        border-bottom-color: #78BAB3;
        border-top-color: #78BAB3;
        border-left-color: #78BAB3;
        border-right-color: #025E54;
}
.boxes2 {
        border: solid;
        border-width: 1px;
        border-bottom-color: #78BAB3;
        border-top-color: #78BAB3;
        border-left-color: #025E54;
        border-right-color: #78BAB3;
}
.boxes3 {
        border: solid;
        border-width: 8px;
        border-bottom-color: #E8F2FF;
        border-top-color: #E8F2FF;
        border-left-color: #E8F2FF;
        border-right-color: #E8F2FF;
}
BODY {
background-color : #003366;
font-family : Verdana, Arial, sans-serif;
font-size: 80%;
color: #000000;
margin: 1px;
}
a.tsgi:link {text-decoration: none; color: #3b3995; font-weight: bold; }
a.tsgi:visited {color: #b2b0de; font-weight: bold; }
a.tsgi:hover {text-decoration: underline; color: #c72612; }

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


