@charset "utf-8";
/* CSS Document */

body {

	margin-left: 0px;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	color:#0066CC;
	font-size:11px;
	font-family: Arial, Univers, Helvetica, sans-serif;
}

a:link {
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration : none;
} 
a:visited{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration : none;
} 
a:hover{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
	text-decoration : none;
}

/*For top menu search*/
.linkstop {
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #6f6f6f;
}
.linkstop a:link {
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #534741;
	text-decoration : none;
} 
.linkstop a:visited{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #534741;
	text-decoration : none;
} 
.linkstop a:hover{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration : underline;
}

.btn_search {
	background-image: url(images/btn_search.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	height:20px;
	width:20px;
	border:0;
	margin:0;
	padding:0;
}

.bggray {
	background-image:url(images/gradient_gray3.png);
	background-repeat:repeat-x;
}

.bgyellow {
	background-image:url(images/gradient_yellow.png);
	background-repeat:repeat-x;
}

.bggray2 {
	background-image:url(images/gradient_gray2.png);
	height:380px;
	width:835px;
}

.bglightgray {
	background-image:url(images/gradient_lightgray.png);
	background-repeat:repeat-x;
}

.bgdarkgray {
	background-image:url(images/gradient_darkgray.png);
	background-repeat:repeat-x;
}


body {
	background-image: url(images/background_gradient_blue.png);
	background-position: bottom;
	background-repeat: repeat-x;
	
}

.txtheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0064c9;
	text-transform:uppercase;

}

.dropdownbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-weight:bold;
	background-color: #FFFFFF;
	width: 179px;
}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	width: 120px;
}


.searchbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #99acc1;
	border-top-color: #c2cdda;
	border-right-color: #c2cdda;
	border-bottom-color: #c2cdda;
	border-left-color: #c2cdda;
	width: 30px;
}

#stockquote {
	border:#0066CC;
	border-style:solid;
	border-width:thin;
	padding:7px;
}

ul.onesevenfive-links {
	list-style-type:none;
}

ul.onesevenfive-links li {
	border-top:1px dotted #ababab;
}

ul.onesevenfive-links li:first-child {
	border-top:none;
}


.dateformat {
	color: #ff6600;
	font-size: 11px;
	font-family: Arial, Univers, Helvetica, sans-serif;
}


