
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0;
	padding: 0;
	background: url(/image/bg.png) #809FFF repeat-x;
	color: #000;
}
A {
	text-decoration: none;
}
A:link , A:visited {
	color: blue;
}
A:hover, A:active {
	color: red;
	text-decoration: underline;
}
p, ul {
	text-align: justify;
}
p, td {
	position: relative;
	top: 0px;
	vertical-align: top;
}
h1 {
	margin: 1em 0 0 0;
}
hr {
	border: none 0;
	border-top: 1px dashed #809FFF;
	width: 100%;
	height: 1px;
}
table {
	padding:0;
	margin:0;
	border-spacing:0;	
}
h2 {
	margin-left: 2em;
}
.red {
	color: red;
}
.window table {
	border: 1px groove #00248F;
	background-color:#fff;
}
.window th {
	background-color: #0033CC;
	color:#FFFFFF;
	font-size: 0.8em;
}
.menu {
	border-spacing: 0.4em;
	font-size: 1.0em;
}
.menu a {
	display:block;
	width:100%;
	padding: 0; 
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}
.menu td {
	padding: 0.4em; 
}
.menu a:hover {
	background-color:#809FFF;
	color: white;
}
.menu table {
	border: 1px groove #00248F;
	background-color:#fbfbfb;
}
.menu th {
	background-color: #0033CC;
	color:#FFFFFF;
	font-size: 1.0em;
}
.spacer {
	display: block;
	height: 30px;
}
.pmargin p {
	margin-left:2em;
}
.margin{
	margin-left:2em;
}
.tag {
	font-size: 1.0em;
}
.news-body {
	text-align:justify;
}
.news-read-more {
	text-align: right
}
#content {
	margin: 1.5em;
}
#credit {
	font-size:0.8em;
	text-align:right;
	padding-top: 0px;
	margin:20px;
	color: white;
}
#credit a {
	color: white;
}
#credit a:hover {
	text-decoration: underline;
}
.tabs {
  float:left;
  width:100%;
  font-size:0.9em;
}
.tabs ul {
  margin:0;
  padding:0 1em 0 0;
  list-style:none;
}
.tabs li {
  float:left;
  background:url("/image/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
.tabs a {
  float:left;
  display:block;
  background:url("/image/right.gif") no-repeat right top;
  padding:5px 20px 4px 11px;
  text-decoration:none;
  font-weight:bold;
  color:#777;
}
/* \*/
.tabs a {
	float:none;
}
/* */
.tabs a:hover {
  color:#333;
}
.tabs .selected {
  background-image:url("/image/left_on.gif");
}
.tabs .selected a {
  background-image:url("/image/right_on.gif");
  color:#333;
  padding-bottom:5px;
}

.sb table, .sb  td , .sb th {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

.sbd table, .sbd  td , .sbd th {
	border-width: 1px;
	border-style: solid;
	border-color: #00248F;
	border-collapse: collapse;
}


