body
{
	font-family: Arial;
	font-size: 10pt;
	
} 


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

li {
	font-family: Arial;
	font-size: 10pt;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}

.purple {
	color: #9900FF;
}

.teal {
	color: #339999;
}

.yellow {
	color: #FFFF00;
}

.bgyellow {
	background-color: #000000;
	color: #FFFF00;
}


.green {
	color: #006600;
}


h3 {
	
	font-family: Arial;
}

.dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
}

.ltdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
}

.subcat
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color:#ffffff;
}

img {  border-style: none;}
a { text-decoration:none; }


/* Expanding Lists - added 18OCT2005 dls */
#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 30px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
/* END Expanding Lists - added 18OCT2005 dls */


