/*main styles*/
body {
	font:12px/160% Arial, sans-serif;
	background-color: #fff;
}
img {
	border:0;
}
input,select,textarea {
	font:13px Arial, sans-serif;
	color:#000;
	border:1px solid #0071b7;
}
input.button {
	background-color:#dee5fd;
	border:1px solid #0071b7;
	color:#192666;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:3px;
}
input.checkbox {
	border: none;
	vertical-align: middle;
	margin: 0 0.25em;
}
td {
	vertical-align:top;
}
p {
	margin:0 0 15px 0;
}
/*default styles*/
a {
	color:#192666;
}
a:hover {
	color:#4F6AD7;
}
h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {font-size:120%;}
h5 {font-size:100%;}
ul {
	margin:3px 0 15px 5px;
	padding:0 0 0 0;
	list-style-position:outside;
	list-style-type:none;
}
ul li {
	background-image:url(img/dot.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
	padding-left:15px;
}
ol {
	margin:3px 0 15px 23px;
	padding:0 0 0 0;
	list-style-position:outside;
	list-style-type:decimal;
}
li ul, li ol {
	margin-top:5px;
	margin-bottom:10px;
	list-style-type:none;
	font-size:12px;
}
li ul li {
	background:none;
}
li {
	margin-bottom:2px;
}

.middle {
	vertical-align:middle;
}
.bottom {
	vertical-align:bottom;
}
.w480 {
	width:480px;
}
.h26 {
	height:26px;
}
a.btn{
	display:block;
	float:left;
	background:url(img/btn_l.gif) no-repeat left top;
	color:#3d3d3d;
	font-size:14px !important;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	white-space:nowrap;
	margin-right:10px;
}
a.btn span{
	display:block;
	float:left;
	background:url(img/btn_r.gif) no-repeat right top;
	padding:4px 19px 5px 19px;
	margin-right:-3px;
	position:relative;
}
a:hover.btn{
	text-decoration:none;
	color:#000;
	background-position:left -25px;
}
a:hover.btn span{
	background-position:right -25px;
}

/* Site styles */
div.logo {
	padding: 18px 0;
}

div.index_logo {
	background: url(img/logo_index.gif) top right no-repeat;
	padding:4px 6px 0 0;
}

a.lang {
	font-size:14px;
	color:#0071b7;
}

div.search_details {
	background-color: #0071b7;
	color: #fff;
	font-size:12px;
}

table.inner_body {
	background: #edf8fe url(img/bgr_inner.jpg) center repeat-y;
}

div.locale_outer {
	padding:54px 0 20px;
}

span.locale {
	font-weight:bold;
	font-size: 16px;
}

.copyright {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 18px;
}
.copyright a {
	font-weight:bold;
	font-size: 12px;
	color: #f3f3f3;
	text-decoration: none;
}

/* GOOGLE RESULTS VIEW */
#search_results {
  width: 600px;
  text-align: left;
}
#search_results .gsc-control {
  width: 600px;
}
#search_results form.gsc-search-box {
  display:none;
}
#search_results .gs-title  {
	color:#30597C;
}
#search_results .gs-title b  {
	color:#30597C;
}
#search_results .gsc-trailing-more-results{
	color:#30597C;
}