body{
	background:url("i/bg.jpg") no-repeat fixed center top #f9f9f9;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #BBCDE8;*/
}

h1#title{
	font-size:1.8em;
}

#navigation{
	padding:0 0 1em 0;
}

a{
	cursor:pointer;
}

.fl{float:left;}
.fr{float:right;}

.rr{
	
}

.red{background:red;}
.blue{background:blue;}

a, .color-1{/*color:#004288*/ color:#0B7FAA;}
.color-2{color:#004988}
.color-white{color:#ffffff}

.bgcolor-1{background-color:#004288}
.bgcolor-2{background-color:#004988}
.bgcolor-white{background-color:#ffffff}

.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}


div#logo img {padding:20px 5px;}
div#f-icons img, div#z-icons img{padding:4px 2px 2px 2px;}

 
.showgrid{background:0}

a {cursor:point}
#tab-news img {margin:0 1em 0 0; float:left;}

#b780x90{text-align:center; padding-bottom:10px;}
#search div {margin-right:5px;}

#col-center p{text-align:justify;}

#col-center{line-height: 1.35em; font-size:1.05em}

.notice2     { background: #E7F1FF; color: #004988; padding: .8em; margin-bottom: 1em; /*border: 2px solid #004988;*/}
.notice2 a   { color: #004988; text-decoration:none;}

/* -----------------------------------------------------------------------
 
 
Tabs Plugin 0.2 for the Blueprint CSS Framework
http://blueprintcss.org
 
* Copyright (c) 2008-Present. Refer to the main Blueprint license.
* See README for instructions on how to use this plugin.
* For credits and origins, see AUTHORS.
 
----------------------------------------------------------------------- */
 
.tabs {
border-bottom:1px solid #ccc;
height:auto;
margin:0 0 1em 0;
overflow:auto;
padding-left:0;
}
* html .tabs { height:1%; /* fixing IE 6 */ }
.tabs li {
/*
  border:1px solid #ccc;
  border-bottom:none;
*/
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:0 .25em 0 0;
  padding:0;
}
.tabs li a {
background:#E7F1FF;
  /*border:1px solid #eee;*/
  border-bottom:none;
  color:#004988;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  /*padding:.35em .33em .25em .33em;*/
  padding:.5em;
}
.tabs li a.selected {
  background:#004988;
  /*border:1px solid #666;*/
  border-bottom:none;
  color:#fff;
  cursor:default;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover {
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover {
  color:#555;
  outline:none;
}
.tabs li a.selected:focus, .tabs li a.selected:hover {
  color:#fafafa;
}
.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
	color: red;
}