/*
 Common styles for screen, print and handheld media
 Site: Netmark
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0;
 font-family: inherit;
 font-size: 100%;
 font-style: inherit;
 font-weight: inherit;
 margin: 0;
 outline: 0;
 padding: 0;
 vertical-align: baseline;
}

:focus {
 outline: 0;
}

body {
 background: #fff;
 color: #000;
 font-family: Arial, "Geneva CE", lucida,sans-serif;
 line-height: 1.5;
}

strong {
 font-weight: bold;
}

em {
 font-style: italic;
}

a {
	color: #B33500;
	font-weight: bold;
}

a:hover {
	color: #FF9900;
	font-weight: bold;
}

img.left {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

img.right {
 float: right;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

h1 {
 font-size: 1.5em;
 font-weight: bold;
 margin-bottom: 0.85em;
}

h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.85em;
}

h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.85em;
	margin-left: 0;
}

p {
  margin: 0 0 1.3em 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}

blockquote, q {
 quotes: "" "";
}

ul {
 list-style: none;
}

#content ul, #content ol {
 margin: 1em 0 1em 27px;
}

#content li {
 margin-bottom: 0.5em;
}

dl {
 margin: 0 0 1em 0;
}

dt {
 font-weight: bold;
}

dd {
 margin-bottom: 1em;
}

input, select, textarea {
 font-family: Helvetica, Arial, sans-serif; 
 font-size: 1em;
}

fieldset {
 border: 1px solid #333;
 margin: 0.25em 0 1em 0;
 padding: 0.25em 15px 0.75em 15px;
}

legend {
 font-weight: bold;
 padding: 0.25em 4px;
}

label {
 color: #333;
 font-weight: normal;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 1em;
}

caption, th, td {
 font-weight: normal;
 text-align: left;
}


th, td {
 padding: 0.5em 0.5em 0.5em 0;
}

hr {
 display: none;
}

.clear {
 clear: both;
}

.top {
 vertical-align: top;
}

.center {
 text-align: center;
}
