/*Anino Design Multi-Media Services ******************************************* [bzk]*/

/* General **************************************************************/ 
.font 			{
	font-size: 11px;
	color: #000;
	text-align: left;
}
.Bold 			{
	color: #000;
	font-weight: bold;
}
.white 			{
	font-size: 11px;
	color: #FFFFFF;
}
.Title 			{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Title2 			{
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
}
.Great 			{
	font-size: 24px;
	color: #600;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Size 10 Text ************************************************************/ 
.txt10			{
	font-size: 10px;
	color: #000;
}

/* Colored Text ************************************************************/ 
.cgray 			{font-size: 11px; color: #666666;}


/* Colored Text with padding ************************************************************/ 
.pad30 		{
	font-size: 11px;
	padding-left:30px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.pad10 		{
	font-size: 11px;
	padding-left:10px;
	padding-right: 20px;
}

/* Text Allignment ************************************************************/ 
.All-Left 		{
	text-align: left;
}

/* Table Styles ************************************************************/ 
.table-Main {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	cellpadding: 0px;
	border-spacing: 0pt 0pt;
	margin: 0px;
	padding: 0px;
}

.table-Center {
	background-color: #FFF;
	text-align: center;
	padding-left: 20px;
}
.table-News {
	background-color: #C29F79;
	background-image: url(../imx/back/br_new.jpg);
	vertical-align: top;
	padding-bottom: 10px;
}
.table-Products {
	background-color: #946644;
	background-image: url(../imx/back/br_products.jpg);
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
.table-ProductLines {
	background-color: #946644;
	background-image: url(../imx/back/br_products.jpg);
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
}
.table-Events {
	background-color: #D6AD81;
	background-image: url(../imx/back/br_events.gif);
	vertical-align: top;
	padding-bottom: 10px;
}
.table-Promos {
	background-color: #B27D51;
	background-image: url(../imx/back/br_promos.jpg);
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}
.table-Others {
	background-color: #B27D51;
	background-image: url(../imx/back/br_promos.jpg);
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}
