a {
	color: navy;
	text-decoration: underline
}

a:active { 
    color: #660000; text-decoration: underline  
}

a:visited { 
    color: maroon; text-decoration: underline
}

a:hover { 
    color: #F0A020; text-decoration: underline 
}


body    { 
         font-family: Times New Roman; 
         font-size: 10pt;
		 
}
 
TD  {
	font-size : 12pt;
	font-family : Times New Roman;
}

.small  {
	font-size : 12pt;
	font-family : Times New Roman;
}

.xsmall  {
	font-size : 7pt;
	font-family : Times New Roman;
}

.title  {
	color: #660000;
	font-size : 14pt;
	font-family : Times New Roman;
	font-weight : bold;
}

.subtitle  {
	color: black;
	font-size : 12pt
;
	font-family : Times New Roman
;
}

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 : Times New Roman
;
	font-weight : bold;
}
.excelSubTitle  {
	color: black;
	background-color: silver;
	font-size : 12pt;
	font-family : Times New Roman
;
	font-weight : bold;
}
.excelColumnHeader  {
	color: black;
	background-color: silver;
	font-size : 12pt
;
	font-family : Times New Roman
;
	font-weight : bold;
}
.excelYellowColumn  {
	color: black;
	background-color: yellow;
	font-size : 12pt
;
	font-family :  Times New Roman
;
}

.excelColumn  {
	color: black;
	background-color: white;
	font-size : 12pt
;
	font-family :  Times New Roman
;
}
