/* CSS Document */
/* left.link is the links in the left column of B2B page*/
a.process:link {
	font-family: Arial;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	
}
a.process:visited {
	font-family: Arial;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	
}
a.process:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
	background-color:#FFFFFF;
	display:block;
	color: #000000;
	text-decoration:none;
	
	
}
a.process:active {
	font-family: Arial;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	color: #A3A3A3;
	text-decoration: none;
	
}
a.left:link {
	font-family: Arial;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	
}
a.left:visited {
	font-family: Arial;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	
}
a.left:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration:none;
	
	
}
a.left:active {
	font-family: Arial;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	color: #A3A3A3;
	text-decoration: none;
	
}

a.leftchild:link {
	font-family: Arial;
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	text-transform:capitalize;
	color: #ffffff;
	text-decoration: none;
	
}
a.leftchild:visited {
	font-family: Arial;
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	text-transform:capitalize;
	color: #ffffff;
	text-decoration: none;
	
}
a.leftchild:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	text-transform:capitalize;
	color: #FF0000;
	text-decoration: none;
	
	
}
a.leftchild:active {
	font-family: Arial;
	font-size: 11px;
	text-align:right;
	font-weight: bold;
	text-transform:capitalize;
	color: #ffffff;
	text-decoration: none;
	
}
a.newsnotes:link {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size: medium;
	font-weight: bold;
	text-transform: capatilize;
	text-decoration: none;
	
}
a.newsnotes:visited {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size: medium;
	font-weight: bold;
	text-transform: capatilize;
	text-decoration: none;
	
}
a.newsnotes:hover {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size: medium;
	font-weight: bold;
	text-transform: capatilize;
	color:#FF0000;
	text-decoration: none;
	
	
}
a.newsnotes:active {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size: medium;
	font-weight: bold;
	text-transform: capatilize;
	text-decoration: none;
	
}

/* styles for Scroller on B2B Index*/

.tablemain21 {border: 1px solid #a3a3a3;
width: 310px;
}
#scroller2 {
	overflow: auto;
	position: relative;
	width: 300px;
	height: 170px;
	color: #000000;
	border: 2px solid #000000;
	text-align: center;
}
/* end of scroller for Index */
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style16 {color: #000000}
.style17 {font-size: 9px}
.style18 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
}
.style19 {
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-size:medium;
color:#000000;
text-align:left}

.businesstext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #0053A1;}
.orderingtext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #0053A1;}
.style20 {font-size: xx-large}
/* Scroll Bar Settings */
html {
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#42BF01;
scrollbar-face-color:#349800;
scrollbar-highlight-color:#42BF01;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#349800;
scrollbar-shadow-color:#FFFFFF;
}

/* end of Scroll Bar Settings */

#marqueecontainer{
position: relative;
width: 300px; /*marquee width */
height: 170px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid green;
padding: 2px;
padding-left: 4px;
}

#background{

background-color: #349800;
background-image: url(Images/PicGallery/Fade.gif);
background-repeat: no-repeat;
background-position: bottom center;
top:auto;
}

