
 /* $MVD$:color("18","cafffe","Pale yellow","1") */
 /* $MVD$:fontset("Arial","Arial") */
 /* $MVD$:fontset("Verdana","Verdana") */
body {	
	font-size: 10pt; line-height: 12pt;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: white}

/* color is blue */
a:link {
	color : blue
	text-decoration : underline;}
	
/* color is brown */
a:visited {
	color : "#CC3366";
	text-decoration : underline;}
	
a:hover {
	text-decoration : underline;}

H1 { 	
	font-family : "Verdana";
	font-size : 12.0pt;
	background-color : white;
	background-image : none;
	text-decoration : none;
	text-transform : none;
	text-align : left;
	color : red;
	border : solid silver 2.0pt;
	margin-bottom : 6.0pt;
	padding : 1.0pt;}

H2 { 
	font-weight : bold; 
	font-size : 18.0pt;}

H3 { 
	font-weight : bold; 
	font-size : 14.0pt;}

H4 {
	font-weight : bold; 
	font-size : 12.0pt;}

H5 { 
	font-size : 12.0pt;
	background-color : gray;
	color : white;
	border-top : none;
	border-bottom : solid black 1.0pt;
	padding-bottom : 1.0pt;}

H6 {
	font-size : 12.0pt;}

P {
	font-family : "Verdana";
	font-size : 10.0pt;
	background-color : transparent;}

.mvd-P {
	font-family : "Verdana";
	font-size : 10.0pt;
	background-color : transparent;}

PRE {
	font-family : "Verdana";
	font-style : normal;
	font-variant : normal;
	font-size : 10.0pt;
	text-align : left;
	color : black;}
	
.mvd-PRE {
	font-family : "Verdana";
	font-style : normal;
	font-variant : normal;
	font-size : 10.0pt;
	text-align : left;
	color : black;}
	
P.Tip {
	font-family : "Verdana";
	font-style : normal;
	font-size : 10.0pt;
	text-transform : none;
	text-indent : 6.0pt;
	color : black;
	border : solid black 1.0pt;
	word-spacing : normal;
	letter-spacing : normal;
	margin-left : 12.0pt;
	margin-right : 12.0pt;
	padding : 1.0pt;}
	
.mvd-P-Tip {
	font-family : "Verdana";
	font-style : normal;
	font-size : 10.0pt;
	text-transform : none;
	text-indent : 6.0pt;
	color : black;
	word-spacing : normal;
	letter-spacing : normal;
	margin-left : 12.0pt;
	margin-right : 12.0pt;
	padding : 1.0pt;}
	
P.DropText {
	font-family : "Verdana";
	font-size : 10.0pt;
	background-color : #FEFFCA;
	text-align : justify;
	color : black;
	margin-left : 10.0pt;
	margin-right : 10.0pt;}
	
.mvd-P-DropText {
	font-family : "Verdana";
	font-size : 10.0pt;
	background-color : #FEFFCA;
	text-align : justify;
	color : black;
	margin-left : 10.0pt;
	margin-right : 10.0pt;}
	
.mvd-P-PopupHead { 	
	font-family : "Verdana";
    font-weight : bold;
    font-size : 12.0pt;
    background-color : transparent;
    text-align : left;
    color : black;}
    
EM.dropspot {
	color : green; cursor: hand;}
	
/* text color is green */	
.Hilite1 {
	font-family : "verdana, helvetica, sans serif";
	color: #008000; 
	font-size : 10.0pt;}
	
/* text color is blue */	
.Hilite2 {
	font-family : "verdana, helvetica, sans serif";
	color: #0000FF; 
	font-size : 10.0pt;}
	
/* text color is red */		
.Hilite3 {
	font-family : "verdana, helvetica, sans serif";
	color: #FF0000; 
	font-size : 10.0pt;}
	
/* text color/background color : black/yellow */			
.Hilite4 {
	font-family : "verdana, helvetica, sans serif";
	color: #004080; 
	background-color : #FFFF00; 
	font-size : 10.0pt;}
	
/* text color/background color : black/green */		
.Hilite5 {
	font-family : "verdana, helvetica, sans serif";
	color: #004080; 
	background-color : #99ff99; 
	font-size : 10.0pt;}
	
/* text color/background color : black */		
.Hilite6 {
	font-family : "verdana, helvetica, sans serif";
	color: #004080; 
	background-color : #ffccff; 
	font-size : 10.0pt;}	

.NormalText {
	font-family : "verdana, helvetica, sans serif";
	background-color : #ffffff; 
	font-size : 10.0pt;}
	
ol {
	margin-top : 6pt; 
	margin-bottom : 0pt;}
	
ol li {
	margin-bottom : 5pt; 
	margin-left : 12pt;}
	
ol ul li {
	margin-left : -18pt;}
	
table {
	border : 2;
	border-style : solid;
	border-color : #1E1D89;
	margin-top : 6pt;
	width : 95%;}
	
table.note {
	border : 0; 
	width : 80%;}
	
td.head{border : 1;
	border-style : solid;
	font-size : 10pt;
	vertical-align : top;
	border-color : gray;
	padding-top : 2;
	
	padding-bottom : 4;
	}

td {
	border : 1;
	border-style : solid;
	font-size : 10pt;
	vertical-align : top;
	border-color : gray;
	padding-top : 2;
	padding-right : 4;
	padding-bottom : 4;
	padding-left : 4;}
	
th {
	border : 1;
	border-style : solid;
	text-align : center;
	vertical-align : bottom;
	background : #1E1D89;
	font-size : 10pt;
	color : #F9F9F9;
	margin : 2pt;
	border-color : #1E1D89;}
	
tr {
	vertical-align : top;
	margin-bottom : 0pt;}

ul {
	list-style : disc;
	margin-top : 6pt;
	margin-bottom : 0pt;}

ul li {
	margin-bottom : 5pt;
	margin-left : -16pt;}