
BODY
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background: #f15b77;
}
TD {

    FONT-SIZE: 11px;
    COLOR: #2c4c25;
    
    FONT-FAMILY: Verdana, Arial,  Helvetica, sans-serif;
    line-height: 11pt
    
}
.normaltext
{

    FONT-SIZE: 11px;
    COLOR: #2c4c25;
    background: white;   
    FONT-FAMILY: Verdana, Arial,  Helvetica, sans-serif;
    line-height: 11pt
    
}
.maintable{
    border: 1px white solid;
    background-color: white;
    height: 100%;
}
.maincontent
{
    padding: 30px; 
    
}
HR
{
    COLOR: #6c8c65;
    HEIGHT: 1px;
    WIDTH: 100%;
        border: 1px solid;
}
.menuLink {
	display:block;
	COLOR: #2c4c25;	
	text-decoration:none;
	padding:6px 0px 8px 0px;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	cursor:pointer;
	width:110px;
	text-align:center;	
}

.menuLink:hover 
{ 
	padding: 6px 0px 8px 0px;
	color:#ffffff;
	background-image:url('Images/buttonOver.jpg');
	text-decoration:none;	
}

A {
	COLOR: #2c4c25;
	text-decoration:underline;	
}

A:hover {
	text-decoration: underline;
}

.buttonDown {
	display:block;
	COLOR: #2c4c25;	
	text-decoration:none;
	padding:6px 0px 8px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	width:110px;
	text-align:center;	
	background-position: 50% 50%;	
	background-image:url('Images/buttonDown.jpg');	
}

.buttonDown:hover {
	padding: 6px 0px 8px 0px;
	color:#ffffff;
	background-image:url('Images/buttonOver.jpg');
}

.pagetitle{
    font-family: Verdana;
    font-size: 10.0pt;
    font-weight: normal;
    letter-spacing: 2px;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.productSpecialPrice { color: red; }

LI {
    margin-left: 15px;
    list-style-position: outside;
}