@charset "UTF-8";
/* CSS Document */
/*
31333f = black
cfd6dc = grey
898989 =  lt grey text


*/
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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-collapse: collapse;
	border-spacing: 0;
}

a{
text-decoration:none;
color:#cfd6dc;
font-size:11px;
}

h1{
color:#31333f;
margin-bottom:20px;
font-weight:100;
font-size:18px;
}

h2{
color:#31333f;
margin-bottom:10px;
font-weight:100;
font-size:14px;
}

h3{
color:#cfd6dc;
margin-bottom:0;
font-weight:100;
font-size:11px;
}

h4{
color:#31333f;
margin:20px 0 10px;
font-weight:100;
font-size:14px;
}

h5{
color:#31333f;
margin:10px 0 10px;
font-weight:100;
font-size:14px;
}


p{
	color:#898989;
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
}

#breadcrumbs{
width:948px;
margin:-10px auto 0;
text-align:left;
color:#898989;
padding:0 0 5px 20px;
font-size:10px;
}

	#breadcrumbs a{
	text-decoration:underline;
	color:#898989;
	font-size:10px;
	}