/* formats the text and the drop down list in the nav bar  */
a:link {  text-decoration: underline; color: #FFFF00; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
a:active {  color: Yellow; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
a:visited {  color: #FFCC33; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
a:hover {  color: Black; text-decoration: none; background-color: White; font-weight: bold}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px}
td {  font-family: "Comic Sans MS", "Trebuchet MS", sans-serif; font-size: 12px; color: Yellow;
}
.small { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
/*  can be used for when smaller text is needed */
 
.hdrproduct {
	font-family:"Courier New", Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66;
	}
.hdrproductwhite {
	font-family:Courier New, Courier, mono, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

/* formats the text fields and submit buttons in the store*/
.txtfield 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-weight: normal;
	background-color: #FFFFFF;
	border: #333333;
	border-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px

}

.txtfieldsearch
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-weight: normal;
 background-color : #77B4EB;
 border-bottom-width : 0px;
 border-right-width : 0px;
 border-left-width : 0px;
 border-top-width : 0px;
 border: 1px solid Gray;
 color: #ffffff
}

h1 {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 15px; color: Yellow;
}
.bright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: 400}
.strwtext {  font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #000000}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FFFF66; font-weight: bold}
.quote {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666699}

.button { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background-color: #0099CC; border-color: #0000CC #000066 #000066 #0000CC; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
