
body {
	font-family: Arial;
	font-size:12pt;
	color:#000000;
	margin:0;
}

 .styledTable {
 	
}

  .noBorder {
  	border:none;
}

 .styledTable td {
    border: 1px solid black;
    border-collapse:collapse;
}

.mainContent {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.whiteSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.whiteSmallTextNoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
}

.whiteXSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #FFFFFF;
}

.whiteXSmallTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight:bold;
	color: #FFFFFF;
}

.searchText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    color:#ffffff;
}

.searchTextHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color:#ffffff;
}

.blackXSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
.greySmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
}

a:hover.greySmallText {
	color: #FF0000;
}

a:hover.whiteXSmallText {
	color: #FF0000;
}

.contentHeader {
    font-size:16pt;
    font-weight:bold;
    color:#ffffff;
}

.navTableWithTopBottomBorder {
	padding-right: 5px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding-left: 5px;
	line-height:110%;
}

.repTableWithTopBottomBorder {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding: 5px;

}

.repTableWithTopBorder {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding:5px;
}

.repTableWithBottomBorder {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding:5px;
}
.navTableMenu {
	padding-right: 5px;
	line-height: normal;
	padding-left: 5px;
}

a:link.navTableMenu, a:visited.navTableMenu, a:active.navTableMenu {
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

a:hover.navTableMenu {
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.navTableMenuProducts {
    padding-right: 5px;
    line-height:normal;
    padding-left:5px;
}

a:link.navTableMenuProducts, a:visited.navTableMenuProducts, a:active.navTableMenuProducts {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

a:hover.navTableMenuProducts {
	color:#ff0000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.navTableMenuProductsSelected {
    padding-right:5px;
    line-height:normal;
    padding-left:5px;
}

a:link.navTableMenuProductsSelected,  a:visited.navTableMenuProductsSelected, a:active.navTableMenuProductsSelected {
	color:#ffff00;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

a:hover.navTableMenuProductsSelected {
	color:#ffff00;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.redXSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.greyXSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
a:hover.greyXSmallText {
	color: #FF0000;
}
.blackXSmallNewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
.greySmallTextNoDecoration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#666666;

}

.redSmallTextNoDecoration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#ff0000;

}

.menuButton {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
}

.headerRedText {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#ff0000;
	font-size:8pt;
}

.headerYellowText {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#ffff00;
	font-size:8pt;
}

.headerBlueText {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#0000ff;
	font-size:8pt;
}

.headerGreenText {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#009900;
	font-size:8pt;
}

a:hover.redSmallTextNoDecoration {
	color: #666666;
}

.productList {
    list-style-type:disc;
    color:#ff0000;
    line-height:150%;
}
a:link.productList, a:visited.productList, a:active.productList {
	color:#000000;
	text-decoration:none;
}
a:hover.productList {
    color:#ff0000;
}

.buttonStyle {
	border-style:outset;
	background-color:#888888;
	color:#ffffff;
	font-weight:bold;
}

.inv {
	font-size:1px;
	font-color:#000000;
	text-decoration:none;
}

a:link.inv, a:visited.inv, a:active.inv,a:hover.inv {
	font-size:0px;
	color:#000000;
	text-decoration:none;
}

