﻿/*

	***********************************************************
	DEFAULT
	***********************************************************
*/

html,body,form
{
	background:#ffffff;
}

img.Logo
{
	margin: 5px 0px 0px 0px;
	border: none 0px #000000;
}
	
	
hr.HeaderLine,
hr.FooterLine
{
	width: 100%;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #8f8f8f;
}

hr.HeaderLine
{
	margin: 10px 0px 10px 0px;
}

hr.FooterLine
{
	margin: 10px 0px 2px 0px;
}


span.TimeStamp
{
	margin-right: 5px;
	float: left;
}

span.Copyright
{
	margin-right: 5px;
	float: right;
}

/*
	***********************************************************
	MAINLAYOUTTABLE
	***********************************************************
*/

table.MainLayoutTable
{
	width: 100%;
	margin: 0px auto;
	background: #ffffff;
	border: none 0px #000000;
}

/*
	***********************************************************
	CONTENT
	***********************************************************
*/

span.WebContentItemTitle,
span.WebContentItemContent
{
	width: 100%;
	display: block;
	z-index: 1;
}

span.S1,
span.WebContentItemTitle,
span.S2,
span.S3,
span.WebContentItemContent,
span.S4,
span.S5
{
	text-align: justify;
}

span.WebContentItemTitle
{
	margin-bottom: 8px;
}

span.S1, 
span.S1 a,
span.WebContentItemTitle, 
span.WebContentItemTitle a,
table.S1, 
table.S1 a
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

span.S2,
span.S2 a,
table.S2, 
table.S2 a
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

span.S3,
span.S3 a,
span.WebContentItemContent,
span.WebContentItemContent a,
table.S3, 
table.S3 a
{
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
}

span.S4,
span.S4 a,
table.S4, 
table.S4 a
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

span.S5,
span.S5 a,
table.S5, 
table.S5 a,
span.Copyright,
span.TimeStamp
{
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
}

span.WebContentItemContent table tr td
{
	text-align: left;
}

span.WebContentItemContent ul,
span.WebContentItemContent ol,
span.WebContentItemContent ul li,
span.WebContentItemContent ol li
{
	text-align: left;
}

ul li
{
	margin-left: -25px;
}

ol li
{
	margin-left: -10px;
}

span.WebContentItemContent table ul
{
	margin-bottom: 0px;
}

span.WebContentItemContent table ul li
{
	margin-left: -20px;
}

span.WebContentItemContent table ol
{
	margin-bottom: 0px;
}

span.WebContentItemContent table ol li
{
	margin-left: -5px;
}

/*
	***********************************************************
	ProductList
	***********************************************************
*/

table.ProductList
{
	border-collapse: collapse;
	border-right: solid 1px #a9a9a9;
	border-top: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
}

table.ProductList th
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: solid 1px #a9a9a9;
	background-color: #d3d3d3;
	text-align: left;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	padding: 3px;
}

td.ProductListRow,
td.ProductListRowAlternate
{
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	height: 21px;
	padding-left: 4px;
	padding-right: 4px;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: dotted 1px #a9a9a9;
}

td.ProductListRow a,
td.ProductListRowAlternate a
{
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

tr.ProductListRow
{
	background-color: #f5f5f5;
}

tr.ProductListRowAlternate
{
	background-color: #ffffff;
}

span.ProductListText
{
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
}

span.ProductListTextAccent
{
	margin-left: 5px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #d3630f;
	white-space: nowrap; 
}

span.ProductListTextStripe
{
	text-decoration: line-through;
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
}
