/*========== all pages ==========*/
a
	{
		color: #00609E
	}
a:visited
	 {
		color: #00609E
	}
a:hover
	{
		color: #d86600;
	}
body, table, table tr, table td
	{
	font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	}
body
	{
		background: 
		#dae3eb
		url('../i/bluishsquare.gif');
		color: #000000;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
img
	{
		border: 0px;
	}
/*========== headmenu ==========*/  /* hm --> headmenu */
table.hm
	{
		background: 
		#000000
		url('../i/blacksquare.gif');
		color: #000000;
		width:100%;
		height:100px;
	}
table.hm, table.hm  tr, table.hm  td
	{
		border-collapse: collapse;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
/*========== headmenu ==========*/
/*========== catalog menu ==========*/
/* cm --> catalog menu */
table.cm
	{
		background: 
		#DaE3Eb
		url('../i/bluishsquare.gif');
		width: 100%;
		font-size:  14px;
		border-collapse: collapse;
		border: 0px solid #000000;
		margin: 0px;
		padding: 0px;
	}
/* cmh --> catalog menu head; cmc --> catalog menu content */
table.cm tr.cmh
	{
		font-size:  18px;
		font-weight: bold;
		text-align: center;
	}
table.cm tr.cmc,  tr.cmc td
	{
		font-size:  14px;
		text-align: left;
		padding: 4px;
	}	
/*========== catalog menu ==========*/
/*========== all pages ==========*/