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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
body {
    line-height: 1.618em;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
i{ font-style: italic; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b{
    font-weight: 700;
}


h1{ font: 42px/42px 'amazing_grotesk_ultra', Arial; text-align: center; padding: 1em 0;}
/*blognew*/
h2 {
    font: 30px/30px 'proxima_nova_rg', Arial; font-weight: 700;
	margin-top: 1em!important;
}
/*--blognew*/
h3{ font-size: 25px; line-height: 30px; font-weight: 700; margin-top: 20px;}
body{ font: 14px/15px 'proxima_nova_rg', Arial; }
input, textarea{
    font: 13px/13px 'proxima_nova_rg', Arial;
    outline: none;
}
body{ font: 14px/15px 'proxima_nova_rg', Arial; }
input, textarea{
    font: 13px/13px 'proxima_nova_rg', Arial;
    outline: none;
}

img{border: 0px;}
div{line-height: 150%;}


table{padding: 0; margin: 0; font-size: 14px;}
td{ vertical-align: top; font-size: 14px;}
th{font-size: 14px; background: #006600;}
code{ color: #0099ff;   font-family: Courier;}
pre{color: #ff3333;}

ul{text-indent: 0px;}
li{list-style-position: outside;}
li div{text-indent: 14px; line-height: 110%;}


#but{
	width: 98%;
	color: #00ff99;
	background-color: #000000;
	background-color:transparent;
	border-color: #00ff00 #006600 #006600 #00ff00;
}
.but{
	width: 98%;
	color: #00ff99;
	background-color: #000000;
	background-color:transparent;
	border-color: #00ff00 #006600 #006600 #00ff00;
}
.b{color: #99ff99; font-weight: bold; background-color: #009900; border-color: #99ff99;}

.content p, .body ul{
	padding-bottom: 30px;
}
.content p, .content p a, .content li, .content p strong, .content p em{
    font-size: 20px;
    line-height: 1.7;
}

 
.content a{
	text-decoration: none;
	border-bottom: 1px solid;
}

.content .body a:hover{
	border-bottom: none;
}

.content ul{
    padding-bottom: 30px;
    margin: 0 !important;
}
.content ol{
    list-style: decimal;
    padding-bottom: 30px;
    margin: 0 0 0 20px !important;
}
.content ol{ padding-bottom: 0; }
.content ol li{ padding-left: 5px;margin-bottom: 15px; }
.content{
    display: block;
    font: 28px/40px 'amazing_grotesk_book', Arial;
    border-left: 5px solid #000000;
    padding: 3px 0 3px 25px;
    margin-bottom: 60px;
    margin-top: 30px;
}


.content h2,
.content h3,
.content h4{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 30px;
}
.content h2{ font-size: 30px; }
.content h4{ font-size: 20px; }
.content ul li{
    padding-left: 55px;
    position: relative;
    line-height: 23px;
    margin-top: 15px;
}
.content ul li:before{
    display: block;
    position: absolute;
    content: '';
    background: url("images/line-dotted.png") no-repeat;
    width: 39px;
    height: 3px;
    left: 0;
    top: 12px;
}
 