/* Style properties for HTML elements based on the HTML 4.01 Specification. <http://www.w3.org/TR/html401/cover.html#toc> */

/* Section 1: Contextual selectors */

html {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
}

/* Section 1.1: The document body */

body {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
address {}

/* Section 1.2: Text */

/* 1.2.1: Structured text */

em {}
strong {}
dfn {}
code {}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}

/* End of 1.2.1 */

p {}

pre {}
ins {}
del {}

/* Section 1.3: Lists */

ul {}
ol {}
li {}
dl {}
dd {}
menu {}

/* Section 1.4: Tables */

table {}

caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}

/* Section 1.5:  The A element */

a:link, a:visited {
text-decoration: underline;
font-size: 12px;
color: #444;
}

a:hover {
text-decoration: underline;
font-size: 12px;
color: #444;
}

a:link.copyright, a:visited.copyright {
text-decoration: none;
font-size: 10px;
color: #444;
}

a:hover.copyright {
text-decoration: underline;
font-size: 10px;
color: #444;
}

/* Section 1.6: Objects, Images, and Applets */

img {
border: 0px
}

object {}
applet {}

/* Section 1.7: Alignment, font styles, and horizontal rules */

/* 1.7.1: Fonts "[...] their use is discouraged in favor of style sheets." */

tt {}
i {}
b {}
big {}
small {}

/* End of 1.7.1 */

hr {}

/* Section 1.8: Frames */

iframe {}

/* Section 1.9: Forms */

form {
padding-left: 0px;
}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

/* Section 2: Class selectors */

.bodycontainer {}

#navcontainer {
display: none;
}

.contentcontainer {}

.copyright {
display: none;
}

.logo {
display: none;
}

.content {
display: none;
}

.flashbanner {
display: none;
}

.searchengine {}