/* Body */

BODY	{
	/* background-image:;
	background-position:;
	background-attachment:;
	background-repeat:; */
	background-color:;
	font-family: Verdana;
	/*margin-left: 5%;
	margin-right: 5%;*/
	}
	
/* Links */
/*unvisited link*/
a:link {
  font-weight: bold;
	text-decoration: underline;
  background-color: white;
	color:#000000;
  }

/*visited links*/
a:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: white;
	color:#000000;
	}

a:hover {
  /*font-weight: bold;*/
  background: #E7F6FC;
  color: #000000;
  text-decoration:underline;
  }

/*Class for misc toolbar links*/
a.toolbar:link {
  font-weight: bold;
	text-decoration:none;
  background-color: #9FDCF4;
	color: black;
	}

a.toolbar:visited {
  font-weight: bold;
	text-decoration:none;
  background-color: #9FDCF4;
	color: black;
	}
	
a.toolbar:hover {
  /*font-weight: bold;*/
  background: white;
  color: black;
  text-decoration:none;
  }

/*Class for misc toolbar links*/
a.footer:link {
	font-weight: normal;
	text-decoration:underline;
  background-color: #9FDCF4;
	color: black;
	}

a.footer:visited {
  font-weight: normal;
	text-decoration:underline;
  background-color: #9FDCF4;
	color: black;
	}
	
a.footer:hover {
  font-weight: normal;
	background-color: white;
  color: black;
  text-decoration:none;
  }
	
  /*Class for in-page links*/
a.inpage:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #EDEDED;
	color:#6699cc;
  }

a.inpage:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #EDEDED;
	color:#6699cc;
	}

	/*Class for Summary type links*/
a.viewoptionON:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #FBF9D6;
	color:#000000;
  }

a.viewoptionON:visited {
	font-weight: bold;
	text-decoration: underline;
  background-color: #FBF9D6;
	color:#000000;
  }

/*Class for non-Certified links*/
a.viewoptionOFF:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #FBF9D6;
	color:#e2e1d9;
  }

a.viewoptionOFF:visited {
	font-weight: bold;
	text-decoration: underline;
  background-color: #FBF9D6;
	color:#e2e1d9;
  }
	
	/*Class for left nav links*/
a.leftnav:link {
	font-weight: normal;
	color:#000000;
	text-decoration: underline;
  background-color: #ffffff;
	border: none;
	}
	
a.leftnav:visited {
	font-weight: normal;
	color:#000000;
	text-decoration: underline;
  background-color: #ffffff;
	border: none;
	}	

a.leftnav:hover {
  font-weight: bold;
  background-color: #E7F6FC;
	color:#6699cc;
  text-decoration:none;
  }
	
/*Class for center in-page links*/
a.helppage:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#6699cc;
  }

a.helppage:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#6699cc;
	}

/*Class for View links*/
a.tableview:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#00008b;
  }

a.tableview:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#00008b;
	}

/*Class for Home links*/
a.homeview:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#9D0009;
  }

a.homeview:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#9D0009;
	}	

	/*Class for Home links*/
a.helpstepsON:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #FCF9D6;
	color:#9D0009;
  }

a.helpstepsON:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #FCF9D6;
	color:#9D0009;
	}

	/*Class for Premium links*/
a.premium:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #EDEDED;
	color:#9D0009;
  }

a.premium:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #EDEDED;
	color:#9D0009;
	}
	
	/*Class for Table List links*/
a.tablelist:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #E7F6FC;
	color: black;
  }

a.tablelist:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #E7F6FC;
	color: black;
	}

	/*Class for Audit Table List links (black on gray)*/
a.audittable:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #EEEAEA;
	color: black;
  }

a.audittable:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #EEEAEA;
	color: black;
	}	
