
h1  {font-family : Tahoma, verdana, arial, san-serif;
	font-size:48pt;}
h2 	{font-family : Tahoma, verdana, arial, san-serif;
	font-size:18pt;}
h3 	{font-family : Tahoma, verdana, arial, san-serif;
	font-size:16pt;}
h6  {font-family : arial, san-serif;
	font-size : 8pt;
	font-weight : normal;
	color : blue;
}
body {font-family: verdana, arial, san-serif;
	font-size: 10pt}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            blue1;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            gray4;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  color:            green;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 

.textnormal {font-family: verdana, arial, san-serif;
	font-size: 10pt}

ul {	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

li.bullet1 {background: url(Images/bullet1.gif) 
	left top no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}
li.redpoint {background: url(Images/redpoint.gif) 
	left center no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}