/* CSS General */
html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font: small/125% Tahoma, Arial, sans-serif, Helvetica;
}

* html body {
font-size: x-small;
}

h1, h2, h3, h4, h5, h6, ol, ul, form {
margin: 0;
padding: 0;
}

ol, ul {
list-style: none;
}

textarea {
overflow:auto;
}

address {
margin-right:2em;
margin-left:2em;
font-size:105%;
font-style:normal;
}
	
	address span {
	font-size:80%;
	font-weight:bolder;
	line-height:2em;
	text-transform:uppercase;
	border-bottom:2px solid #f67717;
	}

.cellborder_bot, .cellborder_rigbot, .cellborder_lefbot {
border-bottom-style:solid;
border-bottom-width:1px;
}

.cellborder_rigbot {
border-right-style:solid;
border-right-width:1px;
}

.cellborder_lefbot {
border-left-style:solid;
border-left-width:1px;
}