BODY { 
	margin: 0 0 0 0;
	background-color: white;
	font-family: arial, Sans-serif;
	font-size: 10pt;
}

td {
	font-family: arial, Sans-serif;
	font-size: 10pt;
}

A:link { color: black; text-decoration: underline; }
A:visited { color: black; text-decoration: underline; }
A:hover { color: blue; text-decoration: underline; }

.navbar {
	color: #9F9F9F;
	font-size: 8pt;
	font-weight: bold;
}

A.navbar:link { color: #9F9F9F; text-decoration: none; }
A.navbar:visited { color: #9F9F9F; text-decoration: none; }
A.navbar:hover { color: red; text-decoration: none; }

.HD1 {
	font-size: 18pt;
}

.HD2 {
	font-size: 14pt;
}

.HD3 {
	font-size: 12pt;
}

.attention {
	font-size: 12pt;
	color: #DB1D38;
}

table.contacttable {
	background-color: #E3E1E1;
	border-width:1px; border-color: #959494; border-style: solid;
}

.copyright {
	font-size: 7pt;
	color: #AFAFAF;
}

A.copyright:link { color: #AFAFAF; text-decoration: none; }
A.copyright:visited { color: #AFAFAF; text-decoration: none; }
A.copyright:hover { color: #AFAFAF; text-decoration: none; }

.recalcbutton {
	height: 12px;
	border: 0px;
	background: white;
}

.buynowbutton {
	height: 27px;
	border: 0px;
	background: white;
}

input, select {
        border: 1px solid #959494;
        background: white;
        height: 17px;
        padding-left: 2px;
        font-size: 11px;
       /* padding-bottom: 2px;*/
 
}

textarea {
        border: 1px solid #959494;
        background: white;
        padding-left: 2px;
        font-size: 11px;
		/*padding-bottom: 2px;*/
}

.feature1 {
	background: #E3EBF4;
}

.feature2 {
	background: white;
}

.feature_item {
	font-size: 8pt;
}
.feature_data {
	font-size: 8pt;
	text-align: center;
}

/* STORE */
.price {
	font-size: 10pt;
	font-weight: bold;
	color: green;
}

.wasprice {
	font-size: 8pt;
	color: gray;
}

table.storehead {
	background-color: #AECDA9;
	border: 1px solid black;
}

table.storebackground {
	background-color: white;
}

.small {
	font-size: 7pt;
}

/* END STORE */

.contactbutton {
	border:1px solid green; border-radius:5px; height:26px !important; padding:4px; font-size:12px; cursor:pointer;
}

.contactbutton:hover {
	background-color:lightgreen;
}