
html {
height: 100%;
}

body {
	background: #FFF url(../images/por_bg.jpg) repeat;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:11px;
	color: #666666;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
	
ul
  {
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 1em;
  }
li
  {
  margin: 0;
  padding: 2px;
  }

form {
	margin: 0;
	padding: 0;
	}
	
a {
	color: #666666;
	text-decoration: underline;
	}
a:link {
	color: #666666;
	text-decoration: underline;
	}
a:active {
	color: #666666;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	}

#content {
	margin: 0;
	padding: 0;
	}

#content td {
	padding:7px;
	}
	
#go {
height:100%;
	vertical-align:bottom;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#74b81c;
}

#go a {
	color: #74b81c;
	text-decoration: none;
	}
#go a:link {
	color: #74b81c;
	text-decoration: none;
	}
#go a:active {
	color: #74b81c;
	text-decoration: none;
	}
#go a:visited {
	color: #74b81c;
	text-decoration: none;
	}
#go a:hover {
	color: #74b81c;
	text-decoration: none;
	}
	
#footer {
	padding:10px;
	text-align:center;
}

#logo {
	padding-bottom:4px;
}

#logo td {
	vertical-align:bottom;
}
