/* common style */

html, form * { font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif; }
html, body, div, span, a, p, img, ul, ol, li, dl, dt, dd,
form, fieldset, label, legend { /* clear default setting */
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  min-height: 100%;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  color: #4b68bb;
  margin: 0.4em 0;
  font-weight: bold;
}

h1, .h1 { font-size: 190%; line-height: 1.33em; }
h2, .h2 { font-size: 170%; line-height: 1.33em; }
h3, .h3 { font-size: 125%; line-height: 1.33em; }
h4, .h4 { font-size: 110%; line-height: 1.33em; }
h5, .h5 { font-size: 100%; line-height: 1.33em; }
h6, .h6 { font-size: 100%; line-height: 1.33em; }


a:hover { text-decoration: underline; }
a.more { display: block; text-align: right; }
h1 a, h2 a { color: inherit; font-family: inherit; font-size: inherit; text-decoration: none; }

.red { color: red; }
.green { color: green; }
.black { color: black; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.strike { text-decoration: line-through; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.noindent { text-indent: 0; }
.fleft { float: left; }
.fright { float: right; }
.noborder { border: none; }


/* Lists */
dl { margin: 1em 0; }
dt, dd { margin: 0.1em 0; }
dt { font-weight: bold; margin-top: 1em; }
dd { text-align: justify; }
dd.separate { margin-top: 1em; }

ol, ul { margin: 0.5em 0; 
}
li { margin-left: 1.5em;}

ul.inline {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.inline li {
  margin: 0;
  padding: 0;
  display: inline;
}


hr {
  clear: both;
  height: 1px;
  display: block;
  margin: 7px 0;
}
hr.clear {
  border: none;
}




form {
  width: 100%;
  margin: 5px 0;
  padding: 0.5em 0 0.5em 0;
}
input, textarea {
  border: solid 1px #aaa;
  line-height:130%
}
textarea {
  width: 100%;
  overflow: auto;
  font-size: 100%;
}
input[type=submit], input[type=button], input[type=image] {
  border: solid 1px #aaa;
}

p {
  text-align: inherit;
  margin-top: 12pt;
  margin-bottom: 12pt;
 
}
p[align=right] {
  text-align: right;
}
p[align=center] {
  text-align: center;
}

p[align=left] {
  text-align: left;
}

.hidden {
	display:none;
}

