.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.4 em;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.6 em;
}

.sohotext {
	font-family : Arial;
	font-size: 12pt;
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006699;
}

.smallesttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}

.smtext A:link { color: #003366; text-decoration: none; }
.smtext A:visited { color: #003366; text-decoration: none; }
.smtext A:hover { color: #009966; text-decoration: underline; }

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: darkgreen;
}

/* Generic form button style. */
.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
	width: 140px;
}

.recipe_links {
	font-family : Arial;
	font-size : 9pt;
	color: #FFCC33;
}

.recipe_links A:link { color: #000000; text-decoration: none; }
.recipe_links A:visited { color: #000000; text-decoration: none; }
.recipe_links A:hover { color: #009966; text-decoration: underline; }

H1 {  font-size: 14pt; color : #6666CC; font-family :Arial, Verdana, Helvetica, sans-serif; }
H2 {  font-size: 12pt; color : #000000; font-family :Arial, Verdana, Helvetica, sans-serif; }

/* The main Layout Table*/
#mainTable {
	border: 1px solid #6699CC;
	background-color:  #FFFFFF;
}

#products {
	border: 1px solid #6699CC;
}

body {
	/*we use an absolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("images/bg.gif");
	/*/*/background-image:   url("images/bg.gif"); /* */
	background-repeat: repeat;
	/*css shorthand values: Top Right Bottom Left */
	margin-top: 7px;
	background-color:  #FFFFFF;
} 

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #339933;
	text-align: center;
}

a:link    { color: #006699; }
a:visited { color: #800080; } 
a:hover   { color: #339933; } 
a:active  { color: #FF0000; } 

.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #000000 inset;
}

.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

