/* body attributes */
body
	{
	margin:0 ;
	padding: 0;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	background-image: url('../images/background/background-square.jpg');
	background-repeat: repeat-y; repeat-x;
	}
	
	
/* list attributes */	
ul
	{
	list-style: none;
	font-size: 10px;
	padding: 0;
	margin: 10px 14px 5px 5px;
	}

ul.circle
	{
	list-style: circle;
	font-size: 11px;
	}

ul.disc
	{
	list-style: disc;
	font-size: 11px;
	}

ul.disc2
	{
	list-style: disc;
	font-size: 10px;
	}

li
	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}
	
	li a:link
		{
		color: #ff0000;
		}
		
	li a:hover
		{
		color: #999999;
		}
		
	li a:visited
		{
		color: #ff0000;
		}
		
	li a:visited:hover
		{
		color: #999999;
		}

/* link attributes for class-path1 */
a:link.path1 
	{
	color: #333333; 
	text-decoration: underline;
	font-weight: bold;
	}
	
	a:hover.path1 
		{
		color: #666666; 
		text-decoration: underline;
		}

	a:visited.path1 
		{
		color: #666666; 
		text-decoration: none;
		}

	a:visited:hover.path1 
		{
		color: #333333;
		text-decoration: underline;
		}

	a:active.path1 
		{
		color: #333333; 
		text-decoration: none;
		}		
	
/* link attributes for class-red1 */
a:link.red1 
	{
	color: #ff0000; 
	text-decoration: none;
	}
	
	a:hover.red1 
		{
		color: #333333; 
		text-decoration: underline;
		}

	a:visited.red1 
		{
		color: #ff0000; 
		text-decoration: none;
		}

	a:visited:hover.red1 
		{
		color: #333333;
		text-decoration: underline;
		}

	a:active.red1 
		{
		color: #ff0000; 
		text-decoration: none;
		}


/* link attributes for class-grey1 */
a:link.grey1 
	{
	font-size: 11px;
	color: #333333; 
	text-decoration: none; 
	}

	a:hover.grey1 
		{
		color: #666666 
		text-decoration: underline; 
		}

	a:visited.grey1 
		{
		color: #333333; 
		text-decoration: none; 
		}
	
	a:visited:hover.grey1 
		{
		color: #666666; 
		text-decoration: underline; 
		}
	
	a:active.grey1 
		{
		color: #333333; 
		text-decoration: none; 
		}

/* link attributes for class-grey3 */
a:link.grey3 
	{
	font-size: 11px;
	color: #666666; 
	text-decoration: underline; 
	}

	a:hover.grey3
		{
		color: #999999; 
		text-decoration: underline; 
		}

	a:visited.grey3 
		{
		color: #666666; 
		text-decoration: underline; 
		}
	
	a:visited:hover.grey3 
		{
		color: #999999; 
		text-decoration: underline; 
		}
	
	a:active.grey3
		{
		color: #666666; 
		text-decoration: underline; 
		}


/* link attributes for class-red2 */
a:link.red2
	{
	color: #ff0000;  
	font-size: 13px; 
	text-decoration: none; 
	}

	a:hover.red2 
		{
		color: #333333; 
		font-size: 13px; 
		text-decoration: underline; 
		}

	a:visited.red2 
		{
		color: #ff0000; 
		font-size: 13px; 
		text-decoration: none; 
		}

	a:visited:hover.red2 
		{
		color: #333333; 
		font-size: 13px; 
		text-decoration: underline; 
		}

	a:active.red2
		{
		color: #ff0000; 
		font-size: 13px; 
		text-decoration: none; 
		}

/* link attributes for class-grey2 */
a:link.grey2
	{
	color: #333333;  
	font-size: 13px; 
	text-decoration: underline; 
	}

	a:hover.grey2 
		{
		color: #666666; 
		font-size: 13px; 
		text-decoration: underline; 
		}

	a:visited.grey2 
		{
		color: #333333; 
		font-size: 13px; 
		text-decoration: underline; 
		}

	a:visited:hover.grey2 
		{
		color: #666666; 
		font-size: 13px; 
		text-decoration: underline; 
		}

	a:active.grey2
		{
		color: 333333; 
		font-size: 13px; 
		text-decoration: underline; 
		}

/* link attributes for class-white1 */
a:link.white1 
	{
	color: #ffffff; 
	font-size: 11px; 
	text-decoration: none; 
	}
	
	a:hover.white1 
		{
		color: #ffffff; 
		font-size: 11px; 
		text-decoration: underline; 
		}
	
	a:visited.white1 
		{
		color: #ffffff; 
		font-size: 11px; 
		text-decoration: none; 
		}
	
	a:visited:hover.white1 
		{
		color: #ffffff; 
		font-size: 11px; 
		text-decoration: underline; 
		}
	
	a:active.white1 
		{
		color: #ffffff;
		font-size: 11px; 
		text-decoration: none; 
		}

/* link attributes for class-lg1 */
a:link.lg1
	{
	color: #666666; 
	font-size: 15px; 
	text-decoration: none; 
	}
	
	a:hover.lg1 
		{
		color: #666666; 
		font-size: 15px; 
		text-decoration: underline; 
		}
	
	a:visited.lg1 
		{
		color: #666666; 
		font-size: 15px; 
		text-decoration: none; 
		}
	
	a:visited:hover.lg1 
		{
		color: #666666; 
		font-size: 15px; 
		text-decoration: underline; 
		}
	
	a:active.lg1 
		{
		color: #666666;
		font-size: 15px; 
		text-decoration: none; 
		}


/* special text attributes */

.headlinered 
	{
	color: #ff0000; 
	font-size: 13px; 
	text-decoration: none; 
	}

.headlineredsm2 
	{
	color: #ff0000; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
	}

.headlineredsm 
	{
	color: #ff0000; 
	font-size: 11px; 
	font-style: italic;
	text-decoration: none; 
	}

.headlinegrey 
	{
	color: #333333; 
	font-size: 13px; 
	text-decoration: none; 
	}

.headlinegreylg 
	{
	color: #666666;
	font-size: 15px; 
	text-decoration: none; 
	}

.whitetext 
	{
	color: #000000;
	font-size: 11px; 
	text-decoration: none; 
	}

.footer 
	{
	color: #666666;
	font-size: 11px; 
	text-decoration: none; 
	}
	
.headlinegreysm
	{
	color: #666666; 
	font-size: 11px; 
	text-decoration: none;
	font-weight: bold;
	}


/* table attributes */

table.main
	{
	width: 800px;
	background: white;
	}

table.left1
	{
	width: 185px;
	border: 0;
	background: white;
	}
	
table.footer
	{
	width: 800px;
	border: 0;
	background: white;
	}
	
table.right1
	{
	width: 185px;
	border: 0;
	background: white;
	}
	
td.tdpath
	{
	color: #333333;
	text-indent: 11px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url('../images/path.jpg'); 
	background-repeat: repeat-x
	}

td.vertical-line
	{
	background-image: url('../images/vertical-line.jpg');
	background-repeat: repeat-y
	}

td.btv
	{
	font-size: 15px;
	}

/*product table attributes */

table.producttbl
	{
	border-style: solid;
	border-width: thin;
	border-color: #999999;
	}

td.prdimg
	{
	text-align: center;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
	}
	
td.prdimg2
	{
	text-align: center;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #999999;
	}

td.prdrt
	{
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
	text-align: left;
	text-indent: 5px;
	}
	
	td.prdrt2
	{
	text-align: left;
	text-indent: 5px;
	}
	
	td.prdrt3
	{
	text-align: left;
	text-indent: 5px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #999999;
	}

td.prdhead
	{
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
	line-height: 15px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	text-align: left;
	}

td.prdhead2
	{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	text-align: left;
	text-indent: 5px;
	}







