/* Null */

table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

ol, 
ul {
  list-style-position: outside;
}

blockquote, 
q {
  quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}
 
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}


div {
  position:relative;
}

* {
  margin: 0;
  padding: 0;
}

p {
	margin: .8em 0;
}

img {
  border:none;
}

html, 
body, 
form
{
  margin: 0;
  padding: 0;
}


/* Common */

html,
body {
width: 100%;
height: 100%;
  }

body {
  background: #fff url(/img/bg_body.png);
  color: #373737;
  font: 15px/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Links */
a:link,
a:visited {
  color: #287e6e;
}
  
a:active,
a:hover {
  color: #48a695 !important;
}

.wh {
  color: #fff !important;
}

.blk {
  color: #000 !important;
}


h1, 
h2, 
h3, 
h4 {
  line-height: normal;
  position: relative;
  z-index: 9;
  font-weight: normal;
  color: #287e6e;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
    text-align: center;
	color: #323232;
	width: 75%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0 80px 31px;
	/*background: url(/img/bg_wave_green_long.png) center bottom no-repeat;*/
	background: url(/img/bg_wave_black.png) center bottom repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
 	font-weight: bold !important;	
}

h2 ins {
	display: block;
	width: 54px;
	height: 56px;
	position: absolute;
	top: 20%;
}

h2 .lp {
	background: url(/img/vign_l.png) no-repeat;
	left: 0;
}

h2 .rp {
	background: url(/img/vign_r.png) no-repeat;
	right: 0;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
font-size: 13px;
color: #287e6e;
}

h6 {
  font-size: 13px;
  color: #287e6e;
}

.small {
  font-size: 85%;
}

.big {
  font-size: 120%;
}

hr {
  border: none;
  color: #989898; 
  height: 1px; 
  background: #989898;
}

select, 
input, 
textarea {
  position: relative;
  padding: 9px;
  border: 1px solid #a3a3a3;
  background: #fff;
 position: relative;
}

input[type="radio"],
input[type="checkbox"] {
  background: #fff !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
 float: left;
 border: none;
  border-radius: 0 !important;
 -moz-border-radius: 0 !important;
 -webkit-border-radius: 0 !important;
 -khtml-border-radius: 0 !important;
 behavior: none;
 border: none !important;
}

input[type="radio"] {
  background: none !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important; 
}

label {
  margin-left: 20px;
  display: block;
  position: relative;
  top: 2px;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.al-c {
  text-align: center;
}

.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right;
}

.vert-mid {
  vertical-align: middle;
}

.vert-top {
  vertical-align: top;
}

.vert-bot {
  vertical-align: bottom;
}

.w50 {
  width: 50%;
}

.w90 {
  width: 90%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.strong {
  font-weight: 700;
}

.ov-hid {
  overflow: hidden;
}

.inl {
  display: inline;
}

.inl-blk {
  display: inline-block;
}

.blk {
  display:block;
}

.upper {
  tex-transform: uppercase;
}

.noback {
  background: none !important;
}

.nobrd {
  border: none !important;
}

.nobull {
  list-style-type: none;
}

.nounder {
  text-decoration: none !important;
}

.sp-span {
  position: relative;
  top: -2000px;
}

.fulltextnull,
.banner-block {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
}

.fulltextnormal {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
}

sup {
	font-size: 11px !important;
	line-height: 1em !important;
}

.mt10px {margin-top:10px !important;}
.ml10px {margin-left:10px !important;}

.w22p {width:22% !important;}
.w36p {width:36% !important;}
.w48p {width:48% !important;}