BODY {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	background-color : #f7d5a5;
	background-image : url(graphics/borsued.jpg);
	margin-top : 0px;
}
td {
	font-family : "Times New Roman", Times, serif;
	color : Black;
}
.box {
	border-color : #660000;
	border : 1px solid;
	width : 160px;
	padding : 8px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	background-color : #C5772C;
}

A {
		text-decoration : none;	
			color : black;
		}
	
A:link { color: #000000 }
	A:visited { color: #000000 }
	A:active { color: #000000 }
	A:hover { color: #990000
	}



.bold {
	font-weight : bold;
}

.sans {
	font-family : Arial, Helvetica, sans-serif;
}

.sansbold {
	font-size : larger;
	font-family : Arial, Helvetica, sans-serif;
}

.sanslarge {
	font-size : large;
	font-family : Arial, Helvetica, sans-serif;
}

.fine
{
	font-size : smaller;
}

.sansfine {
	font-size : smaller;
	font-family : Arial, Helvetica, sans-serif;
}

.box1{
	border-color : #660000;
	border : 1px solid;
	padding : 5px 5px 7px 5px;
	margin-right : 45px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}

FORM {
	margin-top : 4px;
}
.border {
	border-color: White;
}