/*  EET-stylesheet.css  for  EET web pages


body {
	 background: rgb(50%,100%,100%); 
	  }
*/
div {
	 font-family: Arial;
	 font-size: 12pt; 
	 overflow: hidden;
	 border: none;
	 }
p  	{ 
	line-height: 1.25; 
	font-family: Arial, Helvetica; 
	}
ul.lh2 { 
	line-height: 2;
	list-style-type: none;
	margin-left:0;
	padding-left:0; 
	}
h1  { 
	font-size: 18pt; 
	}
h2  { 
	font-size: 14pt; 
	}
h3	{
	font-size: 12pt; 
}    
	
hr.1 {
  border          : #96969; 
  background-color: #96969;
  width           : 25%;
  height          : 5px; 
}

hr.2 {
  color            : #969696; 
  background-color : #969696;
  width            : 95%;
  height           : 2px;
}

/* 
 color: #f00;
background-color: #f00;
height: 5px;

 color: #f00;
background-color: #f00;
height: 5px;
*/



em	{
	font-size: 6pt  
	}
table.top { 
  text-align : center;
  border-width : 2px;
  border-style : solid;
  border-color : gray;
  border-collapse : collapse;   
}

td.top {
	text-align : center;
	border-width : 1px;
	border-top : solid;
	border-color : gray;
	height : 30px;
}

table.contact {
	width : 75%;
	font-size : 14pt;
	border-width : 0px;
}

td.contact1 {
	border-width : 0px;
	font-size : 14pt;
	font-weight: bold;
	border-spacing : 0px
}

td.contact2 {
	border-width : 0px;
	font-size : 12pt;
	font-weight: bold;
	text-align : center;
}

table.comm {
	border-width : 0px;
	width        : 85%;
}

td.left {
	text-align : left;
}
td.right {
	text-align : right;
}
td.center {
	text-align  : center;
	font-size   : 18pt;
	font-weight : bold;
	height      : 80;
}
table.center2 {
	text-align  : center;
	font-size   : 12pt;
	width       : 75%;
}

table.center3 {
	text-align  : center;
	font-size   : 12pt;
	width       : 40%;
}


td.course1 {
	border-width : 0px;
	font-size : 12pt;
	font-weight: bold;
	border-spacing : 0px; 
	width          : 100;
}

table.2 {
	border-width : 0px;
	font-size : 12pt;
	border-spacing : 0px; 
	width          : 200;
	height         : 30;
}

td.next {
  font-size     :12pt;
  height        :40px;
  width         :200;
  }

td.brochure {
  font-size     :12pt;
  height        :40px;
  width         :50;
  }


table.center {
	border-width : 0px;
	width        : 85%;
	margin       : auto;
  }


tr.rh1      {
  height      : 30px;
  }  
  
tc.cw1      {
  width       : 200px;
  }
 

/*
border="0" cellpadding="2" width="85%"

td.1, th.1 { border: 1px solid }


table.1, td.1
{
    border-color: #0;
    border-style: solid;
}

table.1
{
    border-width: 2 2 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.1
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
   
}
*/

