html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center top;
}
p, ul, ol, pre, table, h1, h2, h3, h4, h5 , h6, blockquote { margin-bottom:20px; }
ul ol, ol ul, ul ul, ol ol { margin-bottom:0; }
h1, h2, h3, h4, h5, h6  { color:#707273; }
h1 { font-size:22px; line-height:32px; font-weight:normal; font-family:Lato; }
h2 { font-size:20px; line-height:30px; font-weight:normal; font-family:Lato; }
h3 { font-size:18px; line-height:28px; font-weight:normal; font-family:Lato; margin-bottom:10px; }
h4 { font-size:16px; line-height:26px; font-weight:normal; font-family:Lato; margin-bottom:10px; }
h5 { font-size:14px; line-height:24px; font-weight:normal; font-family:Lato; margin-bottom:10px; }
h6 { font-size:12px; line-height:22px; font-weight:normal; font-family:Lato; margin-bottom:10px; }
a { color:#104E87; text-decoration:none; }
small { font-size:11px; font-family:Arial; color:#949494; }
strong { font-weight:bold; }
em, cite { font-style:italic; }
blockquote { padding-left:40px; background:transparent url("images/quote.png") 0 0 no-repeat; }
pre { padding:10px; border:1px dashed #ccc; background:#f3f3f3;}
ul { list-style-type:square; list-style-position:inside; padding-left:20px; }
ol { list-style-type:decimal; list-style-position:inside; padding-left:20px; }
table { width:100%; }
	tr:nth-child(odd) { background:#eeeeee; }
	td { padding:5px 10px; color:#8f8f8f; }
	th { padding:5px 10px; border-bottom:2px solid #666; color:#2e2e2e; background:#fff; }
	table caption { background:#333; font-weight:bold; font-style:italic; color:#fff; padding:5px; text-align:center; }
textarea { width:80%; height:150px; }
button { font-family:Arial; display:inline-block; border:0; font-size:14px; line-height:37px; background:#e1e1e1; padding:0 15px; color:#838383; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
