html {
	margin: 0;	
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #F4EBFE;
	line-height: 1.2;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

#header {
	margin: 0 auto;
	width: 810px; 
	background-color: #D9006C;
}

#centre {
	display: block;
	margin: 0 auto;
	width: 810px; 
}

#footer {
	margin: 0 auto;
	width: 810px; 
	background-color: #F4EBFE;
}

.menuTitle {
	font-weight: bold;
	color: navy;
}

.link1 a {
	text-decoration: underline;
	font-size: 14px;
    color:navy;  
}

.link1 a:hover {
	text-decoration: none;
    color: #0080FF;
}

.link2 a {
	text-decoration: underline;
	font-size: 10px;
    color: navy;  
}

.link2 a:hover {
	text-decoration: none;
    color: #0080FF;
}

.link3 a {
	text-decoration: underline;
    color: navy;  
}

.link3 a:hover {
	text-decoration: none;
    color: #0080FF;
}

.linkMenu a {
	text-decoration: underline;
    color: #D9006C;  
}

.linkMenu a:hover {
	text-decoration: none;
    color: #0080FF;
}

.linkEco a {
	background: #DEE7EC;
	text-decoration: none;
    font-size: 11px;
    color: navy;
}

.linkEco a:hover {
    color: #D9006C;
}

.text1 {
    color: #808080;
}

.text2 {
	font-size: 11px;
}

.reseco {
	text-decoration: underline;
    color: #D9006C;
    cursor: pointer;
}

.resecover {
	text-decoration: none;
    color: #0080FF;
    cursor: pointer; 
}

.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #8B8B8B;
}

td.menu {
	background-color: #DDCBFE;
	vertical-align: top;
	width:180px;
	padding-left:10px;
} 

td.content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 25px;
}

td.footer {
	display: block;
	color: #436976;
    text-align: center;
    font-size: 9px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
}

img.border2 {
	padding: 3px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}

.input {
	background-color: transparent;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;	
    border-color: #5f9ea0;
    height: 16px;
}

.input4 {
	background-color: transparent;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;	
    border-color: #5f9ea0;
    width: 32px;
    height: 16px;
}

.navtext {
	width: 115px;
	font-size: 8pt;
	border-width: 1px;
	border-style: outset;
	border-color: black;
	background-color: #ffffcc;
	color: black;
}

.line {
	border: 1px solid #8CACBB;
    border-width: 0px 1px 0px 0px;
    border-style: none solid none none;
}

.textoT {
    font-size: 12px;
    color: navy;
    background-color: transparent;
}

.textoA {
    font-size: 12px;
    color: #0000FF;
    background-color: transparent;
}

.minCell1 {
	color: #6E6E6E; 
	font-size: 9px; 
	text-decoration: none; 
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-color: #C0C0C0;
}

.minCell2 {
	color: #6E6E6E; 
	font-size: 9px; 
	text-decoration: none; 
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
	border-color: #C0C0C0;
	background-color: #F3F2E4;
}