/* ---------------------------------------------- */
/* ---  COMMON STYLES  -------------------------- */
/* ---------------------------------------------- */

a, a:link,a:visited,a:active{
	color: #FD2E2E;
	text-decoration: underline;
}

a:hover{
	color: #004605;
	text-decoration: underline;
}

/* ---------------------------------------------- */
a.green:link,a.green:visited,a.green:active{
	color: #004605;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
a.green:hover{
	color: #FD2E2E;
	text-decoration: underline;
}
/* ---------------------------------------------- */
a.greenF:link,a.greenF:visited,a.greenF:active{
	color: #004605;
	text-decoration: none;
}
a.greenF:hover{
	color: #FD2E2E;
	text-decoration: underline;
}
/* ---------------------------------------------- */


body {
	margin: 0;
	padding: 0;
}

body, span, div, input, table, td, th, tr, form{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	margin: 0;
	padding: 0;

}

img{
	border: none;
}

cite {
	color: #004605;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0;
	padding: 0;
}

td{
	vertical-align: top;
}

ul{
	list-style: inside;
	list-style-type: square;
	padding-left: 25px;
}

li{
	margin: 0;
	padding: 0;
	line-height: 15px;
	padding-bottom: 15px;
	text-align: justify;
}

.icon{
	width: 16px;
}

.line{
	border-bottom: 1px solid #DBDBC9;
}
p {
	text-align: justify;
}
input, select, textarea{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

