BODY { 	
	background-color: #FFFFFF;
	margin: 0px; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #DDC004;
	scrollbar-track-color: #FFDF1C;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFDF1C; 
	scrollbar-shadow-color: #DDC004;
	scrollbar-darkshadow-color: #000000; 
}


/* Various font styles */

SPAN.Large {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
SPAN.Large_Bold {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
SPAN.Normal_Header { 
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
SPAN.Normal {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
SPAN.Normal_Bold {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
SPAN.Normal_Date {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
SPAN.Normal_Blue {
	font-family: Arial;
	color: #005BAA;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold; 
}
SPAN.Normal_Red {
	font-family: Arial;
	color: #CD0404;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
SPAN.Small {
	font-family: Arial; 
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}


/* Two kinds of links: default, and box header (appears in header and footer of the main content box.) */

A:link {
	color: #005BAA;
	font-size: 1em;
	font-family: Arial, Helvetica;
}
A:visited {
	color: #906090;
	font-size: 1em;
	font-family: Arial, Helvetica; 
}
A:active { 
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica;
}
A:hover { 
	color: #005BAA;
	font-size: 1em;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

A.Box_Header:link {
	color: #005BAA;
	font-weight: Normal;
	font-family: Arial, Helvetica;
}
A.Box_Header:visited { 
	color: #906090;
	font-weight: Normal;
	font-family: Arial, Helvetica;
}
A.Box_Header:active { 
	color: #DD3300;
	font-weight: Normal;
	font-family: Arial, Helvetica;
}
A.Box_Header:hover {
	color: #005BAA;
	font-weight: Normal;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

A.Big_Link:link {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica;
}
A.Big_Link:visited {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica;
}
A.Big_Link:active {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica;
}
A.Big_Link:hover {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica;
}

/* This section is used to colour and add graphics to the "background" of the site pages */

TD.Header { 
	background-color: #000000;
	background-image: url("/brands/3web/images/en/default/header_back.gif");
}
TD.Header_Date { 
	background-color: #777777;
}
TD.Body { 
	background-color: #FFFFFF; 
}
TD.Footer { 
	background-color: #FFFFFF;
}
TD.Spacer {
    background-image: url("/brands/3web/images/en/default/spacer.gif");
    background-repeat: repeat-x;
}
TD.Spacer2 {
    background-image: url("/brands/3web/images/en/default/spacer2.gif");
    background-repeat: repeat-x;
}



/* This section controls the colours of the content boxes on each page */

TD.Box_Normal { 
	background-color: #FFDF1C; 
}
TD.Box_Error { 
	background-color: #EE1111; 
}
TD.Box_Content { 
	background-color: #FFFFFF; 
}
TD.Box_Features { 
	background-color: #EEEEEE; 
}
.Border {
	background-color: #888888;
}



SPAN.Header_Indent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 0px;
	margin-right: 0px;
}





/* style for form buttons */

INPUT.Default {
	background-color: #0055AA;
	color: #FFFFFF;
	border-color: #BBBBBB;
	font-weight: bold;
}
