

FONT {
    font-family: "Verdana", "Arial", sans-serif;
   	font-size: 10pt;
	color: #FFFFFF;
}

P {
    font-family: "Verdana", "Arial", sans-serif;
   	font-size: 10pt;
	color: #FFFFFF;
}

LI {
    font-family: "Verdana", "Arial", sans-serif;
   	font-size: 10pt;
	color: #FFFFFF;
}

LI.black {
    font-family: "Verdana", "Arial", sans-serif;
   	font-size: 10pt;
	color: #000000;
}


FONT.Title {
	font-size: 10pt;
	color: #FFFF00;
    font-weight: bold;
}

FONT.SlideHeader {
	font-size: 13pt;
    font-weight: bold;
}
FONT.SlideHeaderQuote {
	font-size: 12pt;
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
}
FONT.SlideHeaderSub {
	font-size: 10pt;
    font-weight: bold;
}
FONT.Quote {
	font-size: 10pt;
	font-style: italic;
	color: #FFFFFF;
}
FONT.highlightYellow {
	color: #FFFF00;
    font-weight: bold;
}
FONT.highlightBlue {
	color: #3333CC;
    font-weight: bold;
}
FONT.highlightWhite {
	color: #FFFFFF;
    font-weight: bold;
}
FONT.Agenda {
   	font-size: 10pt;
	color: #FFFFFF;
}
FONT.AgendaBlack {
   	font-size: 10pt;
	color: #000000;
}

FONT.colHeader {
	font-size: 13pt;
    font-weight: bold;
	color: #3333CC;
}
FONT.colText {
	font-size: 10pt;
	color: #000000;
}


A {
	color: #FFFF00;
	text-decoration: none;
    font-weight: bold;
	font-size: 10pt;
}
        
A:Hover {
	color: #FFCC00;
	text-decoration : underline;
    font-weight: bold;
	font-size: 10pt;
}

A.blueLink {
	color: #3333CC;
	text-decoration: none;
    font-weight: bold;
	font-size: 10pt;
}
        
A.blueLink:Hover {
	color: #3333CC;
	text-decoration : underline;
    font-weight: bold;
	font-size: 10pt;
}


.colYellow {
	background-color: #FFCC00;
}

.colBlue {
	background-color: #3333CC;
}
