/* CSS Document */

body	{ color: #fff; background: #FFFFFF url(/images/bkg/bg.jpg) repeat-y fixed center 0; }

#header {
	background-image: url(/images/banner.png);
	background-repeat: no-repeat;
	width: 1021px; height: 217px;
	margin: 0 auto;
		}

a:link 	{ color: #00c5fe; font-size: 13px; font: Verdana; font-weight: bold; text-decoration: none; }
		
a:visited { color: #00c5fe; font-size: 13px; font: Verdana; font-weight: bold; text-decoration: none; }
a:hover { color: ##333333; font-size: 13px; font: Verdana; font-weight: bold; text-decoration: underline; }
		
a:active {
	color: #24333f;
	font-size: 13px;
	font: Verdana;
	text-decoration: none;
		}

h1		{
	color: #f23128;
	font-size: 16px;
	font: Verdana;
	font-weight: bold;
		}
		
h2		{
	color: #00285c;
	font-size: 10px;
	font: Verdana;
	margin-top: 10px;
		}

h3		{
	color: #222;
	font-size: 10px;
	font: Verdana;
		}

/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  width:980px;
  margin:0px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:0px solid snow;
  cursor:default;
  }
.usual div {
  padding:20px 10px 0px 0px;
  *padding-top:3px;
  *margin-top:-0px;
  clear:left;
  background:none;
  font:10pt Verdana;
}
.usual div a { color:#333333; font-weight:bold; }

#usual2 { background:none; border:0px solid #0A0A0A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:#FFF; }
#tabs3 { background:none; }

/* Style for various uses of tabs */

