/* http://meyerweb.com/eric/tools/css/reset/ v1.0 20080212 */
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,
b, u, i, center,
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;
	vertical-align: baseline;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #1d4c7b;
	font-weight: bold;
	font-family: Arial, Verdana;
}	

div {
	background-repeat: no-repeat;
}
	
h1 {
	font-size: 19px;
	line-height: 1.7;
}
h2 {
	font-size: 16px;
	line-height: 1.7;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}

ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li {
	margin-left: 30px;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}

/* Remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup! */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

hr {
	border-color: #bbccdd;
	border-style: solid none none;
	border-width: 1px;
	height: 1px;
	padding: 0;
}