h1 {
 font-size: 25px;
 line-height: 125%;
 padding: 4px;
 letter-spacing: -1px;
}
h2 {
 font-size: 20px;
 line-height: 125%;
 padding: 4px;
 letter-spacing: -1px;
}
h3 {
 font-size: 16px;
 line-height: 125%;
 padding: 4px;
 letter-spacing: -1px;
}
h4 {
 font-size: 14px;
 line-height: 125%;
 padding: 4px;
 letter-spacing: -1px;
}
p.alert {
 background: #f8bda9 url(../images/typo/alert.png) no-repeat 10px 50%; /* x-pos y-pos */
 text-align: left;
 padding: 5px 20px 5px 45px;
 border: 1px solid #fe774a;
 color: #57060a;
 margin: 4px 0px 4px 0px;
}
p.info {
 background: #b9cce5 url(../images/typo/info.png) no-repeat 10px 50%; /* x-pos y-pos */
 text-align: left;
 padding: 5px 20px 5px 45px;
 border: 1px solid #3984e5;
 margin: 4px 0px 2px 0px;
 color: #000;
}
p.warn {
 background: #faffb5 url(../images/typo/warn.png) no-repeat 10px 50%; /* x-pos y-pos */
 text-align: left;
 padding: 5px 20px 5px 45px;
 border: 1px solid #f3fe56;
 color: #463b0b;
 margin: 4px 0px 4px 0px;
}
p.community {
 background: #dbb5ff url(../images/typo/community.png) no-repeat 10px 50%; /* x-pos y-pos */
 text-align: left;
 padding: 5px 20px 5px 45px;
 border: 1px solid #b156fe;
 color: #463b0b;
 margin: 4px 0px 4px 0px;
}
p.download {
 background: #baffb5 url(../images/typo/download.png) no-repeat 10px 50%; /* x-pos y-pos */
 text-align: left;
 padding: 5px 20px 5px 45px;
 border: 1px solid #56fe56;
 color: #463b0b;
 margin: 4px 0px 4px 0px;
}
p.boxlb {
 background: #fcfbc8;
 text-align: left;
 padding: 5px 20px 5px 10px;
 border-left: 5px solid #3d3d3b;
 color: #696969;
 margin: 4px 0px 4px 0px;
}
a:link, a:active, a:visited{
 color: #000044;
}
a:hover{
 text-decoration: none;
}
ul.ticklist li {
 list-style: none;
 line-height: 16px;
 padding: 2px 0px 2px 18px;
 list-style-position: outside;
 background: url(../images/typo/checklist.png) no-repeat left center;
}
ul.ticklist a {
 text-decoration: underline;
 padding: 1px;
}
ul.ticklist a:hover {
 text-decoration: none;
 padding: 1px;
}
ul.arrow-orange li {
 list-style: none;
 line-height: 16px;
 padding: 2px 0px 2px 10px;
 list-style-position: outside;
 background: url(../images/typo/arrowlist.png) no-repeat left center;
}
ul.arrow-orange a {
 text-decoration: underline;
 padding: 1px;
}
ul.arrow-orange a:hover {
 text-decoration: none;
 padding: 1px;
}
/*-----BLOCKQUOTE STYLE-----*/
blockquote {
 padding: 10px;
 font-style: italic;
 padding: 10px;
 background: #f7f7f7;
 border: 1px solid #e3e3e3;
 margin: 5px 0px 5px 0px;
}
div.code {
 padding: 10px;
 text-decoration: none;
 font: normal normal normal 11px "Courier New", Courier, mono;
}
span.highlight {
 background: #FFFBD5;
 padding: 1px 2px;
}
.jsimgborder img {
 border: 1px solid #dfdfdf;
 padding: 5px;
}
.jsbox {
 border: 1px solid #2a282c;
 padding: 15px;
 margin: 15px 0;
}
span.jsbox-heading {
 display: block;
 float: left;
 margin-top: -24px;
 background: #fff;
 padding: 0 8px;
 font-weight: bold;
 font-size: 120%;
 color: #666;
}
p.jsletter {
 float: left;
 color: #404040;
 font: 4em/.8em "Verdana", Times, serif;
 padding: 0px 5px 5px 0px;
}
.quote {
 display: block;
 background: url(../images/typo/quotetl.png) 0 5px no-repeat;
 padding: 0px 20px 0 38px;
 margin: 20px 0;
 font-size: 120%;
 line-height: 150%;
 width: auto;
 color: #666;
 border: 0;
}
.quote p {
 padding: 0 38px 0 0;
 margin-top: 0;
 background: url(../images/typo/quotebr.png) 100% 100% no-repeat;
}
ul .level_0 li a {
 color: #000;
}
ul .level_1 li a {
 margin-left: 15px;
 color: #750000;
 background-image: url(../images/arrow-red.png);
 background-position: center left;
 background-repeat: no-repeat;
 padding-left: 7px;
}
ul .level_2 li a {
 margin-left: 25px;
 color: #0040e2;
 background-image: url(../images/circle-blue.png);
 background-position: center left;
 background-repeat: no-repeat;
 padding-left: 7px;
}
ul .level_3 li a {
 margin-left: 35px;
 color: #0f5900;
 background-image: url(../images/square-green.png);
 background-position: center left;
 background-repeat: no-repeat;
 padding-left: 7px;
}
ul .level_4 li a {
 margin-left: 45px;
 color: #565900;
 background-image: url(../images/pent-yellow.png);
 background-position: center left;
 background-repeat: no-repeat;
 padding-left: 7px;
}
ul .level_5 li a {
 margin-left: 55px;
 color: #000;
 padding-left: 7px;
}
