
h1 {  font-family: Garamond, Georgia, "Times New Roman", Times, serif; font-size: 24px}
h2 {  font-family: Garamond, Georgia, "Times New Roman", Times, serif; font-size: 18px}
h3 {  font-family: Garamond, Georgia, "Times New Roman", Times, serif; font-size: 16px;}
h4 {  font-family: Garamond, Georgia, "Times New Roman", Times, serif; font-size: 14px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.quotes {font-size: 14px}
.red_small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.grey_small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.table_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	background-position: center top;
}
li {
	list-style-image: url(/images/page_icon.gif);
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}
.style3 {
	color: #FFFFCC;
	font-size: 24px;
}
.style4 {	font-size: 12px;
	font-weight: bold;
}
.floatright
{
float: right;
margin: 10 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
.floatleft
{
float: left;
border: 1px solid #666;
padding: 2px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0;
}
.upnnewstext {
color:#000000; padding: 4px;
}
 .opaque {	// for all other browsers
   background-color:#ffffff; 
	  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
/* usage of above <p class="upnnewstext opaque">Test paragraph with opacity</p>
*/
div.unptransbox {
  width:"90%";
  align="center";
  margin:5px 5px;
  background-color:#ffffff;
  /* border:1px solid black; */
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
div.unptransbox p
  {
 /* margin:30px 40px;
  font-weight:bold; */
  color:#000000;
  }



