Marquee
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold

}

html body
{
	font-family: verdana, arial;
	color: black;
	background-image: url(../images/bg.jpg); 
	margin: 0px;
	padding: 0px;
	background-color: #e9e9e9;
	font-size: 12px;
}

A, A:link  {
    text-decoration: underline;
    color: red;
    font-size: 12px;
}

A:hover {
    text-decoration: none;
    color: red;
    font-size: 12px;
}


A.Marquee, A.Marquee:link
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;

}

A.Marquee:visited
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
  }

A.Marquee:hover
{
    color: #053E11;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
  }

A.ItemHeaderText, A.ItemHeaderText:link, A.ItemHeaderText:visited
{
    color: White;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
    line-height: 10pt
}


A.ItemHeaderText:hover
{
    color: White;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
    line-height: 10pt
}

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;

}

.NormalText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
}

A.NormalText:hover
{ 
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
  }

A.NormalText, A.NormalText:link, A.NormalText:visited
{
	color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline
}

.NormalTextB
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold
}

input.quantity
{
	margin: 0 12px 0 7px;
	border-width : 2px;
	text-align: right;
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 30px;
}

input.qty
{
	margin: 0 0px 0 0px;
	border-width : 2px;
	text-align: right;
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 30px;
}

input.search
{
	margin: 0 0px 0 0px;
	border-width : 2px;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 110px;
}

input.comment
{
	margin: 0 0px 0 0px;
	border-width : 2px;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 240px;
}

A.ItemText, A.ItemText:link
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline
    line-height: 20pt
}

A.ItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline
    line-height: 20pt
}

A.ItemText:hover
{
    color: #053E11;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none
    line-height: 20pt
}

.NewsDate
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;

}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */


.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
}


/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalDropDown
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color:#ebebeb;    
}


