.Logo     {
	font: 48pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
		 
.Logosmall     {
	font: 24pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
		 
body	{
	background-color: White;
}

h1     {
	font: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: yellow;
}
       
h2     {
	font: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
}
       
td     {
	font: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	vertical-align: top;
}

.td1  {
	font-family: Arial;
	font: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background-color: White;
	border-left: thin solid #C6C6C6;
	border-right: thin solid #C6C6C6;
}

.td11 {
	font-family: Arial;
	font: 10pt;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: #C6C6C6;
	border-left: thin solid #C6C6C6;
	border-right: thin solid #C6C6C6;
}

.td2  {
  font-family: Arial;
  font: 12pt;
  font-weight: bold;
  text-align: center;
}


.td3  {
	font-family: Arial;
	font: 14pt;
	color: Black;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.td4  {
	font-family: Arial;
	font: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background-color: White;
	border-top: thin solid #C6C6C6;
	border-left: thin solid #C6C6C6;
	border-right: thin solid #C6C6C6;
}

.td5  {
	font-family: Arial;
	font: 10pt;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: #CCCCCC;
	border-bottom: thin solid #C6C6C6;
	border-left: thin solid #C6C6C6;
	border-right: thin solid #C6C6C6;
}

.td51  {
	font-family: Arial;
	font: 10pt;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: White;
	border-bottom: thin solid #C6C6C6;
	border-left: thin solid #C6C6C6;
	border-right: thin solid #C6C6C6;
}
       
th     {
	font: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	font-style: italic;
	text-align: left;
}


.textsale  {
	font-family: Arial;
	font: 20pt;
	color: Black;
	font-weight: bold;
	text-align: center;
}
       
li     {
	font: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	vertical-align: top;
	list-style-type: disc;
}
       
a:link {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: Fuchsia;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font: italic;
}
       
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
	
.text1 {
	font: 30pt;
	font-weight: bold;
}
.price  {
	font-family: Arial;
	font: 14pt;
	color: red;
	font-weight: bold;
	text-align: center;
}
.pricemicro  {
	font-family: Arial;
	font: 14pt;
	color: red;
	font-weight: bold;
	text-align: left;
}
input {
	width: 150px;
	color: black;
	background-color: Silver;
	text-align: center;
}
textarea {
	color: black;
	background-color: Silver;
}

img {
	border-color: White;
}