.text {
	font-family: arial;
	font-size: 10pt;
	color: #666666;
	text-align: justify;
	padding: 30px;
}

.titque {
	font-family: arial;
	font-size: 10pt;
	color: #666666;
	
}

.title {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;	
	color: #413b2e;
}


.footer {
	font-family: arial;
	font-size: 8pt;
	color: #8f8f7f;
	background-repeat:no-repeat;
	background-position: right top;
}

/* LINKS */
a:link {
	font-family: arial;
	font-size: 10pt;
	color: #ee6600;
	text-decoration: none;
}

a:visited {
	font-family: arial;
	font-size: 10pt;
	color: #ee6600;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-size: 10pt;
	color: #ff9900;
	text-decoration: underline;
}

a.menu:link {
	font-family: arial;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}

a.menu:visited {
	font-family: arial;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}

a.menu:hover {
	font-family: arial;
	font-size: 10pt;
	color: #cccccc;
	text-decoration: underline;
}

a.minilink:link {
	font-family: arial;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

a.minilink:visited {
	font-family: arial;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

a.minilink:hover {
	font-family: arial;
	font-size: 8pt;
	color: #cccccc;
	text-decoration: underline;
}

/* FORM */
input, textarea {
	background-color: #f4f4e1;
	font-family: arial;
	font-size: 10pt;
	color: #666666;
	padding: 2px;
	border-style: solid;
	border-color: #413b2e;
	border-width: 1px;
}

button {
	background-color: #7f8070;
	font-family: arial;
	font-size: 10pt;
	color: #ffffff;
}

