/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center; /* IE 5 bug fix */
	font: 100.1% Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Title {
	text-align: center; /* IE 5 bug fix */
	font: 100.1% Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
#main {
	width: 760px;
	background-color: #FFFFFF;	
}

.greenTD {
	width: 6px;
	background-color: #afd068;	
}

#header {
	border-top:2px solid #afd068;
	border-left: 1px solid #fff;
	padding: 0;
	margin: 0;
}

.headimg {
	float:left;

}

#deAntigua {
	background-color: #f37d01;
	border: 1px solid #FFFFFF;
	padding: 0 15px 0 0;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold
}


.copyright {
	font-size: 12px;
    color:#FFFFFF;
	text-align:left;
}
.copyright a {
	text-decoration: none;
	color:#7eba00;
}

.copyright a:hover {
	font-weight: bold;
}
.copyright a:active {
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}

