/* Style properties for HTML elements based on the HTML 4.01 Specification.
   <http://www.w3.org/TR/html401/cover.html#toc>

*/

/* Section 7.5: The document body */
body {
	margin: 0px;
	padding: 0px;
	/*min-width: 50em;*/
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-style: none;
	background-color: #E6E6F3;
	background-image: url(/assets/images/background-bar.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 16px; /* 24px */
	margin: 0px;
	color: #333333;
}
h2 {

}
h3 {

}
h4, h5, h6 {
	font-size: 12px;
	color: black;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;

}
h4 {
  text-transform: uppercase;
}
h5 {}
h6 {

}
address {}

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 {
	font-size: 12px;
}
pre {

}
ins {}
del {}

/* Section 10: Lists */
ul {

}
ul ul {

}
ol {

}
ol ol {

}
li {

}
dl {}
dt {}
dd {}

/* Section 11: Tables */
table {
	font-size: 12px;
}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}

/* Section 12.2:  The A element */
a:link {}
a:visited {}
a:link:hover {} /* [4] */
a:visited:hover {}
a:active {}
a:focus {}
a:focus:hover {}

/* 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 {}

/* Section 16: Frames */
iframe {}

/* Section 17: Forms */
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 11px;
}
input:focus {}
button {
	font-size: 11px;
}
button:focus {}
select {
	font-family: Arial, Helvetica, sans-serif;
	font: 11px;
}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}
