/* Main properties */
body	{  background-color: #ffffff; margin-left: 0px; margin-top: 0px;  }
p,th    { font-family: arial, helvetica, sans-serif; font-size: 8pt; font-color: black }
					  
/* Table properties */				
tr	{ font-family: verdana, trebuchet, sans serif, century gothic, arial, helvetica; font-size: 8pt; vertical-align: top }
th	{ font-family: verdana, trebuchet, sans serif, century gothic, arial, helvetica; vertical-align: top }
td	{ font-family: verdana, trebuchet, sans serif, century gothic, arial, helvetica; color: #333366; font-size: 8pt;}

/* Background colors */
.bg_banner	{ background-color: #336699 }

.bg_blue	{ background-color: #336699 }
.bg_ltblue	{ background-color: #6699CC }
.bg_white	{ background-color: #FFFFFF }
.bg_ltgrey	{ background-color: #DADADA }
.bg_grey	{ background-color: #CCCCCC }
.bg_drkgrey	{ background-color: #999999 }
.bg_green	{ background-color: #66CC99; font-size: 7pt }
.bg_ltgreen	{ background-color: #99FFAA; font-size: 7pt } 
.bg_orange	{ background-color: #FFCC66; font-size: 7pt }
.bg_grey2	{ background-color: #CCCCCC; font-size: 7pt }
.bg_red		{ background-color: #CC6666; font-size: 7pt }

/* Text Properties */	
.smlfont 	{ font-family: arial, helvetica, sans-serif; font-size: 7pt; font-color: #333366 }
.boldfont	{ font-weight: bold }
.big_bold	{ font-size: 12pt; font-weight: bold; color: #333366 }
.italic		{ font-style: italic; font-size: 8pt }
.greyfont	{ font-size: 8pt; color: #CCCCCC; font-weight: normal }


.banner		{ font-size: 14pt; font-weight: bold; color: #ccccff }
.page_num	{ font-size: 12pt; font-weight: bold; color: #333366 }
.slide_title	{ font-size: 18pt; font-weight: bold; color: #333366 }
.slide_text	{ font-size: 14pt; font-weight: bold; color: #333366 }
.slide_footnote { font-size: 10pt; font-weight: bold; color: #333366 }


 
/* Link Properties */			
A:link 		{ color: #333399; font-size: 8pt; font-weight: normal; text-decoration: underline }
A:visited 	{ color: #333399; font-size: 8pt; font-weight: normal; text-decoration: underline } 
A:hover		{ color: #aaaaaa; font-size: 8pt; font-weight: normal; text-decoration: underline }

