/*Reset*/
* {
   padding:0;
   margin:0;
}

strong {
    color: #204b98 !important;
    font-weight: bolder;
}

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, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
	list-style-type:none
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	display:block;
    color:#595959;
}
span{
	line-height: 20px;
}

em,small{
	text-transform:uppercase;
	font-size:10px;
}
em{
	font-style:italic
}
p{
	line-height:20px;
	margin:0 0 15px 0
}
body{
background: #fff;
    	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#787878;
}
a:link,a:visited{
	text-decoration:none;
	color:#204b98;
	font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: lighter;
}
a:hover{
	text-decoration:underline;
	font-family: 'Varela Round', sans-serif;
    font-weight: lighter;
}
a:active{
	color:#204b98;
	font-family: 'Varela Round', sans-serif;
    font-weight: lighter;
}
input:focus,input:active,input:hover,textarea:focus,textarea:active,textarea:hover,a:active{
	outline:none
}
	
a img {border:none;}

table {border-collapse: collapse;border-spacing:1px}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

h1{
	font-size:30px;
	margin:20px 0;
	line-height:30px;
	font-family: 'Varela Round', sans-serif;
}
h2{
	font-size:24px;
	margin:18px 0;
	line-height:30px;
	font-family: 'Varela Round', sans-serif;
}
h3{
	font-size:20px;
	margin:15px 0;
	font-family: 'Varela Round', sans-serif;
}
h4{
	font-size:18px;
	margin:10px 0;
	font-family: 'Varela Round', sans-serif;
}
h5{
	font-size:16px;
	margin:5px 0;
	font-family: 'Varela Round', sans-serif;
}
h6{
	font-size:14px;
	margin:5px 0;
	font-family: 'Varela Round', sans-serif;
}
