@charset "utf-8";
/* CSS Document */

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #00843E;
}

h1 {
	font-size: 30px;
	color: #00843E;
}

h2 {
	font-size: 24px;
	color: #FBBA00;
}

h3 {
	font-size: 16px;
	color: #333333;
}
body {
	background-image: url(images/bgpage-int.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
}
