.menu  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 9pt;
	font-weight : bold;
}

P  {
	font-family : Arial, Helvetica, sans-serif;
}

.bodytext  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12pt;
	font-weight : normal;
}

.newsletter  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12pt;
	font-weight : normal;
}

.caption  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 8pt;
	font-weight : bold;
	font-style : italic;
}

.header  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 16pt;
	font-weight : bold;
	font-style : italic;
}

.subheader  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 13pt;
	font-weight : bold;
	font-style : italic;
}

.menu:hover   { 
	color: yellow; 
	text-decoration: none; 
	font-size : 9pt;
	font-weight : bold;}
	
.menu:link    { 
	color: white; 
	text-decoration: none; 
	font-size : 9pt;
	font-weight : bold;}
/*
.menu:visited { 
	color: white; 
	text-decoration: none; 
	font-size : 9pt;
	font-weight : bold;}
*/
.menu:active  { 
	color: yellow; 
	text-decoration: none; 
	font-size : 9pt;
	font-weight : bold;}

.subheader:hover   { 
	color: orange; 
	text-decoration: none; 
	font-size : 13pt;
	font-weight : bold;}
	
.subheader:link    { 
	color: white; 
	text-decoration: none; 
	font-size : 13pt;
	font-weight : bold;}
/*
.subheader:visited { 
	color: blue; 
	text-decoration: none; 
	font-size : 9pt;
	font-weight : bold;}
*/
.subheader:active  { 
	color: orange; 
	text-decoration: none; 
	font-size : 13pt;
	font-weight : bold;}
	
DIV {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt: }
	
a:link {
	COLOR: WHITE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt: }
a:visited {
	COLOR: WHITE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt: }
a:active {
	COLOR: ORANGE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt: }
a:hover {
	COLOR: ORANGE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt: }
