@charset "utf-8";
/* CSS Document */

p,a,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	}
h1 { 
	font-size:18px;
	color:#ffffff;
	background-color:#1b6195;
	margin:0px;
	padding:5px;
}
h2 
{
	font-size:22px;
	color:#333333;
	text-transform:uppercase;
}
h3 
{
	font-size:18px;
	color:#99ae0f; /*green color*/
}
h4 { 
	color:#333333;
	font-size:16px;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
}
h5 { 
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	margin:12px 0;
	padding-left:15px;
}
h6 {
	font-weight:bold; 
	color:#99ae0f;
	font-size:14px;
	}
p { 
	font-size:12px;
	font-weight:normal;}
a { 
	font-size:12px;
	font-weight:regular; 
	color:#1b5f99;/*blue color*/
	text-decoration:underline;}
a:hover {
	color:#1b5f99;
	text-decoration:none;}
ul, ol, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-image:url(/images/bullet.jpg);}
li {
	line-height:25px;}
ul {
	margin-top:0px;
}
.inputyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	height: auto;
	text-align: left;
	border:1px solid #cccccc;
	padding:3px;
	margin:3px;}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:200px;
	margin:5px;}
.button
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	cursor: pointer;
	width:auto;
	height:auto;
	margin:0px;
	}
.inputSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #FDB930;
	height: auto;
	width:200px;
	text-align: left;
	border:0px;
	padding:3px;
	margin:3px;}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:5px 0px;
	width:220px;}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:3px;}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px;
	color:#666666;}
input[type="radio"] { 
	border:0;
	width:auto;}
input[type="checkbox"] { 
	border:0;
	width:auto;}
hr {
	height: 0px; 
	border-top: 1px solid #d5d8d7;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;}
normal {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	font-weight: normal;
	font-size:12px;}
.yellow {
	color:#FDB930;}
.greyBg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#FDB930;
	color:#666;
	padding:10px;}
.picture {
	border:1px solid #ccc;
	margin-left:10px;}
.greyBorder {
	border:1px solid #cccccc;}
	.red{
	color:#FF0000;
}
.green {
	color:#009900;
}
.inputQuantity{
	width:20px;
	height:20px;
	padding-left:5px;
	padding-top:5px;
}
.strikeThrough {
	text-decoration:line-through;
	font-weight:lighter;
}
.price {
	font-size:24px;
	color:#009900;
}
.orange
{
	color:#d59f42;
}
.search-box {
	border:1px solid #CCCCCC;
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:auto;
	margin:3px;
	padding:3px;
	text-align:left;
}
.go-button {
	background-image:url(/images/search-button.jpg);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:29px;
	position:relative;
	text-align:center;
	width:48px;
}

.BodyHeadingBlue {
    FONT-WEIGHT:normal; FONT-SIZE: 12px; COLOR: #00538e; FONT-FAMILY: Aerial ; TEXT-DECORATION: none
    }





.tab_hover {
background-color:LightGrey;
color:white;
cursor:pointer;
width:137px;
height:20px;
background-image:url(../images/On.gif);
border:0px;
text-align:center;
font-family:verdana;
font-size:12px; 
font-weight:bold;
}

.tab {
background-color:LightGrey;
color:Black;
cursor:pointer;
width:137px;
height:20px; 
background-image:url(../images/Off.gif);
border-right:1px solid #cccccc;
text-align:center;
font-family:verdana;
font-size:12px; 
font-weight:none;
}
.data_tab {
border:1px solid gray; 
width:500px;
height:100px;
text-align:left;
font-family:verdana;
font-size:12px; 
padding:.3em;
}

.tabContentTable
{
	border:1px solid #cccccc;
}

.tabContentDiv
{
	padding:5px;
}

.greenLinks,.greenLinks:hover 
{
	color:#99ae0f; /*green color*/
}

.greenLinksBig,.greenLinksBig:hover 
{
	font-size:18px;
	color:#99ae0f; /*green color*/
	text-decoration: none;

}

.blackLinksBig,.blackLinksBig:hover 
{
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;

}



