BODY {
  background: #d1e2f5;
  color: #000066;
  margin-top: 5px;
  margin-left: 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
}


table { 
color:#000066;
background-color: #ffffff;
font-family: Arial, Verdana, San Serif, sans-serif; 
font-size: 10pt;
}
table.main {
  border: 1px;
  border-style: solid;
  border-color: #1f37ba;
}

/* small dark blue font */
.smallfont { 
color:#000066; 
font-family: Arial, Verdana, San Serif, sans-serif; 
font-size: 8pt;
}

/* dark blue background with small white font for copyright line */
.smallfontwhite { 
color: #ffffff; 
background-color: #00AFAF;
font-family: Arial, Verdana, San Serif, sans-serif; 
font-size: 8pt;
}


/* right padding for center images */
.imgborder {
padding-right: 10px;
}


/* dark blue background with white text */
.dkbluew {
background-color: #EAE8CF;
color: #00AFAF;
}

.newcolor {
background-color: #EAE8CF;
color: #00AFAF;
font-size: 16pt;
}

/* white background*/
.whbk{
background-color: #ffffff;
}

/* links */
A:link {
	TEXT-DECORATION: underline;
	color:#0066FF;
}

A:visited {
	TEXT-DECORATION: underline;
	color: #0066FF;
}

A:hover {
	TEXT-DECORATION: none;
	color: #FF6600;
}

/* top menu links */
A.menu {
	color : #00AFAF;
	text-decoration : underline;
	font-family : Verdana;
}

A:VISITED.menu {
	color : #00AFAF;
	font-family : Verdana;
}

A:HOVER.menu {
	color : #FF6600;
	font-family : Verdana;
}

/* java menu links */

A.nav{
font-family: Verdana, Arial, San Serif, sans-serif;  
font-size: 10pt;
text-decoration:none;
width: 120px;
color:white; 
font-weight:bold;
}

A:VISITED.nav {
font-family: Verdana, Arial, San Serif, sans-serif;  
font-size: 10pt;
text-decoration:none;
width: 120px;
color:white; 
font-weight:bold;
}

A:Hover.nav {
text-decoration:none;
font-size: 10pt;
width: 120px;
color:white;
font-family: Verdana, Arial, San Serif, sans-serif; 
font-weight:bold;
}
