BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;

}

/* FONTS */

td {
	font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
}

.clock {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: white;
	font-weight : normal;
	text-decoration : none;
}




/* LINKS */

a {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #AF0019;
	font-weight : bold;
	text-decoration : underline;
}


a:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #AF0019;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #BEBEBE;
	font-weight : bold;
	text-decoration : underline;
}

.Lfoot {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: white;
	font-weight : normal;
	text-decoration : none;
}

.Lfoot:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: white;
	font-weight : normal;
	text-decoration : none;
}

.Lfoot:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #efefef;
	font-weight : normal;
	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
}
