 A: {
 	text-decoration: underline;
 	color : Navy;
 }
 
 A:link {
 	text-decoration: underline;
 	color : Navy;
 }
 A:active {
 	text-decoration: underline;
 	color : Navy;
 }
 A:visited {
 	text-decoration: underline;
 	color : Navy;
 }
 BODY {
 	font-family: tahoma
 }
 Table{
 	font-family: tahoma
 }
 .headline
 {
 	color: white;
 	font-size: x-large;
 	text-indent : 65px;
 }

 li {
 	text-indent : 4px;
 	font-size : small;
 }
 .indent {
 	text-indent : 15px;
 }
 .margin1 {
 	margin-left : 15x;
 }
 
 .indent2 {
 	text-indent : 30px;
 }

 .lpad {
 	padding-left : 15px;
 }
 
 h1  {
 	font-size : medium;
 }
 h2  {
 	font-size : small;
 }

 h3  {
 	padding-top : 5px;
 	color: Navy;
 }
 .TDwhite{
 	color : white;
 }
 .cssBorder {
 	BORDER-BOTTOM: black 1px solid;
 	BORDER-LEFT: black 1px solid;
 	BORDER-RIGHT: black 1px solid;
 	BORDER-TOP: black 1px solid;
 	PADDING-LEFT: 2px;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 .head2 {
 	color: navy;
 	font-size : medium;
 }
 .smallbold {
 	font-size: smaller;
 	font-weight : bold;
 }
 .whitelink {
 	background-color: white;
 	color: red;
 	font-weight : normal;
 }
 .locationText
 {
 	FONT-SIZE: 8pt;
 	COLOR: black;
 	FONT-FAMILY: Verdana, Arial, helvetica, sans-serif
 }
 .setwidth400
 {
 	width : 400px;
 }
 .smalltext{
 	font-size : smaller;
 }

