@import url("./stylesheet.css");

A:hover {
   text-decoration:underline;
}

A {
   font-family: arial;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #00349A;
}

BODY {
   background-image: url(./images/main_bg.jpg);
   background-repeat: repeat-y;
   background-position: left top;
   margin: 10px 0px 0px 20px;
}

HR {
   color: #00349A;
}

H1 {
   font-family: arial;
   font-size: 19px;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   color: #00349A;
}

P {
   font-family: arial;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #111111;
}

TD {
   font-family: arial;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #111111;
}

.main_scrollbar {
   scrollbar-face-color: #FFFFFF;
   scrollbar-highlight-color: #CCCCCC;
   scrollbar-shadow-color: #CCCCCC;
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-arrow-color: #CCCCCC;
   scrollbar-track-color: #FFFFFF;
   scrollbar-darkshadow-color: #FFFFFF;
   position:relative;
   left:0px;
   top:0px;
   border: 0px solid black;
   height: 100%;
   width: 100%;
   visibility: visible;
   z-index:1;
   overflow: auto;
}

.product_sub {
   font-family: arial;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
}

.shopping_heading {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}