html, body, h1, h2, h3, h4, h5, h6, a, abbr, acronym, em, p, strong, address,
blockquote, cite, q, dd, dfn, dl, dt, li, ol, ul, code, kbd, pre, samp, tt,
var, big, del, ins, small, caption, table, tbody, td, tfoot, th, thead, tr,
fieldset, iframe, img {
	margin: 0;
    padding: 0;
	border: none;
	outline: none;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}

html, body {
    background-color: #fff; color: #000;
}

html, body, input, option, optgroup, select, textarea {
    font-family: sans-serif;
}

textarea, input, option, optgroup, select {
    font-size: 100%;
}

a:focus {
    overflow: hidden;
}

ol, ul {
    list-style: none;
}

code, kbd, pre, samp, tt, var {
    font-family: monospace;
}

table {
    border-collapse: collapse;
    border-spacing: 10px;
	border: 1px solid #06267f;
    background-color: #3250aa;
	text-indent: 0px;

}

legend, hr {
    display: none;
}

cite {
	font-weight: bold;
	font-style: italic;
}