@charset "UTF-8";
/* CSS Document */
/*
bg f4f3f3
dk blue 5161ae
lt blue 7481be
dk oj e05c1c
lt oj e67d49
dk grey 595151
grey 7a7474
lt grey e6e6e6
*/
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;
	background-color:#f4f3f3;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
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:#004070;
font-size:11px;
}

a:visited{
text-decoration:none;
}

h1{
color:#7a7474;
margin-bottom:20px;
font-weight:100;
font-size:18px;
width:786px;
}

h2{
color:#7a7474;
margin:10px 0;
font-weight:100;
font-size:14px;
width:560px;
}

h3{
color:#7a7474;
margin:10px 0;
font-weight:bold;
font-size:12px;

}

h4{
color:#7a7474;
margin-top:30px;
font-weight:100;
font-size:10px;
text-align:right;
position:relative;
bottom:4px;
}

h5{
color:#7a7474;
margin:10px 0 10px;
font-weight:100;
font-size:14px;
}


p{
	color:#fff;
	margin-bottom:10px;
	font-size:12px;
	line-height:14px;
}

