body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color:  black;
}


a {
   text-decoration: none;
	font-weight: bold;
   color: blue;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
   color: purple;
}
/* nav is for the green and white tabs */
a.nav {
	font-weight: bold;
   color: white;
}

a.nav:hover {
   text-decoration :  none;
   background-color :  #660066;
   font-weight: bold;
   color: white;
}

a.nav:visited {
   text-decoration: none;
   font-weight: bold;
   color: white;
}

/* navwiz is for the navigation portion of the wizard */
a.navwiz {
   font-weight: bold;
   color: white;
   background-color: #006600;
}

a.navwiz:hover {
   text-decoration :  none;
   background-color :  #660066;
   font-weight: bold;
   color: white;
}

a.navwiz:visited {
   text-decoration: none;
   font-weight: bold;
   color: white;
   background-color: #006600;
}

/* searchforms sets the size of forms so they are not too large in netscape */
.searchforms {
   font-family: arial, helvetica, sans-serif;
   text-decoration: none;
   font-size: 11px;
}

/* location tells what page the user is on and is dark red */
.location {
   font-weight: bold;
   color: #660033;
}

.red {
   font-family: arial, helvetica, sans-serif;
   font-size: 10pt;
   color: red;
}

.white {
   color: white;
}

.green {
   color: #008000
}

.blue {
   font-family: arial, helvetica, sans-serif;
   font-size: 10pt;
   color: #000099;
} 

.small {
   font-size: 8pt;
   color: black;
}

/*percentage fonts are for the success ratings for Inbox */

.percentred {
   color: #FF0000;
   size: 13px;
   background-color: #C0C0C0;
}

.percentyellow {
   color: #FFFF00;
   size: 13px;
   background-color: #C0C0C0;
}

.percentgreen {
   color: #008000;
   size: 13px;
   background-color: #C0C0C0;
}

