/* CSS Document */
 <style type="text/css" title="mystyles" media="all">

body { background-color: #99CCCC;
  color: #5d665b;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; 
  font-family: Verdana, Geneva,
  Arial, sans-serif;
  font-size: 10px;
  line-height: 180%
	}

p {
	text-indent: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

li {
	list-style-type: diamond;
}

h3 {
  color: #748EC8; 
  font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; 
} 
	
h2 {
  color: #ffffff; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px; 
	line-height: 100% 
	}

.holdcol {
	text-align: right;
	padding: 0px;
	width: 700;
	float: none
	}

.leftcol {
	text-align: right;
	padding: 0px;
	width: 25%;
	float: left
	}
	
a:link { color: #748EC8; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #000000; text-decoration: none }

	#box1 {
	background-color: #000000; 
	position: relative; 
	height: 30px;
	width; 700px }
	.midcol {
	background-color: #ffffff;
	 text-align: left;
	padding: 10px;
	width: 50%;
	float: left; }

.rightcol {
	background-color: #eeeeee;
	text-align: left;
	padding: 3px;
	position: relative;
	vertical-align: top;
	color: #666666;	
	}
	
	// table 2 uses CSS border style	

#table2 
	{
	visibility: visible;
	width: 100%;
	position: relative
	text-indent: 2 em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	}

#table2 table   
	{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left;
	background-color: transparent
	}

#table2 td
	{
	padding: 10px 4px 0px 4px;
	border-color: #999;
	border-width: 1px;
	border-style: none none dotted none
	}

#table2 tr
	{
	background-color: #D8EDF6
	}
ul {
	list-style-type: bullet;
/*	margin: 1em 0 8em 20px; */ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
</style>


