/*=========================================================================================
Reset Everything
=========================================================================================*/
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;}

body {line-height: 1;}

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;}

/*=========================================================================================
Start with some basic styles
=========================================================================================*/
body {font: 14px Helvetica, Arial, sans-serif;color: #000;background: #fff;line-height: 1.4;}

/* Link Styles */
a:link, a:visited {color:#004fa8;text-decoration:none;}
a:focus, a:hover, a:active {color:#002e61;}

/* Heading Styles */
h1 {font-size:30px; margin: 0 0 .5em 0;}
h2 {font-size:24px; margin: 0 0 .5em 0;}
h3 {font-size:20px; margin: 0 0 .5em 0;}
h4 {font-size:16px; margin: 0 0 .4em 0;}
h5 {font-size:14px; margin: 0 0 .4em 0;}

/* List Styles */
dl, ol, ul {margin:0 0 1.5em 0;}
ol, ul {padding:0 0 0 30px;}
li, dd {margin:.25em 0;}
dt {font-weight:bold;}

/* Table Styles */
th {font-weight:bold;}
td, th {padding:10px 15px; text-align:left;}

/* General Styles */
img {border:0;display:block;}
p {margin:0 0 1.5em 0;}
hr {display:none;}
label {display:block;}
legend {padding:0 15px;}
strong {font-weight:bold;}
blockquote {padding-left:20px;}
em, ins, del {font-style:italic;}
fieldset {padding:0 10px; border:0;}
abbr, acronym, dfn {cursor:help; border-bottom:1px dotted #ddd;}
code, kbd, pre {font-family:Courier, "Courier New", Tahoma, sans-serif;}