<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.general-inputbox {
        font-family: "MS Sans Serif", Geneva, sans-serif;
        font-size: .70em;
        color: #000000;
        border-top-color: #000000;
        border-left-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        background-color: #FFFFFF;
	}

	.search-inputbox {
        font-family: "MS Sans Serif", Geneva, sans-serif;
        font-size: .70em;
        color: #000000;
        border-top-color: #000000;
        border-left-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        background-color: #ffffff;
	}

	.general-menu {
        font-family: "MS Sans Serif", Geneva, sans-serif;
        font-size: .70em;
        color: #000000;
        border-top-color: #000000;
        border-left-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        background-color: #FFCCFF;
	}

	.general-button {
        font-family: "MS Sans Serif", Geneva, sans-serif;
        font-size: .60em;
	font-weight: 600;
        color: #000000;
	background-color: #FFFFFF;
	}

	.general-textarea {
        font-family: "MS Sans Serif", Geneva, sans-serif;
        font-size: .70em;
        color: #000000;
        border-top-color: #000000;
        border-left-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        background-color: #FFCCFF;
	}

	.general-checkbox {
        font-size: .70em;
        color: #A0C8CB;
        background-color: #FFFFFF;
	}

	.general-radiobutton {
        font-size: .70em;
        color: #000000;
        background-color: #CCCCCC;
	}

	td {
	font-size: 9pt;
	font-family: "verdana", helvetica;
	}

	a, a:link, a:active {
  	font-family: "verdana", helvetica;
  	font-size: 9pt;
  	font-style: normal;
  	line-height: normal;
  	font-weight: 500;
  	font-variant: normal;
  	color: darkblue;
  	text-decoration: undeline;
  	border-width: 0px;
	}

	a:visited {
  	color: darkbrown;
  	text-decoration: underline;
	}

	a:hover {
  	color: purple;
  	text-decoration: none;
	}

	FORM, MENU { 
	margin-bottom: 0px; margin-top: 0px; 
	}

	.cart-button {
        font-family: "MS Sans Serif", Geneva, sans-serif;
        font-size: .70em;
	font-weight: 500;
        color: darkgreen;
	}

	.soft-list {
        margin-top:4px;
	margin-bottom:0px;
	}

	.soft-list-nomargintop {
        margin-top:0px;
	margin-bottom:6px;
	}

	/* ############# */
	
	/* ############# */

	
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.picture-box {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 155px;
    height: 155px;
    background-position: left bottom !important;
}
.button {
    background: rgb(246,230,180); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    color: #000 !important;
    font-size: 15px !important;
    text-decoration: none;
    font-weight: 600 !important;
}
</pre></body></html>