BODY {
	font-family: Verdana; 
	font-size: 10pt; 
	color: black; 
	background-color: white;
	}

/* the header bgcolor of category list and item list */
TD.bgcolor
{
	background-image: url("http://www.sangrock.com/images/bg1.gif") ;
}
/**************************************
footer content
***************************************/
.footer1 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
	text-align: center;
               
}	
.footer2 {
	font-family : Arial, Verdana, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bolder;
    color: #333333;
    text-decoration: none;
	text-align: center;
               
}	


/**************************************
Links in the footer section
***************************************/
a.footer1:link {  color: #333366; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer1:hover {  color: #339966; font-weight: bolder; text-decoration: underline; text-align: center;}

a.footer2:link {  color: #333366; font-weight : bolder; text-decoration: none}
a.footer2:visited {  color: #333399; font-weight: bolder; text-decoration: none}
a.footer2:hover {  color: #339966; font-weight: bolder; text-decoration: underline}

/* For the header text of the department and item list */
.listHeader 
{
	font-size: 10pt;
	font-weight:bold;
	font-family: Verdana,Arial,Times New Roman;
    	color: black
}

/* for the item short description on the item list */
.description
{
	
	color: black;
	font-size :		 9px;
	font-family:		Verdana,Arial,Times New Roman;	
}


/* Shopping cart top row background color */
.cartTopBgcolor
{
	background-color:	#003399;
	font-weight:		bold ;
	font-size :		 12px;
	font-family:	Verdana,Arial,Times New Roman;	
	color:			white;
}

/* Shopping cart middle row background color */
.cartMiddleBgcolor
{
	background-image:	url("http://www.sangrock.com/images/bg1.gif");
	font-weight:		bold ;
	font-size :		 12px;
	font-family:		Verdana,Arial,Times New Roman;
	color:			black;
}

/* Shopping cart bottom row background color */
.cartBottomBgcolor
{
	background-color:	#CCCCCC;
	font-weight:		bold ;
	font-size :		 12px;
	font-family:		Verdana,Arial,Times New Roman;	
	color:			black;
}

/* color and bgcolor for the Class names in classSchedule.aspx */
.classesName
{
	background-color:	#99CCFF ;
	font-weight:		bold ;
	font-size :		 11px;
	font-family:		Verdana,Arial,Times New Roman;	
	color:			black;
}

.price
{
	font-weight:bold ;
	font-family: Verdana,Arial,Times New Roman;
    color: yellow ;
}



.textwhite {
    font-size: 11pt;
    font-family: Verdana,Arial,Times New Roman;
    color: #FFFFFF;
}


/* for the department -> category -> item text */
.category
{
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana,Arial,Times New Roman;
	color: #3366ff;
}


/* For each link in the Department (category) list */
a.category:link, a.category:visited, a.category:active, a.category:hover
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #3366ff;
	font-weight: bold
}


/* For each link in the Department (subcategory) list */
a.subcategory:link, a.subcategory:visited, a.subcategory:active, a.subcategory:hover
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #333366
}

.small 
{
	font-size: 10pt;
	font-family: Verdana,Arial,Times New Roman;
	color: blue;
}


.x-small
{
	font-size: 9px;
    font-family: Verdana,Arial,Times New Roman;
}
.xx-small
{
	font-size: 10px;
    font-family: Verdana,Arial,Times New Roman;
}

/* For all the hyperlinks */
a:link {  color: #333366; font-weight : bolder; text-decoration: none}
a:visited {  color: #333399; font-weight: bolder; text-decoration: none}
a:hover {
	color: Blue;
	font-weight: bolder;
	text-decoration: underline;
}
a:active {
	color: Blue;
	font-weight: bolder;
	text-decoration: none;
}


img
{
	border:0;
}
tr.hi {background-color: #C3D6F6}
tr.lo {background-color: #FFFFFF}




p {
font-size: 10pt;
font-family: Verdana,Arial,Times New Roman;
color: #000099
}


	
.title {
		font-family : Arial, Verdana, sans-serif;
        font-size : 18pt;
        font-style : normal;
        font-weight : bolder;
        color : #000099;
        text-decoration : none;
		text-align : center;
       }
		
.header2 {
		font-family : Arial, Verdana, sans-serif;
        font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #000000;
        text-decoration : none;
		text-align : left;
         }