/* Style Sheet for www.wiredcontent.co.uk   */
/* Copyright (c)2003 wired content */
/* Updated: 4/12/03                      */


	/* Main Inline Style */


img {
	border: 0;
}

.sectorHeading { font-family: sans-serif; font-size: 10pt; font-weight: bold; color: #000099; text-align: center;
	margin-top : 0px;
	margin-bottom : 3px;}

.salesblue8pt {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: lighter; 
color: #000099; 
text-align: center; 
font-style: normal; 
line-height: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.salesbluemsg {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: lighter; 
color: #000099; 
text-align: center; 
font-style: normal; 
	margin-top: 1px;
	margin-bottom: 1px;
}

.salesltrblue10pt {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9pt; 
font-weight: bold; 
color: #3399CC; 
text-align: center; 
font-style: normal; 
	margin-top: 1px;
	margin-bottom: 1px;
}

.salesred8pt {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: bolder; 
color: #ED1C24; 
text-align: center; 
font-style: normal; 
line-height: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.bullet3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-image: url(/wcl/image/main/id/star.gif);
	list-style-position: outside;
	margin-top : 4px;
	margin-left: 10px;
	padding-left: 12px;
}
.bullet3  li {
	margin-top : 7px;
}

ul.star {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-image: url(/wcl/image/main/id/star.gif);
	list-style-position: outside;
	margin-top : 4px;
	margin-left: 10px;
	padding-left: 12px;
}
ul.star li {
	margin-top : 7px;
}


	/* in CSS2 hover and active can be applied to text boxes etc.*/

:Link { color: #21428C; /*logo blue */
}

:Visited { color: #808080; /*logo grey */
}

:Active { color: #393939; /*shaded black */
}

:hover { color: red;
}


/* paragraph styles */
.normal {
font-family: sans-serif; 
font-size: 7pt; 
color: #000000; 
text-align: left ; 
font-style: normal; 
line-height: 13px;
	padding-top: 6px;
	margin-top: 1px;
	margin-bottom: 1px;

}
.Italics {
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-style : italic;
}
.Bold{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-weight : bold;
}
.underline {
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	text-decoration : underline;
}
.Oblique {
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-style : oblique;
	font-weight : lighter;
	font-size : larger;
}
.rightalign {
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	text-align: right;
}

/* list styles */
.Decimal {
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: decimal;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.Decimal li {
	margin-top : 7px;
}
.LowerRoman{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: lower-roman;
	list-style-position: outside;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.LowerRoman li {
	margin-top : 7px;
}
.UpperRoman{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: upper-roman;
	list-style-position: outside;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.UpperRoman li {
	margin-top : 7px;
}
.LowerAlpha{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.LowerAlpha li {
	margin-top : 7px;
}
.UpperAlpha{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: upper-alpha;
	list-style-position: outside;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.UpperAlpha li {
	margin-top : 7px;
}
.Square{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: square;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.Square li {
	margin-top : 7px;
}
.Circle{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: circle;

	list-style-position: outside;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.Circle li {
	margin-top : 7px;
}

.Disc{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	list-style-type: disc;
	list-style-position: outside;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.Disc li {
	margin-top : 7px;
}
.Arrow{
	list-style-image: url(/wcl/image/wc/main/arrow.gif);
	list-style-position: inside;
	margin-top : 8px;
	margin-left: 25px;
	padding-left: 12px;
}
.Simple dt{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : none;
}
.Simple dd{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-style : normal;
}

.ULTitleTextOblique dt{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : underline;
}
.ULTitleTextOblique dd{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-style : oblique;
}
.ULTitleTextItalic dt{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : underline;
}
.ULTitleTextItalic dd{
	font-family:Tahoma,Verdana,Helvetica;
	font-size: 9pt;
	font-style : italic;
}


	/* Format for the main news content */
/**** display precis where title is a link ****/
.newssumtitled {
	border-collapse: collapse; /*used by IE + */
	border-spacing: 0;	/*netscape 6  uses this instead of the collapse item above*/
	border: 0;
	}

.newstitleheader {
	font-family:Tahoma,Verdana,Helvetica, Sans-Serif;
	font-size: 9pt;
	color:#000099;
}

.newstitleprecis { background-color:yellow;
	font-family:Tahoma,Verdana,Helvetica, Sans-Serif;
	font-size: 7pt;
	color:#000000;
}

/*used in paperboy.wbs on DIV tag where ID="ident" which wraps the whole of the story*/
#newsindent   { 
             margin-left: 0.0in; 
             margin-right: 0.0in
           }

/****display full news story ***/
.paperboy  {
	border-collapse: collapse; /*used by IE + */
	border-spacing: 0;	/*netscape 6  uses this instead of the collapse item above*/
	border: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	}
/* used for the headline */
.paperheader {	
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: bold; 
color: #000099; 
text-align: left; 
font-style: normal; 
line-height: 13px
}
/* used for the headline */
.newsreporter{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: #838EBA; text-align: left; font-style: normal; line-height: 13px
}
/* thia is used for Section Headings */
.smallerheader {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: #838EBA; text-align: left; font-style: normal; line-height: 13px
}
/* style for the paragraphs */
.news {
font-family: sans-serif; 
font-size: 7pt; 
color: #000000; 
text-align: left ; 
font-style: normal; 
line-height: 13px;
	padding-top: 6px;
}
/****display full news story - style=paragraph ***/
.paperboypara  {
	border-collapse: collapse; /*used by IE + */
	border-spacing: 0;	/*netscape 6  uses this instead of the collapse item above*/
	border: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	}

/* used for the headline */
.paperparaheader {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: bold; 
color: #000099; 
text-align: left; 
font-style: normal; 
line-height: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
}
/* used for the headline */
.paperparareporter{
	font-family:Tahoma,Verdana,Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	color:#989E8B;
	margin-top: 8px;
	margin-bottom: 8px;
}
/* thia is used for Section Headings */
.paperparasmallhdr {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: #838EBA; text-align: left; font-style: normal; line-height: 13px
}


/*used for search form area of template*/
.searchbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*border:solid #006FDF 1pt; */
	border: 0;
	/*background:#CECFFF;*/
	padding: 0.1cm 0.1cm 0.1cm 0.1cm;
}

/*used in template for group header eg. Old Actonians Sports Club*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	border: 0; /*ridge silver 3px;*/
	background: white;
	padding: 0.1cm 0.1cm 0.1cm 0.1cm;
}

/* used by  FINDCHILDREN tag results listings inside the TD */
.fcnorm {
	border-collapse: collapse; /*used by IE + */
	border-spacing: 0;	/*netscape 6  uses this instead of the collapse item above*/
	border: 0;
	}

.content {
font-family: Verdana, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: #838EBA; text-align: right; font-style: normal; line-height: 13px
}


.content A:Link { color: #21428C; /*logo blue */
}

.content A:Visited { color: #808080; /*logo grey */
}

.content A:Active { color: #393939; /*shaded black */
}

.content A:hover { color: red;
}

/* FINDCHILDREN DOTTABLE style */
.fcdot {
	border-collapse: collapse; /*used by IE + */
	border-spacing: 0;	/*netscape 6  uses this instead of the collapse item above*/
	border: 0;
	}
.fcdot tr {
	vertical-align: top;
	}

.fcheader {
font-family: Verdana, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: #838EBA; text-align: right; font-style: normal; line-height: 13px
}


/* used for producing "previous 1|2|3" */
.standardbanner (
	font-family:Tahoma,Verdana,Helvetica, Sans-Serif;
	font-size: 9pt;
	color:#000000;
	}

	/* Announcements tables*/
.announcement {
	border-collapse: collapse; /*used by IE + */
	border-spacing: 0;	/*netscape 6  uses this instead of the collapse item above*/
	border: 0;
	}

.annhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	border:s