.myNewStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
} 
 
.my2ndNewStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
} 
 
.my3rdNewStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #800000;
} 
 
div {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight: ;
font-style: ;
font-size: 10pt;
text-align: center;
color: #FFFF00;
background: #000066;
padding: 0.5em;
border: 1px solid #FFFF00;
} 

a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: ;
	font-size: 10pt;
	text-align: center;
	color: #000066;
} 
a:link { 
	color: #000066 	
	border-style: outset; 
	border-width: 2; 
	padding-left: 6; 
	padding-right: 6; 
	padding-top: 1; 
	padding-bottom: 1; 
	background-color: yellow
} 
a:visited { 
	color: #000066 
} 
a:hover { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: ;
	font-size: 10pt;
	text-align: center;
	letter-spacing: 0.1ex;
	color: yellow; 
	font-variant: small-caps;
	background-color: #000066
} 
a:active { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	letter-spacing: 0.2ex;
	color: red; 
	font-variant: small-caps;
	background-color: #000066
} 





a.subitem {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
	background-color:;

} 
a.subitem:link { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066; 
	background-color:;

} 
a.subitem:visited { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066; 
} 
a.subitem:hover { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-variant: small-caps;
	background-color: #000066;
	color: yellow;
} 
a.subitem:active { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-variant: small-caps;
	background-color: #000066;
	color: red;
} 
 
p { 
width: 80%; 
} 
 
h1 { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt; 
font-weight: bold; 
color: #000066; 
}

h2 { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt; 
font-weight: bold; 
color: #000066; 
} 

h3 {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt; 
color: #000066; 
}

h4 {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: italic;
text-align: center; 
color: #000066; 
}

th { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
vertical-align: middle;
text-align: center; 
font-weight: bold;
font-size: 10pt;
color: #000066;
}

td { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
vertical-align: top;
text-align: left; 
font-size: 10pt;
color: #000066;
}

td.contents { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
vertical-align: top;
text-align: center; 
font-size: 10pt;
color: #000066;
}

li { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
vertical-align: middle;
text-align: left; 
font-size: 10pt;
color: #000066;
}


