/* General font style for whole template */
body,table,td,div{font-family:Arial,Helvetica,sans-serif;font-size:9pt;}

/* Scrollbar colors */	
BODY {	
scrollbar-arrow-color:#00205A; 
scrollbar-3dlight-color:#55492D;
scrollbar-highlight-color:white;
scrollbar-face-color:#DAD9E3;
scrollbar-shadow-color:silver;
scrollbar-darkshadow-color:gray;
scrollbar-track-color:#E1E4EA;
}

/* link colors used in thumbs */
.lk{font-size:8pt;color:#000000;}
A.lk:LINK{color:#00205A;}
A.lk:ACTIVE{color:red;}
A.lk:HOVER{text-decoration:none;color:black;}
A.lk:VISITED{color: #00205A;}

/* link colors used in toc */
.toc{font-size:9pt;color:#000000;}
A.toc:LINK{color:#00205A;}
A.toc:ACTIVE{color:red;}
A.toc:HOVER{text-decoration:none;color:black;}
A.toc:VISITED{color: #00205A;}

/* link color for the status bar */
.info{color: #FFFFFF;}
a.info:link{color:white;}
a.info:active{color:red;}
a.info:hover{color:silver;text-decoration:none;}
a.info:visited{color:white;}

/* help links */
.help{	
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
	text-align: right;
	background-color: #00205A;
	}
a.help{color:#FFFFFF;}
a.helped{color:#00205A;font-size: 12pt;font-style: italic;font-weight: bold;text-decoration:none;}

/* slide title in notes */
.notettl{color:#003366;}

/* used for numbers in notes */
.rednum{color:#FF0000;}

/*content bg color */
.contentbg{background-color:#FFFFFF;}

/* video area bg color */
.videobg{background-color:#EFEFEF;} 

/* top, bottom, slide, logo and status bg color */
.template{background-color:#00205A;}

/* status colors and border display */
.infotbl {
	color: #00205A;
	background-color: #DAD9E3;
	border-top: 1px solid #00205A;
	border-right: 1px solid #00205A;
	border-bottom: 1px solid #00205A;
	border-left: 1px solid #00205A;
}

/* titles */
.ttl{font-weight:bold;}

/* THESE STYLES DO NOT APPLY TO THE PRESENTATION PAGE. THEY ARE USED BY THE LOBBY PAGE */
.dwld{font-size:8pt;color:#000099;}
.err{font-size:9pt;color:#FF0000;}
.good{font-size:9pt;color:#009900;font-weight:bold;}
.thumbs{position:relative;visibility:visible;z-index:auto;left:0px;top:2px;}
.cell_over{BACKGROUND-COLOR:#F1F19C;}
.cell_out{BACKGROUND-COLOR:silver;}
.menu{font-family:Arial,Helvetica,sans-serif;font-size:9pt;color:#000066;}