/* ---------------------------------------------- */
/* ---  COMMON STYLES  -------------------------- */
/* ---------------------------------------------- */

a, a:link,a:visited,a:active{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #B21300;
	text-decoration: underline;
}

/* ---------------------------------------------- */
a.topMenuLink:link,a.topMenuLink:visited,a.topMenuLink:active{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.topMenuLink:hover{
	color: black;
	text-decoration: underline;
}
/* ---------------------------------------------- */
a.greenF:link,a.greenF:visited,a.greenF:active{
	color: #004605;
	text-decoration: none;
}
a.greenF:hover{
	color: #FF3333;
	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: 11px;
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;
}

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: 0px;
	padding-left: 25px;
}

li{
	margin: 0;
	padding: 0;
	line-height: 15px;
	text-align: justify;
}

.icon{
	width: 16px;
}

.line{
	border-bottom: 1px solid #DBDBC9;
}
p {
	text-align: justify;
	padding: 0px 2px 0px 2px;
	margin: 2px 0px 0px 0px;
}
p.txt {
	text-align: justify;
	padding: 0px 10px 0px 10px;
	
}
input, select, textarea{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #686868;
	background-color: White;
}


