﻿BODY.CLASSIC
{ 
	/*background-image: url(../../images/snowflakes.gif);*/
	background-image: none;
	background-color: white; 
}

/* Services.aspx */
.SERVICEHEADING
{
	font-size: 12px;
	color: #ce3c84;
	text-transform: uppercase;
	FONT-WEIGHT: bold;
}

.PRODUCTPRICE
{
	color: #ff3300;
}

.PRODUCTNAME, A.PRODUCTNAME:link, A.PRODUCTNAME:visited
{
	font-weight: normal;
	color: gray;
	font-family: Verdana, Arial;
	text-transform: capitalize;
	font-size: 11px;
	text-decoration: none;
}

A.PRODUCTNAME:active, A.PRODUCTNAME:hover
{
	font-weight: normal;
	text-transform: capitalize;
	color: lightskyblue;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 11px;
}

.IMGVIEWBTN
{
	border: none;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: none;
}

TH, .BOXCONTENT TH
{
    color: #000066;
    /* background: url(images/imgTh.jpg); 
    background: url(images/gridview_bg.gif);
    background-position: right 50%;*/
    background: url(images/td.png);
    border-bottom: solid 1px #BDBDBD;
    font-size: 12px;
    padding:8px 0px 8px 4px;
}

A.HEADERLISTON:link, A.HEADERLISTON:visited, A.HEADERLISTON:active, A.HEADERLISTON:hover
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.BUTTON
{
    background-color: #A62625;
}



