/* Default CSS Stylesheet for a new Web Application project */
 
BODY {

  font-family:  Arial;
  font-size: 10pt;
  font-family: normal;
  letter-spacing: normal;
  margin: 0;
  text-transform: none;
  word-spacing: normal;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #ffffff;
  }

.templates
{ 
  font-family:  Arial;
  font-size: 12pt;
  font-family: normal;
  letter-spacing: normal;
  margin: 0;
  text-transform: none;
  word-spacing: normal;
  margin-top: 20px;
  margin-left: 50px;
  background-color: white;
  }
A {
  color: Blue;
  font-family: Arial; 
  font-size: 10pt; 
  text-decoration: none;
  }
  
A:visited {
  color: Blue;
  font-size: 10pt;
  text-decoration: none;
  }

A:hover	{	
	color: dimgray; 

	text-decoration: underline;
	}

H1, H2, H4, H5, TH, THEAD, TFOOT { COLOR: DarkBlue; font-family:Arial;}

H3 
{
font-family:Arial;
color: DarkBlue;
font-size: 13pt;
}

.copyright
{
  font-family:Arial;
  color:Black;
  font-size: 8pt;
}

table.MainTable{
BORDER-RIGHT: cccccc 1px solid;
BORDER-TOP: cccccc 1px solid;
BORDER-LEFT: cccccc 1px solid;
BORDER-BOTTOM: cccccc 1px solid
}
table.content {
  FONT-SIZE: 8pt;
  FONT-FAMILY: Arial
  }
table.contentform {
  FONT-SIZE: 10pt;
  FONT-FAMILY: Arial
  }
table.MENU {
  FONT-SIZE: 8pt;
  FONT-FAMILY: Arial;
  color: #333333;
  font-weight: bold;
  }
td.content {
  padding LEFT: 20px;
  FONT-SIZE: 10pt;
  FONT-FAMILY: Arial;
  }
table.contentLeftNav {
  FONT-SIZE: 10pt;
  FONT-FAMILY: Arial;
  font-weight: bold;
  background-color:Silver  
  }

td.contentLeftNav {
  FONT-SIZE: 10pt;
  FONT-FAMILY: Arial;
  background-color:Silver  
  }

table.Footer{
BORDER-TOP: DarkBlue 2px solid;
}
table.TopTen {
  FONT-SIZE: 8pt;
  FONT-FAMILY: Arial
  }

A.MenuLeft {
  color: DarkBlue;
  font-size: 10pt;
  FONT-FAMILY: Arial;
	text-decoration: none
  }
A.MenuLeft:visited {
  color: DarkBlue;
  font-size: 10pt;
  FONT-FAMILY: Arial;
text-decoration: none
  }
A.MenuLeft:hover {
  color: Gray;
  font-size: 10pt;
  FONT-FAMILY: Arial;
	text-decoration: underline
  }

A.Menu {
  color: DarkBlue;
  font-size: 8pt;
  FONT-FAMILY: Arial;
	text-decoration: none
  }
A.Menu:visited {
  color: DarkBlue;
  font-size: 8pt;
  FONT-FAMILY: Arial;
text-decoration: none
  }
A.Menu:hover {
  color: Gray;
  font-size: 8pt;
  FONT-FAMILY: Arial;
	text-decoration: underline
  }
