a {
  text-decoration : none

}

a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:hover {color: #FF88FF}
a:active {color: #0000FF}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted 
}

body.1 {
  padding-left: 11em;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  background-color: CadetBlue 
}

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif
}

h2 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size : 12px;
  color : white
}

celFont {color: #000000}

p.link {
  margin-top: 0pt; 
  margin-bottom: 0pt;
  margin-left: 2pt;
  line-height: 0.4cm
}

td.main {
  padding-left: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #EEEEEE
  te
}

tr.menu {background-color: #006699}

ul.none {
  list-style-type: none
}


table {
	font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	color: #333;
	background: #F3F5F7;
	}

table a {
	color: #3A4856;
	text-decoration: none;
	border-bottom: 1px solid #C6C8CB;
	}  

table a:visited {
	color: #777;
	}

table a:hover {
	color: #000;
	}  

table caption {
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 10px;
	font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	}

table thead th {
	background: #3A4856;
	padding: 15px 10px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	}

table tbody, table thead {
	border-left: 1px solid #EAECEE;
	border-right: 1px solid #EAECEE;
	}

table tbody {
	border-bottom: 1px solid #EAECEE;
	}
                      
table tbody td, table tbody th {
	padding: 10px;
	background: url("td_back.gif") repeat-x;
	text-align: left;
	}

table tbody tr {
	background: #F3F5F7;
	}

table tbody tr.odd {
	background: #F0F2F4;
	}

table tbody  tr:hover {
	background: #EAECEE;
	color: #111;
	}

table tfoot td, table tfoot th, table tfoot tr {
	text-align: left;
	font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-transform: uppercase; 
	background: #fff;
	padding: 10px;
	}
