/* Style properties for HTML elements based on the HTML 4.01 Specification.
   <http://www.w3.org/TR/html401/cover.html#toc>

   Blank version of this stylesheet:
   <http://www.webproducer.at/lab/elements.css>
*/

/* Section 7.5: The document body */
body {
  margin: 0;
  padding: 0;
  min-width: 86em;
  font-size: 75.01%; /* 12px [1] */
  color: black;
  background-color: #f0f0f0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}
h1 {
  font-size: 1.8em;
  margin: 1em 0 1em 0;
  font-weight: normal;
}
h2 {
  font-size: 1.5em;
  font-weight: normal;
 margin: 0.1em 0 0.4em 0;
}
h3 {
  font-size: 1.2em; 
  font-style: italic;
  margin: 0.1em 0 0.2em 0;
}
h4, h5, h6 {
  font-size: .75em; /* 9px */
  line-height: 2em; /* 18px */
  margin: 1.56em 0; /* 14px 0 */
}
h4 {
  text-transform: uppercase;
}

h5 
{
  font-size:10px; color:#8b8b8b;  text-align:left; margin-top:-5px;   margin-left:12px; margin-bottom:10px; 
} 

h6 
{
  font-size: 10px; color:#8b8b8b;  text-align:left; margin-top:1px; margin-top:1px;  margin-bottom:5px; margin-left:12px;
} 
     



address {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
/* End of 9.2 */
p {margin: 0.5em 0 1.5em 0;}
pre {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
ins {}
del {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
/* End of 9.2 */
p {}
pre {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
ins {}
del {}

/* Section 10: Lists */
ul {
  margin: 1em 0.5em;
  padding: 0 0 0 2.5em;
}
ul ul {
  margin: 0;
  padding: 0 0 0 1.25em;
}
ol {
  margin: 1em;
  padding: 0 2em;
}
ol ol {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
  font-size: 8pt;
}
dl {
  margin: 0;
  padding: 0;
}
dt {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}

/* Section 11: Tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {font-size: 8pt;}

/* Section 12.2:  The A element */
a, a:link, a:visited {color: #7b97c7;text-decoration: none;}
a:link:hover, a:visited:hover {color: #009999;text-decoration: underline;}
a:active {color: #cc0000;text-decoration: none}
a:focus {color: #009999;text-decoration: underline;}
a:focus:hover {color: #009999;text-decoration: underline;}

/* Section 13: Objects, Images, and Applets */
img {}
object {}
applet {}

/* Section 15: Alignment, font styles, and horizontal rules */
/* 15.2: Fonts "[...] their use is discouraged in favor of style sheets." */
tt {}
i {}
b {}
big {}
small {}
/* End of 15.2 */
hr {
  color: #DDD;
  background-color: #DDD;
  height: 1px;
  border: 0;
  margin: 0.5em 0 0.5em 0;
  clear: both;
}

/* Section 16: Frames */
iframe {}

/* Section 17: Forms */
input.button {
  border: #666666 1px solid;
  padding: 1px 5px 1px 5px;
  font-size: 1em;
  background: #7b97c7;
  margin: 0;
  color: #ffffff;
}

input.file {
  background: #e70063;
  border: 1px solid #7F9DB9;
  padding: 2px 5px 2px 5px;
  font-size: 1em; /* 12px [1] */
}

input.text {
  border: black 1px solid;
  padding: 2px; 
  height: 1.5em;
  font-size: 1em;
  margin: 0px;
}

textarea {
  border: black 1px solid;
  margin: 0px;
  padding: 3px;
  font-size: 1em;
}

form {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
input:focus {
  background-color: #FBFEFF;  
}
button:focus {}
select {
  font-size: 1em;
}
select:focus {}
optgroup {}
option {}
textarea:focus {}
label {}
fieldset {
  border: 1px solid #B7EAFF;
  background-color: #F0FBFF;
  padding: 0.5em 0.5em;
  margin: 2em 0;
  position: relative;
}

html>body fieldset {padding-top: 0.5em; margin: 1.3em 0}
/* IE doesn't need the top padding set so it ignores this rule*/

legend {
  font-weight: bold;
  color: #000;
  padding: 0 0.3em;
  position: relative;
  top: -1.2em;
}

/*
  [1] All calculations are based on the assumption that 1em is 12px.
  [2] If you specify a font-size, also consider to specify a line-height property.
  [3] If you don't specify something other than monospace, mozilla will calculate
      its own font-size based on the user preferences.
  [4] "... prevents hover styles from being applied to non-hyperlink anchors."
      <http://devedge.netscape.com/viewsource/2003/arbitrary-hover/>
*/
