body 
{
	background: #FFFFFE;
	color: #000066;
	font-family: verdana,arial,courier;
	font-size: 10pt;
} 
    
div.foo:first-line 
{
	font-weight: bold;
	margin-left: 30px 
} 

center
{
	background: #FFFFFE;
	color: #000066;
	font-family: verdana,arial,courier;
	font-size: 10pt;
}

div:first-letter 
{
	font-size: x-large; 
	color: #ffffff 
} 

td
{
	color: #000066; font-family: verdana,arial,courier; font-size: 10pt;
}

ul ul li 
{
	font-size: x-large; 
	font-decoration: italic 
} 

h2 em { font-weight: 900 } 

h2.ex1 
{
	color: green;       /* This type of heading MUST be Green and Large! */
	line-height: 50px; 
	font-size: 40px 
} 

.clTDText
{
	font: 36pt/40pt courier;
	font-variant: small-caps;
	border: thick dashed blue 
} 


.menu4 {
  padding: 4px
}

.menu4 a {
  font: 10pt Verdana,Arial;
  font-weight: 600;
  display: block;
  width: 100%;
  text-decoration: none;
  background: #000080;
  color: #fffffe;
}

.menu4 a:hover {
  background: #fffffe;
  color: #000080;
}

.formItem
{
	background: #FFFFFE;
	color: #000066;
	font-family: verdana,arial,courier;
	font-size: 8pt
}

.small
{
	color: #000066;
	font-family: verdana,arial,courier;
	font-size: 7pt
}

.medium
{
	color: #000066;
	font-family: verdana,arial,courier;
	font-size: 11pt
}

.leftTableCell {
  font: 10pt Verdana,Arial;
  font-weight: 600;
  display: block;
  width: 100%;
  text-decoration: none;
  background: #000080;
  color: #fffffe;
 }

 .myButton {
   color:#000080;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:12px;
   width: 400px;
   font-weight:bold;
}


 .myBigButton {
   color:#000080;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:12px;
   width: 160px;
   font-weight:bold;
}


 .whitetext {
  font: 10pt Verdana,Arial;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
 }
