body{
	font-family: Helvetica, Arial, "Times New Roman", serif;
	text-align: justify;

}
.aligned_image {
	text-align: center;
}

img {
	border: none;
} 
#header{
	color: #ccc;
        background-color: #fff;
        border-bottom: 10px solid #0ca0ce;
}

/*- center column ---------------------- */
#frame{
	width: 98%;
	margin-left: 5px;
	margin-right: 5px;
	padding:5 5 5 5px;
        background-color:#fff;
	color:#000;
}
#frame h2{
	text-align: center;
}
#frame a{
	color:#96baec;
        background-color:#fff;

}
#frame a:hover{
	color:#6eaee5;
        background-color:#fff;

}
#frame ul{
	color:#000;
	background-color:#fff;
	text-align: left;
}
#footer{
        clear: both;
/*        background-color:#fff;
        color:#000;
*/
}


/*- Menu Tabs--------------------------- */ 
#tabs {
      float:left;
      width:100%;
      background:white;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid black;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
      display:inline;
      margin:0;
      padding:0;
}
#tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
}
#tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:black;
      font-size:14px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
      color:#FFF;
}
#tabs a:hover {
      background-position:0% -42px;
}
#tabs a:hover span {
      background-position:100% -42px;
}

/*- rounded corners---------------------------------------*/
.raised {
  background:transparent; 
  width:100%;
  }
.raised h1, .raised p {
  margin:0 10px;
  }
.raised h1 {
  font-size:2em; 
  color:#fff;
  }
.raised p {
  padding-bottom:0.5em;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
  height:1px;
  }
.raised .b2 {
  background:#ccc; 
  border-left:1px solid #fff; 
  border-right:1px solid #eee;
  }
.raised .b3 {
  background:#ccc; 
  border-left:1px solid #fff; 
  border-right:1px solid #ddd;
  }
.raised .b4 {
  background:#ccc; 
  border-left:1px solid #fff; 
  border-right:1px solid #aaa;
  }
.raised .b4b {
  background:#ccc; 
  border-left:1px solid #eee; 
  border-right:1px solid #999;
  }
.raised .b3b {
  background:#ccc; 
  border-left:1px solid #ddd; 
  border-right:1px solid #999;
  }
.raised .b2b {
  background:#ccc; 
  border-left:1px solid #aaa; 
  border-right:1px solid #999;
  }
.raised .b1 {
  margin:0 5px; 
  background:#fff;
  }
.raised .b2, .raised .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.raised .b3, .raised .b3b {
  margin:0 2px;
  }
.raised .b4, .raised .b4b {
  height:2px; margin:0 1px;
  }
.raised .b1b {
  margin:0 5px; background:#999;
  }
.raised .boxcontent {
  display:block;  
  background:#ccc; 
  border-left:1px solid #fff; 
  border-right:1px solid #999;
  }

table {
	font: normal 76%/150% Geneva, Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	color: #000;
	}
table a {
	color: #005ba7;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
table a:visited {
	color: #444;
	font-weight: normal;
	text-decoration: line-through;
	}
table a:hover {
	border-bottom: 2px solid;
	} 
thead th,
thead td
 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	padding: 1.5em 0.5em;
	border: 1px solid #fff;
	border-width: 1px 1px;
	background: #45A4E4;

	}
tfoot th,
tfoot td {
	border: 1px solid #fff;
	border-width: 1px 1px;
	padding: 2em 0.5em;
	background: #E9F5FF;
}

th {
	font-weight: bold;
	line-height: normal;
	padding: 0.25em 0.5em;
	text-align: left;
	}
tbody th,
td {
	padding: 1em 0.5em;
	text-align: center;
	vertical-align: middle;
	}
tbody th {
	font-weight: normal;
	white-space: nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight: bold;
	}
tbody th+td {
	white-space: nowrap;
	}
tbody td,
tbody th {
	background: #F0F9FF;
	border: 1px solid #fff;
	border-width: 1px 1px;
	}
tbody tr.head td{
	border-color: #fff;
	background: #8AADE7;
	}

tbody td.even {
	border-color: #fff;
	background: #E2EFFF;
	}

caption {
	font-size: 1.8em;
	text-align: left;
	margin: 0;
	padding: 0.5em 0.25em;
	text-align: center;
	text-transform: uppercase;
	}
