/*  Stylesheet for Taxaway  */


/* font styles */

.b2	{color: #006400; font-family: verdana; font-weight: bold}
.i2	{color: navy; font-weight: 600; font-style: italic}
h4, h5	{color: navy; font-weight: 600}

.bold1 {font-weight: 500; font-size: 12pt}
.bold2 {font-weight: 600; font-size: 14pt}
.bold3 {font-weight: 500; font-size: 8pt}
.name  {font-family: "arial black"; font-weight: 500; font-size: 8pt}

.footnote {font-family: arial, verdana; font-size: 0.9em; line-height: 0.95em}

.neat {font-family: "Calisto MT", arial;
	font-size: 11pt; font-weight: 800}
	
.exp {font-family: "arial";
	     font-size: 8pt; font-weight: 600; color: #800000}

.tag {font-family: "Calisto MT", arial;
	font-size: 11pt; font-weight: 600; font-style: italic}

.strike {text-decoration: line-through}


/* link properties --  in inherited order (to top of list):link, visited, active, hover */

a:active  {color: green; text-decoration: none} /*   active/hover link		--green  */
a:visited  {color: navy; text-decoration: none}  /*visited link			--navy */
a:link  {color: red; text-decoration: none}   /*unvisited link 			--red */

/* background colors */

.aqua {background-color: aqua}  
.blue {background-color: blue}  
.red {background-color: red}
.teal {background-color: teal}
.green {background-color: green}
.yellow {background-color: yellow}

/* text colors */

.t-aqua {color: aqua}  
.t-blue {color: blue}  
.t-red {color: red}
.t-teal {color: teal}
.t-green {color: green}
.t-navy {color: navy}


/* table styles */

.td-teal {font-family: verdana; font-size: 9pt; font-weight: 600; color: teal}


/* border properties:  color-style-width, page margin, padding */

.a-border 
{border-color: aqua; border-style: ridge; border-width: medium; 
  margin: 0.1em; padding: 0.3em}
.b-border 
{border-color: blue; border-style: ridge; border-width: thin; 
  margin: 0.0em; padding: 0.1em}
.r-border 
{border-color: red; border-style: ridge; border-width: thin; 
  margin: 0.2em; padding: 0.3em}
.t-border 
{border-color: teal; border-style: ridge; border-width: medium; 
  margin: 0.1em; padding: 0.3em}
.g-border 
{border-color: green; border-style: ridge; border-width: medium; 
  margin: 0.1em; padding: 0.4em}
.sp-border 
{border-color: aqua; border-style: ridge; border-width: thin; 
  margin: 0.1em; padding: 0.3em}
