body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #69f;
}

h1 {
	font-size: small;
	color: #036;
}

h2 {
	font-size: smaller;
	color: #036;
	font-weight: bold;
}

h3 {
	font-size: smaller;
	color: #036;
	background-color: #fc6;
	padding-top: 2px;
	border-bottom: solid 2px #036;
	margin-bottom: 2px;
}

input{
	border: solid #036 1px;
	background-color: #FEF2E0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #036;
	font-weight: bold;
}

.basictext {
	font-size: 10pt;
	color: #036;

}

.yellowtd {
	background-color: #ff0;
	font-size: small;
	/*color: red;*/
	text-align: center;
	
	padding-left: 3px;
	padding-right: 3px;	
	border: solid 1px #69f;
	display: block;
	margin: 2px;
}

#style1 a {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #036;
	display: block;
	/*border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 3px solid #036;
	border-bottom: 3px solid #036;*/
	background-image: url(../images/buttonbgup.jpg);
	padding: 3px;
	width: 150px;
	background-color: Lime;
	margin: 5px, 1px, 1px, 1px;
}

#style1 a:hover {
	background-image: url(../images/buttonbg.jpg);
	color: white;
	/*border-top: 3px solid #036;
	border-left: 3px solid #036;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;*/
}

#style2 a {
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	display: block;
	/*border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 3px solid #036;
	border-bottom: 3px solid #036;*/
	background-image: url(../images/buttonbg.jpg);	
	padding: 2px;
	width: 140px;
	background-color: Lime;
	margin-left: 10px;
	margin-top: 1px;
}

#style2 a:hover {
background-image: url(../images/buttonbgup.jpg);
	color: #036;
	/*border-top: 3px solid #036;
	border-left: 3px solid #036;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;*/
}

.small {
	font-size: xx-small;
}

.productheader{
	font-size: 12pt;
	font-weight: bold;
	color: #903;
	text-decoration: none;
}


.productheader a{
	font-size: 12pt;
	font-weight: bold;
	color: #903;
	text-decoration: none;
}

.productheader a:hover{
	color: white;
	background-color: #903;
}

.tdbordered {
	border: 1px solid #903;
}