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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	margin: 0px;
	background-color: #ffffff;
	color: #5d5d5d;
	font: normal 12px Arial, sans-serif;
	text-align: left;
}

p {
	color: #5d5d5d;
	font: normal 11px Arial, sans-serif;
	line-height: 17px;
}

pre {
	background: none;
	color: #5d5d5d;
	font: 105% Courier, sans-serif;
	line-height: 17px;
	padding: 5px 0 5px 0;
	text-align: justify;	
}

h1 {
	font: normal 14px Arial, sans-serif;
	background: #fff url(/img/bg_mainlinks.jpg) repeat-x top center;
	margin: 5px 5px 10px 0;
	color: #ffffff;
	padding: 4px 3px 4px 5px;
}

h2 {
	font: normal 18px Arial, sans-serif;
	color: #28333c;
	margin: 0 0 5px 0;
}

h3 {
	color: #28333c;
	font: normal 17px Arial, sans-serif;
	margin: 0 0 5px 0;
}
h4 {
	font: normal 16px Arial, sans-serif;
	color: #28333c;
	margin: 0 0 5px 0;
}

h5 {
	color: #28333c;
	font: normal 15px Arial, sans-serif;
	margin: 0 0 5px 0;
}
h6 {
	color: #28333c;
	font: normal 14px Arial, sans-serif;
	margin: 0 0 5px 0;
}
ul {
	padding-left: 10px;
	list-style-type: square;
}
li {
	color: #5d5d5d;
	font: normal 12px Arial, sans-serif;
	line-height: 17px;
	margin-left: 10px; 
	padding-left: 0px;
}

ol {
	padding-left: 10px;
	list-style-type: decimal;
}

ol li {
	list-style-type: decimal;
	margin-left: 13px; 
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a, a:visited, a:link {
	color: #1b677b;
	font: normal 12px Arial, sans-serif;
	text-decoration: underline;
}

a:hover, a:active {
	color: #1b677b;
	font: normal 12px Arial, sans-serif;
	text-decoration: underline;
}
