body {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 15pt;
}

p {
	font-size:10pt;
	color:#333333;
	text-align:justify;
	line-height: 15pt;
}
div.welcome {
	/*background-image:url('../images/welcome.back.jpg');*/
	padding: 5px 5px 5px 5px;
}

.welcome p {
	font-size:10pt;
	color: white;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
}

p > strong {
	color: #FF3333;
}

a {
	font-size:10pt;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

/* BEGIN title tags */
h1 {
	color:#EF2D13;
	font-size:14pt;
	line-height:18pt;
	margin-top:0px;
	margin-bottom:5px;
}
h2 {
	color:#EF2D13;
	font-size:12pt;
}
h3 {
	color:#EF2D13;
	font-size:11pt;
}
/* END title tags */

/* BEGIN table tags */
caption{ 
	font-size:10pt;
	font-style:italic;
	text-align:right;
}

table.layout {
	border-right: solid 0px #743494;
	border-left: solid 0px #743494;
	border-bottom: solid 0px #743494;
}

thead {
	display: table-header-group;
}

tfoot td {
	font-size:7pt;
	font-style:italic;
}

th {
	background-color: #EF2D13;
	color:white;
}

thead th{
	background-color:#333333;
}

td {

}
/* END table tags */

/* START input field and form classes */
form {
	margin: 0px 0px 0px 0px;
}

form p {
	font-size:10pt;
}

form table {
	/*width:100%;*/
	/*border: solid 1px silver;
	background-color: #F4F4F4;*/
	padding: 1px 1px 1px 1px;
	font-size:9pt;
}

form > p strong {
	font-size:10pt;
	color: green;
}

fieldset {
	font-size: 10pt;
	color:#333333;
	border: solid 1px #333333;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
}

fieldset p {
	font-size:10pt;
	color: #333333;
}

label {
	color:#333333;
	font-size:10pt;
	display:block;
	font-weight:bold;
}
li {
 margin-top:15px;
 margin-bottom:2px;
 pdding: 0px 0px 5px 0px;
}

input {
	color:#EF2D13;
	border: solid 1px #EF2D13;
	font-size: 9pt;
	background-color: white;
	margin-top:2px;
	margin-bottom:5px;
}
select {
	color:#EF2D13;
	border: solid 1px #EF2D13;
	font-size: 9pt;
	background-color: white;
	margin-top:2px;
	margin-bottom:5px;
}
textarea {
	color:#EF2D13;
	border: solid 1px #EF2D13;
	font-size: 9pt;
	background-color: white;
	margin-top:2px;
	margin-bottom:5px;
}
input.inputButton {
	border: solid 1px #333333;
	background-color:#EF2D13;
	color:white;
	font-weight:bold;
	font-size: 10pt;
}


/* START input field and form classes */
td.categoryPrimarySelectionSelected {
	background-color:#EF2D13;
	height:25px;
	text-align:center;
	/*vertical-align:center;*/
	font-size:14px;
	font-weight:bold;
	color:white;
}
td.categoryPrimarySelectionSelected a,td.categoryPrimarySelectionSelected a:hover {
	font-size:14px;
	font-weight:bold;
	color:white;
}
td.categoryPrimarySelection {
	background-color:#333333;
	height:25px;
	text-align:center;
	/*vertical-align:center;*/
	font-size:14px;
	font-weight:bold;
	color:white;
}
td.categoryPrimarySelection a,td.categoryPrimarySelection a:hover {
	font-size:14px;
	font-weight:bold;
	color:white;
}

.commercialMenu {
	/*vertical-align: top;*/
	font-size:10pt;
	line-height:11pt;
	padding:9px 0px 2px 2px;
	color:white;
}
.commercialMenu h1{
	margin-top:0px;
	margin-bottom:5px;
	background-color: #743494;
	width:100%;
	color:white;
	font-weight:bold;
	text-align:center;
}
.commercialMenu a,td.commercialMenu a:visited{
	display:block;
	background-color: #743494;
	font-size:10pt;
	line-height:11pt;
	color:white;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	text-decoration:none;
}
.commercialMenu a:hover{
	display:block;
	background-color: white;
	font-size:10pt;
	line-height:11pt;
	color:#743494;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	text-decoration:underline;
}

.informationMenu {
	/*vertical-align: top;*/
	padding:9px 0px 2px 2px;
}
.informationMenu h1{
	margin-top:0px;
	margin-bottom:5px;
	background-color: #EF2D13;
	width:100%;
	font-size:12px;
	color:white;
	font-weight:bold;
	text-align:center;
	/*vertical-align:middle;*/
}
.informationMenu a,.informationMenu a:visited,.informationMenu a:active{
	display:block;
	background-color: #ECECEC;
	font-size:10pt;
	line-height: 15pt;
	color:#EF2D13;
	font-weight:normal;
	text-align:left;
	margin-bottom:5px;
	text-decoration:none;
}
.informationMenu a:hover{
	display:block;
	background-color: #EF2D13;
	font-size:10pt;
	line-height: 15pt;
	color:white;
	font-weight:normal;
	text-align:left;
	margin-bottom:5px;
	text-decoration:none;
}
div.siteMap a {
	display:inline;
	color:#EF2D13;
}

.layoutSection {
	background-color: silver;
	/*border-bottom: solid 1px #EF2D13;*/
}
input.inputRadio {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
input.inputCheckbox {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.radiogroup {
	border: solid 1px #EF2D13;
	font-size: 10pt;
	background-color: white;
	padding: 3px 3px 3px 3px;
	margin-top:2px;
	margin-bottom:5px;
}
div.checkboxgroup {
	border: solid 1px #EF2D13;
	font-size: 10pt;
	background-color: white;
	padding: 3px 3px 3px 3px;
	margin-top:2px;
	margin-bottom:5px;
}

/* ok from here*/
p.QuikLinksEtcBar a,p.QuikLinksEtcBar a:visited,p.QuikLinksEtcBar a:hover {
	color:white;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}


span.linksHeader, span.linksHeader a, span.linksHeader a:visited,span.linksHeader a:hover {
	color:white;
	font-size:9pt;
	font-weight:bold;
}

td.articleNavigation {
	background-color:#EF2D13;
	color:white;
	line-height: 14pt;
	text-align:left;
	/*vertical-align:center;*/
	font-size:9pt;
	font-weight:bold;
}
td.articleNavigation p {
	color:white;
	line-height: 14pt;
	text-align:left;
	/*vertical-align:center;*/
	font-size:8pt;
}
td.articleNavigation div {
	color:white;
	line-height: 14pt;
	text-align:left;
	/*vertical-align:center;*/
	font-size:8pt;
}
td.articleNavigation a,td.articleNavigation a:visited {
	font-size: 8pt;
	color:white;
	font-weight:normal;
}
td.articleNavigation a:hover {
	font-size: 8pt;
	color:white;
	font-weight:normal;
	text-decoration:none;
}
div.articlesSection p, div.articlesSection div{
	text-align:justify;
}
span.sitemapLev3Title a,span.sitemapLev3Title a:hover {
	margin-left:15px;
}
span.sitemapLev3Title a:visited {
	margin-left:15px;
}
td.footer {
 padding:0px 10px 0px 10px;
 background-color:#EF2D13;
 color:white;
 font-size:8pt;
}
td.footer a,td.footer a:hover,td.footer a:visited{
 color:white;
 font-size:8pt;
}

.homeCommercialInfo p {
	background-color:white;
	color:#743494;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	margin-top:2px;
	margin-right:2px;
	margin-bottom:4px;
	line-height:12pt;
}
.homeCommercialInfo a,.homeCommercialInfo a:visited{
	color:#743494;
	font-size:8pt;
}
.homeCommercialInfo a:hover{
	color:#743494;
	font-size:8pt;
}
.homeWelcome p {
margin:0px 0px 0px 0px;
color:white;
}
.homeWelcome strong {
margin:0px 0px 0px 0px;
color:red;
}