/* global <BODY> setting */
BODY { 
	font-size: 11px;
        cont-color:#278646;
	line-height: 12px;
	font-family: Verdana; background-image: url('images/bg.jpg'); 
        background-repeat: repeat-x; 
        margin-top: 0px;
}

/* global <A> setting */

A:link {
	color:white;
  text-decoration: none;
}

A:hover { color:white;
  text-decoration: underline;
}

A:visited {
	color:white;
  text-decoration: none;
}

/* global <TD> setting */
TD {
	font-size: 11px;
	line-height: 20px;
}
/* global <H?> setting */
H1 {
  font-family: Verdana;
  fornt-weight: bold;
  font-size: 17px;
  color: #C94300;
  margin-top:18px;
  margin-bottom:10px;
}
H1 A:visited {
  font-family: Verdana;
  fornt-weight: bold;
  font-size: 11px;
}
H1 A:link {
  font-family: Verdana;
  fornt-weight: bold;
  font-size: 17px;
  color: #F8EF04;
  margin-top:18px;
  margin-bottom:10px;
}
H2 {
	MARGIN-TOP: 3px;
  text-decoration: none;
 FONT-WEIGHT: bold;
 FONT-SIZE: 12px;
 MARGIN-BOTTOM: 3px;
 COLOR: #000000;
 FONT-FAMILY: Verdana;
}
H3 {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #0E2587;
  margin-top:3px;
  margin-bottom:0px;
}

/* global <UL>,<LI> setting */
UL {
  margin-top:0px;
  margin-left:20px;
  margin-bottom:0px;
  padding:3px;
}
LI {
  list-style-type:square;
}

/* global <B>,<STRONG> setting */


/* global <TEXTAREA> setting */
textarea{
  width:90%;
  height:200px;
  font-family: Arial,Sans-serif;
  font-size: 12px;
}


.content {
	FONT-SIZE: 10pt;
	COLOR: #000;
}
.content A:link {
	FONT-SIZE: 1opt; COLOR: #000; TEXT-DECORATION: none

}
.content A:visited {
	FONT-SIZE: 1opt; COLOR: #000; TEXT-DECORATION: none

}
.content A:hover {
	FONT-SIZE: 1opt; COLOR: #000; TEXT-DECORATION: underline

}