@charset "utf-8";
*{
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5;
	background-image: url('images/bg_body.gif');
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2;
	margin: 5px 7px;
}

h1,h2 { 
	font-weight: normal;
	font-size: 185%;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
}

h3 { 
	font-weight: normal;
	font-size: 150%;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
	margin-bottom: 10px;
}

h4 { 
	font-weight: normal;
	font-size: 120%;
	margin-top: 0px;
	color: #738900;
}

h5 {
 font-size: 100%;
}

h6 {
	font-size: 100%;
}


blockquote {
	color: black;
	display: block;
	background-color: #DDDDDD;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 15px;
}


em {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
  font-weight: normal;
}
b {
  font-weight: bold;
}


/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	color: #42719d;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #42719d;
}



/*--------------------------------------
  List Module
---------------------------------------*/

ul,
ol,
dl {
	margin: 0.5em 0.7em;
	padding: 1px 0 1px 0;
}

ul li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

dt {
  color: #004171;
}
dd {

}


li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
  font-size:100%;
}


li * {font-size: 100%}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
  margin: 0.4em 8px;
}


br{
   letter-spacing:normal;
}

/*--------------------------------------
  Forms Module
---------------------------------------*/

form {
	margin: 0 0 0 0;
	display: inline;
}

input{
	font-family: Arial, Helvetica, "qMmpS Pro W3", sans-serif;
	padding: 0.1em 8px;
}
input#ss0,input#ss1{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}
textarea {
	border-bottom: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	font-family: Arial, Helvetica, "qMmpS Pro W3", sans-serif;
	background-color: #FFFFFF;
	border-top: 2px #000000 solid;
	border-left: 2px #000000 solid;
	padding: 0.1em 8px;
}

textarea {
  padding: 0.4em 8px;
}

p input {
	margin-left: 8px;
	background-color: #E3E3E3;
}

input.radio {
  background-color: transparent;
  border: none;
}


input.submit {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #6c737a;
  border-width: 1px;
  border-style: solid;
  border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
  padding: 1px 0.3em;
}


input.submit:hover {
  color: black;
  background-color: white;
}

/*--------------------------------------
  Tables Module
---------------------------------------*/

table {
}

caption {
  font-size: 80%;
  color: #454e58;
  background-color: #f5f5f5;
  border: 1px solid #97a4aa;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
}


td,
th {
	font-size: 90%;
	line-height: 1.2;
}


th {
  font-weight: normal;
  color: #536066;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2;
}

td {
}

img {
	vertical-align: bottom;
	border: 0;
}
img a,img a:link,a:hover img,img a:hover{
	border-bottom:0 none;
}
