@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/Layout5bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { 
	color: #06F;
	font-weight: bold;
	text-decoration:none;
}
a:hover { 
	color:#C00 ; 
}
.WhiteText {
	color: #FFFFFF;
}
a.WhiteText {
	color: #FFF;	
}
a.WhiteText:hover {
	color:#F60;
}
.GreyText {
	color: #999999;
}
a.GreyText {
	color: #666;	
}
.FooterText {
	color: #999999;
}
.FooterText:hover {
	color: #fff;	
}
.HeaderTwo {
	color: #000;
	font-size: 30px;
}
.HeaderSmall {
	color: #000;
	font-size: 16px;
}
.HeaderSmallest {
	color: #000;
	font-size: 14px;
	font-weight:bold;
	
}
.Small {
	color: #666;
	font-size: 10px;
}
.subCatHeader {
	background-image:url(images/menu/bg_subCatDetail.gif);
	height:20px;
}
.catHeaderTD {
	padding-left:10px;
	height:20px;
}
.subCatHeaderTD {
	padding-left:15px;
}
.subCatItemTD {
	padding-left:25px;
}

