a {
	color: navy;
	text-decoration: underline
}


a:active { 
    color: #660000; text-decoration: underline  
}

a:visited { 
    color: maroon; text-decoration: underline
}

a:hover { 
    color: #6D6D6C; text-decoration: underline 
}

body    { 
         font-family: Verdana; 
         font-size: 10pt;
		 
}

.body    { 
         font-family: Verdana; 
         font-size: 10pt;
         text-indent: 30px;
         line-height: 150%
         }
         .SMALL-body    { 
         font-family: Verdana; 
         font-size: 8pt;
         text-indent: 30px;
         line-height: 140%
         }
 
TD  {
	font-size : 10pt;
	font-family : Verdana;
}


.menu  {
	font-size : 8pt;
	font-family : Verdana;
	color: white;
}

.s-SubTitle  {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
}



.small  {
	font-size : 8pt;
	font-family : Verdana;
}

.linkTitle  {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
}

.xsmall  {
	font-size : 7pt;
	font-family : Verdana;
}

.title  {
	color: #660000;
	font-size : 14pt;
	font-family : Verdana;
	font-weight : bold;
}

.subtitle  {
	color: black;
	font-size : 11pt;
	font-family : Verdana;
	font-weight : bold;
}

a.left {
	color : white;
	text-decoration : none;
	font-size : 12px;
	font-family : Courier New	
}

a.left:active  {
	color : #0009BF;
	text-decoration : none;
	font-size : 12px;
	font-family : Courier New
}

a.left:visited  {
	color : white;
	text-decoration : none;
	font-size : 12px;
	font-family : Courier New
}

a.left:hover  {
	color : #F0A020;
	text-decoration : none;
	font-size : 12px;
	font-family : Courier New
}

.excelTitle  {
	color: black;
	font-size : 16pt;
	font-family : Verdana;
	font-weight : bold;
}
.excelSubTitle  {
	color: black;
	background-color: silver;
	font-size : 12pt;
	font-family : Verdana;
	font-weight : bold;
}
.excelColumnHeader  {
	color: black;
	background-color: silver;
	font-size : 10pt;
	font-family : Verdana;
	font-weight : bold;
}
.excelYellowColumn  {
	color: black;
	background-color: yellow;
	font-size : 10pt;
	font-family :  Verdana;
}

.excelColumn  {
	color: black;
	background-color: white;
	font-size : 10pt;
	font-family :  Verdana;
}