/*---------------------
    GLOBAL
---------------------*/
 
body {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #7b7272;
}
 
/*---------------------
    TYPOGRAPHY
---------------------*/
 
h1 {
    font-size: 1.6em;
    margin: 1em 0;
    font-weight: bold;
}
h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0em 0 0.2em 0;
    color: #333;
    font-weight: normal;
    clear:both;
    }
p+h2,ul+h2 {margin: 1.2em 0 0.2em 0;}
h3 {
    font-size: 1.35em;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
    color: #333;
    font-weight: normal;
    clear:both;
    }
h4 {
    font-size: 1em;
    margin: 0 0 20px 0;
    color: #000;
    font-weight: normal;
    clear:both;
    }
h2 a, h3 a, h4 a {color: #333;}
h2 a img, h3 a img, h4 a img {
	border: 1px solid #ccc;
	margin:0 5px 5px 0
}
 
p {margin: 0 0 20px 0;}

/*---------------------
    LINKS
---------------------*/
 
a {
    color: #333;
    text-decoration: none;
}
a:hover {text-decoration: underline;}
a:active {outline: none;}
a img {border: none;}
 
/*---------------------
    LISTS
---------------------*/
 
ul {
	list-style: disc;
	margin:1em 0;
	padding-left:15px;
}
ul li {
	margin-bottom:20px;
}
ul a {color: inherit;}
 
ol li  {margin: 0.4em 0.5em;}
 
/*---------------------
    TABLES
---------------------*/
 
thead {color: #666;}
tbody {background-color: #fff;}
 
td {
    padding:3px 10px 0 0;
    color: #666;
    line-height: normal;
    font-size: .8em;
}
 
/*---------------------
    OTHER
---------------------*/
 
 
b, strong {font-weight: normal; color:#000;}
 
em {font-style: italic;}
 
u {text-decoration: underline;}
 
/*---------------------HORIZONTAL LINE */
hr {
    border: none;
    height: 1px;
    margin: 5px 0;
    clear: both;
    border: 1px solid #fff;
    background:#fff;
}

 
/*---------------------DATA TABLES */
dt{
    float: left;
    clear: left;
    font-weight: bold;
    margin: 0 0 1em 1em;
    width: 55px;
    color: #000;
}
dd {
    display: block;
    margin: 0 0 1em 0;
    padding-left: 75px;
}
 
/*---------------------BLOCKQUOTE */
blockquote {
    margin: 0.5em 0;
    padding: 1.5em;
    background: #F5F8E2;
    color: #000;
}
blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}
blockquote p {}
 
/*---------------------CODE VIEW */
code {
    background: #F0F0F0;
    color: #000;
    font-size: 1.1em;
}
pre {
    background: #333;
    font-size:1.2em;
    line-height:1.4em;
    color: #eaeaea;
    padding: 1em;
    margin: 0.5em 0;
    font-family: Verdana, Helvetica, sans-serif;
}