BODY {
	font-family: "Times New Roman", Times, serif;
	color: #000088;
	margin: 0px;
	background: White;
}
	  
P, OL, UL, DL, TH {
	font-size: 12pt;
	color : Black;
}
/*font-family is already defined, here I only set the font-size*/ 

P OL, P UL, P DL, OL UL {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: transparent;
}
/*and here the I prevent the incredible shrinking text*/

li, td {
	font-family: "Times New Roman", Times, serif;
	font-size : 12pt;
}
        
.six {
	font-size: 8pt; 
	color: #999999; /*this is for small text*/
	background: transparent;
}
  
.red {
	color : #FF0000; 
	background: #FFFFFF;
}

.mint {
	color: #009999; 
	background: #FFFFFF;
}

.ROT {
	font-size: 14pt; /*also red, but bigger and in bold*/
 	color: #FF0000; 
	font-weight: 600; 
	background: #FFFFFF;
}
    

strong, b {
	font-weight: 800;/*NN 4.xx needs that...*/
 }

big {
	font-size: larger; /*to emphasize words, use it inline with a SPAN class*/ 
 }
 
small {
	font-size: smaller;
}
/*not really necessary, but one never knows...use it inline with a span class*/

p.IndexTop {
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}

h1, h2, h3, h4, h5, h6 {
	font-family : "Times New Roman", Times, serif;
}

h1 {
	color: Navy;
	font-size: 14pt;
	text-align: center;
	text-decoration: underline;
}

h2 {
	color: Blue;
	font-size:12pt;
	text-align : center;
	text-decoration: underline;}

h3{
	color: Black;
	font-size:10pt;
	text-align : center;
}

h4, h5, h6 {
color: Black;
font-size:10pt;
}

.main_text {
	color: Black;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

.main_text_big {
	color: Black;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.main_text_bold {
	color: Black;
	font-size:12pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.maintext_underline {
	color: Black;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

.maintext_black {
	color: Black;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.maintext_larger {
	color: Black;
	font-size:12pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.maintext_bold_black {
	color: Black;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.maintext_bold_red {
	color: Red;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

span.boldsmall {
	font-weight: bold; 
	font-size: x-small;
}

span.xxsmall {
	font-size: xx-small;
}

.xxsmall {
	background : transparent;
	color : Black;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
}

.trbg {
	background: blue;
	color : Yellow;
	font-weight : bold;
}

.trbriefhdr {
	background: Teal;
	color : Yellow;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
}

.brieftbl {
	color : Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
}

p.question {
	font-weight: bold; 
	text-align: left;
}

p.answer {
	text-indent: 1cm;
}

p.top {
	font-size: x-small;
}

p.indent {
	margin-left : 25px;
}


	LI.menuitem
	{
		list-style-type : none;
		list-style-image : none;
		padding-left : 0;
		margin-left : 0;
	}

	.MenuHdr
	{
		FONT-SIZE: 12pt;
		COLOR: Navy;
		FONT-FAMILY: 'MS Sans Serif', Helvetica, arial;
		BACKGROUND-COLOR: transparent;
		font-weight : bold;
		text-decoration : underline;
	}

	.MainMenuItem
	{
		FONT-SIZE: 10pt;
		COLOR: Navy;
		FONT-FAMILY: 'MS Sans Serif', Helvetica, arial;
		BACKGROUND-COLOR: transparent;
		font-weight : bold;
	}

	.SubMenuItem
	{
		FONT-SIZE: 8pt;
		COLOR: Black;
		FONT-FAMILY: 'MS Sans Serif', Helvetica, arial;
		BACKGROUND-COLOR: transparent;
		padding-left : 10px;
	}

.yellow {
	font-size: 12px;
	color : Yellow;
	font-weight : bold;
}