li
{
	margin-top: 3px;
	margin-bottom: 3px;
}
a
{
	text-decoration: underline;
	padding: 2px 2px 2px 2px;
}
a:link
{
	color: rgb(0,102,255); /* SkyBlue */
}
a:visited
{
	font-style: italic;
	color: rgb(153,153,153); /* grey */
}
a:active 
{
	/* font-weight: bold; The bolding was causing the text to shift a little bit and sometimes tricky to see that you're not actually clicking the link */
	color: rgb(255,102,0); /* orange */
	background-color: rgb(0,0,0); /* black */
}
a:hover
{
/*	font-weight: bold;*/
	text-decoration: none;
	background-color: rgb(0,0,0); /* black */
}
.horizontalRail
{
	font-size:12pt;
	background-color: 7CB1CA;
}

/* Removed teh horizontal rail from the page

.horizontalRail a, .horizontalRail a:link
{
	color: rgb(255,255,255); 
}
.horizontalRail a:visited
{
	font-style: italic;
	color: rgb(255,255,255);
}

.horizontalRail a:hover
{
	background-color: rgb(0,0,0);
}
*/

.verticalRail
{
/*	border-right:1px dotted;
	border-right-color: rgb(0,0,0);*/
	font-size:10pt;
	width:"60%";
	border-left-color:rgb(0,0,0);
	border-top-color:rgb(0,0,0);
	border-bottom-color:rgb(0,0,0)
}
.verticalRail a:hover
{
/*	background-image:  url('Pool%20Bottom_small.jpg');*/
	background-color: "7CB1CA";
	color: rgb(255,255,255);
}
td
{
	border-left-width:1;
}
#local
{
	font-size: 8pt;
}
body
{
	font-family: Trebuchet, Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,102);
	margin-left:1;
	margin-right:1;
}
p
{
	line-height: 150%; word-spacing: 0; margin-top: 0; margin-bottom: 0;
}
.divsTable
{
	font-size: 10pt;
	text-decoration: underline;
}
table
{
	cellpadding:0px;
	border-collapse: collapse;
	padding-left:10;
	padding-right:10;
	width:"100%";
}
/*********************
 *  Header table: AEE	Akiki engineering...
 *********************/
#headerTable
{
	background-image: url('Pictures/index/Pool%20Bottom.jpg');
	color:rgb(255,255,255);
	text-align:center;
	font-family: Garamond, Verdana, Arial;
}
#headerCell1
{
	border-right-style: dotted;
	font-size:48;	
	width:161;
}
#headerCell2
{
    font-size:30;
	border-right-style:dotted;
	width:*;
}
#headerCell3
{
    font-size:18;
	width:207;
}
/*********************
  end of header table
 *********************/
 
/*********************
  navigationSpan
 *********************/
 
 /*********************
  end of navigationSpan
 *********************/
/*
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}

*/
