﻿h1 {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 20pt;	/*16pt*/ 
	font-weight: bold;
}

h2 {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 10pt;
	font-weight: normal;
}

h4 {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 10pt;	
	font-weight: bold;
}

h5 {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 10pt;	/*10pt*/	
	font-weight: normal;
}

h6 {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 7pt; 
}

.nolink {
	font-family: arial, sans-serif; 
	color: #fcc; 
	font-size: 10pt; 
}

#header h4 {
	display: inline;
	padding: 0 0 0 100px; /* top right bottom left */
}

a:link { 
	color: #666; 
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/
	text-decoration: none;
}

a:active { 
	color: #666; 
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/ 
	text-decoration: none;
}

a:visited { 
	color: #666; 
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/ 
	text-decoration: none;
} 

a:hover { 
	color: #000; /* 09f - blue */
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/ 
	text-decoration: none; /* text-decoration: underline; */
}

/* Menu fonts */

.menuitem a:link { 
	color: #ddd; 
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/
	text-decoration: none;
	font-weight: bold;
}

.menuitem a:active { 
	color: #ddd; 
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/ 
	text-decoration: none;
	font-weight: bold;
}

.menuitem a:visited { 
	color: #ddd; 
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/ 
	text-decoration: none;
	font-weight: bold;
} 

.menuitem a:hover { 
	color: #fff; /* 09f - blue */
	font-family: arial, sans-serif; 
	font-size: 11pt;	/*10pt*/ 
	text-decoration: none; /* text-decoration: underline; */
	font-weight: bold;
}



.pagecontent {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 11pt;
	font-weight: normal;
	line-height: 2;
	text-align: left ;
}

.thumbstext {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 11pt;
	font-weight: normal;
	line-height: 2;
	text-align: center ;
}


.reviewer {
	font-family: arial, sans-serif; 
	color: #666; 
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}


