body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.go-button {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #336a9b;
	text-decoration: none;
	background-image: url(../images/go-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 21px;
	width: 37px;
	line-height: 20px;
}
.go-button a{color:#336a9b; text-decoration:none;}
.go-button a:hover{color:#336a9b; text-decoration:underline;}

.search-text {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
}
.text-box {
	background-color: #c8ebff;
	height: 19px;
	width: 158px;
	border: 1px solid #FFFFFF;
}
#button-bg{
	margin:0px;
	background-image: url(../images/button-bg.jpg);
	background-repeat: repeat-x;
	height:48px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#button-bg ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#button-bg li{
padding:0px;
margin:0px;
list-style:none;
float:left;
}
#button-bg li a{
	font-family:tahoma;
	font-size:13px;
	color:#151f2b;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/button.jpg) no-repeat;
	text-align:center;
	line-height: 37px;
	width:98px;
	height:37px;
	display:block;
	margin-left:10px;
}
#button-bg li a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background:url(../images/button-hover.jpg) no-repeat;
}
#button-bg .highlight-button{
	color:#FFFFFF;
	text-decoration: none;
	background:url(../images/button-hover.jpg) no-repeat;
}
h1 {
	font-family: tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #346b9b;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.main-text {
	font-family: tahoma;
	font-size: 12px;
	line-height: 19px;
	color: #151f2b;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 17px;
}
.footer-text {
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	color: #151f2b;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
}
.footer-text a{color:#151f2b; text-decoration:none;}
.footer-text a:hover{color:#151f2b; text-decoration:underline;}

.footer-text1 {
	font-family: tahoma;
	font-size: 11px;
	color: #346b9b;
	text-decoration: none;
}