/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
	background-color: #B2A56E; 
	font-family: Verdana, Arial, Helvetica, sans-serif;       
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 100%;
}

/*************************************************/
/** round table **********************************/
/*************************************************/

.roundTable{
	background-color: #FFFFFF;
/*	bgcolor: #FFFFFF; */
	border-collapse: collapse; 
	border-top: 1px solid #B2A56E;  
	border-left: 1px solid #B2A56E; 
	border-right: 1px solid #B2A56E; 
	border-bottom: 1px solid #B2A56E; 
	text-align: left;
	width: 100%;
}

.roundUpperLeftCorner{
	background-image: url(../images/alibuysUpperLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}


.roundUpperRightCorner{
	background-image: url(../images/alibuysUpperRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 14px;
	width: 14px;
}

.roundLowerLeftCorner{
	background-image: url(../images/alibuysLowerLeft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}

.roundLowerRightCorner{
	background-image: url(../images/alibuysLowerRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 14px;
	width: 14px;
}

