.page 
{
	margin-top		  	: 0px;
	margin-left		  	: 0px;
	margin-bottom		  : 0px;
	margin-right		  : 0px;
	background-color	: #FFFFFF;
	font-family 			: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size					: 13px;
	color       			: #222222;
}

p 
{
	margin-top		: 5px;
	margin-bottom	: 5px;
}

p.alert 
{
	margin-top		: 5px;
	margin-bottom	: 5px;
	font-family 	: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color       	: #222222;
}

 a:link
{
	color       		: #222222;
	text-decoration : none;
}
 a:visited
{
	color       		: #222222;
	text-decoration : none;
}
 a:hover
{
	color       		: #990000;
	text-decoration : none;
}

.titleHome
{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size		: 13px;
	color				: #5e9201;
	font-weight	: bold;	
}

/*************************************/
/*************** CELLS ***************/
/*************************************/
/*****************************************/
td 
{
	font-size   	: 11px;
	color       	: #222222;
}
td a:link
{
	color       		: #999999;
	text-decoration : none;
}
td a:visited
{
	color       		: #999999;
	text-decoration : none;
}
td a:hover
{
	color       		: #222222;
	text-decoration : underline;
}
/*****************************************/
/*****************************************/
td.productsMenu
{
	width			: 20%;
	text-align		: center;
	font-size   	: 17px;
	color       	: #222222;
}
td.productsMenu a:link
{
	color       		: #999999;
	text-decoration : none;
}
td.productsMenu a:visited
{
	color       		: #999999;
	text-decoration : none;
}
td.productsMenu a:hover
{
	color       		: #222222;
	text-decoration : none;
}
/*****************************************/

/***************************************/
/**************** DIV ******************/
/***************************************/
div#main 
{
	width			: 950px;
  height		: 520px;
	position	: absolute; 
	top				: 50%; 
	left			: 50%;
  margin		: -300px 0 0 -475px;
}
/*****************************************/
/*****************************************/
div#header 
{
	width				: 950px;
	height			: 110px;
}
/*****************************************/
/*****************************************/
div#footer 
{
	width				: 950px;
	height			: 30px;
	font-size   : 13px;
	background-color	: #c0bfbd;
	color       : #222222;	
}
div#footer a:link
{
	color       		: #888888;
	text-decoration : none;
}
div#footer a:visited
{
	color       		: #888888;
	text-decoration : none;

}
div#footer a:hover
{
	color       		: #222222;
	text-decoration : none;
}
/*****************************************/
/*****************************************/
div#iFrameLike
{
	width				: 434px; 
	height			: 350px;	
	overflow		: auto;
	scrollbar-face-color	: #c0bfbd;
	scrollbar-arrow-color	: #FFFFFF;
	scrollbar-shadow-color: #c0bfbd;
	scrollbar-track-color	: #c0bfbd;
	scrollbar-highlight-color	: #FFFFFF;
	scrollbar-darkshadow-color: #9d9d9d;
	scrollbar-3dlight-color	: #9d9d9d;
	scrollbar-shadow-color	: #ececec;
	scrollbar-track-color		: #ececec;
}
/*****************************************/
/*****************************************/
div#iFrameLikeProducts
{
	width				: 434px; 
	height			: 298px;	
	overflow		: auto;
	scrollbar-face-color	: #c0bfbd;
	scrollbar-arrow-color	: #FFFFFF;
	scrollbar-shadow-color: #c0bfbd;
	scrollbar-track-color	: #c0bfbd;
	scrollbar-highlight-color	: #FFFFFF;
	scrollbar-darkshadow-color: #9d9d9d;
	scrollbar-3dlight-color	: #9d9d9d;
	scrollbar-shadow-color	: #ececec;
	scrollbar-track-color		: #ececec;
}
/*****************************************/
/*****************************************/
div#iFrameLikeProductsNum
{
	width				: 385px; 
	height			: 360px;	
	overflow		: auto;
	scrollbar-face-color	: #c0bfbd;
	scrollbar-arrow-color	: #FFFFFF;
	scrollbar-shadow-color: #c0bfbd;
	scrollbar-track-color	: #c0bfbd;
	scrollbar-highlight-color	: #FFFFFF;
	scrollbar-darkshadow-color: #9d9d9d;
	scrollbar-3dlight-color	: #9d9d9d;
	scrollbar-shadow-color	: #ececec;
	scrollbar-track-color		: #ececec;
}
/*****************************************/
/*****************************************/
div#mainContainer
{
	padding 		: 20px; 
	padding-top	: 0px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size		: 14px;
	color       : #222222;
}
div#mainContainer a:link
{
	color       		: #999999;
	text-decoration : none;
}
div#mainContainer a:visited
{
	color       		: #999999;
	text-decoration : none;

}
div#mainContainer a:hover
{
	color       		: #222222;
	text-decoration : underline;
}
/*****************************************/
/***********************************************/
/***************  FORM COMPONENT ***************/
/***********************************************/
select, textarea {
	font-size   		: 13px;
	color						: #222222;
	border-width		: 1px;
}

input {
	font-size   		: 13px;
	color						: #555555;
	border-width		: 1px;
	border-color		: #666666;
}

ul
{
	margin	: 0px;
	padding-left : 20px;
}
li
{
	padding	: 3px;
}