<!--
/* global stylesheet for WGSN */
/* Set site-wide font face and text defaults */
body,ul,li,p,td,th,input,textarea,select,option {
	font-family: arial, helvetica, sans-serif;
	color : #333333;
	font-size: 10pt;
	text-decoration: none;
}
/* default background colour */
body, textarea, select, option {
  background-color: #fff;
}
/* default anchors invert on hover */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}
/* standard text sizes */
.date {
	font-size: 10px;
}
small {
	font-size: 10px;
}
.big {
	font-size: 16px;
}
.printonly { display: none }
.errormsg {
	color: red;
	font-weight: bold;
}
/* directory text colours - names of classes match folder structures */
.active-market		{ color: #19387F }
.beauty				{ color: #CC3333 }
.business-resource	{ color: #999933 }
.catwalks			{ color: #333366 }
.city-by-city		{ color: #339999 }
.cotton-inc		{ color: #A57259 }
.generation-now		{ color: #713C5F }
.graphics			{ color: #669999 }
.magazine			{ color: #3366CC }
.materials			{ color: #BD0000 }
.news				{ color: #FF6600 }
.retail-talk		{ color: #009966 }
.think-tank			{ color: #317699 }
.trade-shows		{ color: #CC0033 }
.c2s	{ color: #317699 }
.trends-info		{ color: #317699 }
.whats-in-store		{ color: #009966 }
.youth-market		{ color: #999966 }

.credit {font-size:10px;}
-->

