
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 20px;

	background-color : white;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-left : 3%;
	margin-right : 3%;
}


H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : Black;
	text-align : center;
	line-height: normal; font-weight: bold;
}
H3 {
	color: Red;
	text-align : center;
}
 	/* Header Table */
	table.header{
		width : 100%; 
		border : none ;
		background-color : #CCCCCC;
	}
	  /* Quick Edit */
	  table.qe_table{ 
	  color: black;
	  border-collapse: collapse; 
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 12px;
      line-height: 20px;
	  }
	  tr.qe_groupheader{ 
	  background-color: gray ;
	  border: 1pt solid black;
      text-align: center;
      font-size: 12px;
      line-height: 20px;
  	}
	  tr.qe_testheader{
	background-color: White;
	border: 1pt solid black;
	border-top-width: medium;
	border-bottom-width: medium;
    font-size: 12px;
    line-height: 20px;

}
	  th.qe_table{
		border: 1pt solid black;
		}
	  td.qe_table{
		border: 1pt solid black;
		}
	  input.qe_mono{
		font-family: monospace;
		font-size: 12px
}
	  
	  /* Edit Table */
	  table.edittable{
	background-color : White;
	border : 0px;
	border-style : solid;
	border-color: Black;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width : 90%;
/*	margin: auto; */
	padding: 50px;
}
	td.edittable{
	border: 0pt solid;
	      font-size: 12px;
      line-height: 20px;

}
	th.edittable{
	border: 0pt solid;
	border-collapse: collapse;
	font-size: 14px; line-height: normal; font-weight: bold;
}
	  
	  /* Test Tables */
	table.tt_table{
		border-collapse: collapse;
		border: 1pt solid black;
		}
	tr.tt_table{
		border-collapse: collapse;
		border: 1pt solid black;
		}
	td.tt_table{
		border-collapse: collapse;
		border: 1pt solid black;
		font-size: 12px; line-height: 20px;
		}
	th.tt_table{
		border-collapse: collapse;
		border: 1pt solid black;
		font-size: 14px; line-height: normal; font-weight: bold;
		}
		
	/* Navigation Bar */
	table.nav{
	width : 100%;
	border : none;
	margin-bottom : 20px;
}
	td.nav{
	text-align: center;
}
	a:Hover.nav{
	color: red;
}

/* added by monica */
.subnav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}

.newsitem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.maintext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px}
.catalogno {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #0066FF}
.maintext_header {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: normal; font-weight: bold}

a:link { color: #333333; font-weight: normal}
a:hover {  color: #666666; text-decoration: none; font-weight: normal}
a:active {  color: #666666}
a:visited {  color: #666666; font-weight: normal}

.subnav a:link {  color: #333333; text-decoration: none}
.subnav a:hover {  color: #666666; text-decoration: none}
.subnav a:active {  color: #333333; text-decoration: none}
.subnav a:visited {  color: #333333; text-decoration: none}

.newsitem a:link {  text-decoration: none}
.newsitem a:hover {  color: #666666; text-decoration: none}
.newsitem a:active {  color: #333333; text-decoration: none}
.newsitem a:visited {  color: #333333; text-decoration: none}


