.header1
{
font-size: 16px; font-weight: bold
}

.bodytextbold
 {
font-family: georgia, verdana, helvetica, sans-serif; font-size: 14px; font-weight: normal
}

.subject
{
font-weight: bold
}

.navlink
{
font-size: 11px;
font-family: verdana, helvetica, sans-serif;
color: #faf519;
}

.insidelink
{
color: #ff9933;
}

.insidelinknew
{
color: #cc6600;
}

.externlink
{
font-weight: normal;
color: #9933ff;

}

.mytablebackground
{
background-color: #ffCC33;
}

.mycellbackground
{
background-color: #ffffff;
}

#navcontainer { width: 140px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: #ffcc33;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ffee77;
color: #604090;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #aadd55;
color: #604090;
}

.question
{
font-family: Trebuchet MS, serif;
font-style: italic;
font-size: 16px;
margin-top: 20px;
}

.answer
{
margin-top: 6px;
}

.quizQ
{
font-family: georgia, verdana, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

.quizA
{
font-family: verdana, helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
}

.quoteStyle
{
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.homeQ
{
font-family: verdana, helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
font-style: italic;
line-height: 150%;
}
.commonText
{
font-family: Georgia, verdana, helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
}

/* Styles for EditTable page(s) */

 /*affects header over edit table*/
 /*
 h3 {
     margin:0 5px 0 5px; 
	 text-align:center; 
	 font-weight:normal;
	 background-color:#ccccff;
	 font-family: verdana, arial, sans-serif; 
	 }
	 */
	 
 /*affects TD in header row*/ 	 
 .headerRow td {
 	font-variant:small-caps;
 	font-weight:bold; 
	background-color:#ccffcc;
	text-align:center;
 } 
 .edTBL{border-collapse:collapse; border:1px solid #ccc;} /*affects edit table borders*/
 /*affects all TDs inside edit table*/
 .edTBL td {
 	border:1px solid #ccc;
	padding:0 2px; 
	font-family: verdana, arial, sans-serif;
	font-size:.9em; 
	} 
 .evenRow td{} /*affects all TDs in even TRs in edit table*/
 .oddRow td{background-color:#eeeeee;} /*affects all TDs in odd TRs in edit table*/

/* used for login/reg display */
.userInfo
{
font-family: verdana, helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
color: #99CC33;
}

/* used for display of hazard records */
.fieldName
{
font-family: Georgia, verdana, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #99CC33;

}
.fieldValue
{
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.showValue
{
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.minidate
{
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
}


.myCredit
{
font-family: verdana, helvetica, sans-serif;
color: orange;
font-size: 11px;
}

.infoWinDescrip
{
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
}

.myAlert
{
font-family: verdana, helvetica, sans-serif;
color: #cc0000;
font-size: 18px;
}

/* i like this color, too:  bgcolor="#C7E19E" */

