/* default body settings, colors and fonts */
BODY {background-color : #161A67;}
P {font-size : 10pt;font-family : verdana,arial;color : Black;}a
.font {font-size : 10pt;font-family : verdana,arial;color : Black;}
.small-font {font-size : 8pt;font-family : verdana,arial;color : Black;}
.fine-print {font-size : 7pt;font-family : verdana,arial;color : Black;}
.fade-font {font-size : 8pt;font-family : verdana,arial;color : gray;}
.inst-font {font-size : 10pt;font-family : verdana,arial;color : gray;}
.no-rights {color : gray;}

/* anchor colors */
A  {
	color : Blue;
	text decoration : underline;
}
A:Visited  {color : red; text-decoration : underline}
A:Active  {
	color : Blue;
	text-decoration : underline
}
A:Hover  {color : red; text-decoration : underline}

/* anchor nav class colors */
A.nav {color : #b6cefb; text-decoration : none}
A.nav:visited {color : #b6cefb; text-decoration : none}
A.nav:hover {color : white; text-decoration : none}

/* navigation bar colors and font */
.nav-font {font-size : 8pt;font-family : verdana, arial;color : white;position : relative; top : 0;left : 0;}
.nav-bg {background-color : white;}
.layout-bg {background-color : #ddddee;}

/* header, subheader & footer colors and fonts */
.sub-font {font-size : 10pt;font-family : verdana, arial;color : #660099;font-weight : bold;}
.header-font {font-size : 10pt;font-family : verdana,arial;color : black;}
.header-title {font-size : 16pt;font-family : verdana,arial;font-weight:bold;}
.header-bg {background-color : white;}
.footer-bg {background-color : #b6cefb;}
.footer-line {background-color : #161a67;}
.subheader-bg {
	background-color : #B6CEFB;
}
.section-bg {background-color : #FFC800;}/*#FFC800*/
.subsection-bg {background-color : white;}
.but-gray {background-color : #BFBFBF;}
.dark-gray {background-color : #808080;}
.light-gray {background-color : #EEEEEE;}
.background {background-color : FECC29;}

/* misc. additional display classes */
.story-headline {font-size : 10pt;font-family : verdana,arial;color : Black; font-weight : bold;}

/* survey classes */
.survey-header {font-size : 14pt; font-weight: bold;font-family : verdana,arial;color : Black;}
.survey-numbers {font-size : 14pt; font-weight: bold;font-family : verdana,arial;color : #660099;}
.survey-bg {background-color:white;}
