BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;

}

/* FONTS */

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:8pt;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
}

.smTxt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:7pt;
	color: #666666;
	font-weight : normal;
	text-decoration : none;
}


/* LINKS */

a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #AF0019;
	font-weight : bold;
	text-decoration : underline;
}


a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #AF0019;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #BEBEBE;
	font-weight : bold;
	text-decoration : underline;
}

.Lhead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	color: black;
	font-weight : bold;
	text-decoration : none;
}


.Lhead:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	color: black;
	font-weight : bold;
	text-decoration : none;
}

.Lhead:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	color: #AF0019;
	font-weight : bold;
	text-decoration : underline;
}

.Lfoot {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	color: white;
	font-weight : bold;
	text-decoration : none;
}

.Lfoot:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	color: white;
	font-weight : bold;
	text-decoration : none;
}

.Lfoot:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	color: white;
	font-weight : bold;
	text-decoration : underline;
}

/* LIST */

ul {
	list-style-type: square;
}

/* TABLE */
.tborder {
	border: 1px solid #8B8B8B
}

/* input */
.select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		background-color: #EAF6FC;
		border: 1px #72723B ridge;
		vertical-align: text-bottom;
		color: #000000;
		font-weight: normal
}
.selecta {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #FFFFCC; height: 18px; width: 400px; border: 1px #72723B ridge; color: #000000; font-weight: normal}

.button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		background-color: #EAF6FC;
		border: 1px solid #72723B;
		vertical-align: text-bottom;
		color: #000000;
		font-weight: normal
}
