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: #777777;
	font: normal 11px "Trebuchet MS", sans-serif;
	text-align: left;
	line-height: 15px;
}

p {
	color: #231f20;
	font: normal 11px "Trebuchet MS", sans-serif;
	line-height: 15px;
	padding: 5px;
}

address {
	color: #231f20;
	font: bold 11px "Trebuchet MS", sans-serif;
	line-height: 15px;
	padding: 5px;
	font-style: italic;
}

pre {
	background: none;
	color: #777777;
	font: 11px Courier, sans-serif;
	line-height: 18px;
	padding: 5px 0 5px 0;
	text-align: justify;
	padding: 5px;
}

h1 {
	font: bold 9px Tahoma, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 4px 4px 27px;
	height: 12px;
	line-height: 10px;
	vertical-align: middle;
	background: #000 url(/img/bg-title-blue.png) no-repeat center left;
}

h2 {
	font: bold 16px Tahoma, sans-serif;
	color: #262827;
	padding: 5px 5px 1px 5px;
}

h3 {
	font: bold 15px Tahoma, sans-serif;
	color: #262827;
	padding: 5px 5px 1px 5px;
}
h4 {
	font: bold 14px Tahoma, sans-serif;
	color: #262827;
	padding: 5px 5px 1px 5px;
}

h5 {
	font: bold 13px Tahoma, sans-serif;
	color: #262827;
	padding: 5px 5px 1px 5px;
}
h6 {
	font: bold 12px Tahoma, sans-serif;
	color: #262827;
	padding: 5px 5px 1px 5px;
}
ul {
	padding-left: 5px;
	list-style-type: square;
}

li {
	color: #231f20;
	font: normal 11px "Trebuchet MS", sans-serif;
	line-height: 18px;
	margin-left: 5px; 
	padding-left: 0px;
}

ul li {
	background: transparent url(/img/arrow_blue.gif) no-repeat center left;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 15px;
	margin-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, a:active {
	color: #0095d3;
	font: normal 11px "Trebuchet MS", sans-serif;
	text-decoration: none;
}

a:hover {
	color: #0095d3;
	font: normal 11px "Trebuchet MS", sans-serif;
	text-decoration: underline;
}