/***  Styles  ***/


* {
    margin:0;
    padding:0;
}


body {
    background: transparent;
    font-family: 'Arial', 'Verdana', 'sans-serif';
    font-size: 0.8em;
    color: black;
}



/*** Header ***/

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 140%;
}

h1 {
    color: #833;
    font-size: 20pt;
}

h2 {
    color: #000;
    text-align: center;
    font-size: 12pt;
    padding-bottom: 20px;
}

h3 {
    color: #000;
    font-size: 12pt;
    padding-bottom: 15px;
}

h4 {
    color: #000;
    font-size: 10pt;
}


.header-main {
    color: #a66;
    font-weight: bold;
    font-size: 13pt;
    line-height: 1.8;
    padding: 0;
    padding-left: 0px;
}

.header-main-1 {
    color: #666;
    font-weight: bold;
    font-size: 14pt;
    line-height: 3;
    padding-left: 10px;
}

.header-main-2 {
    color: #a66;
    font-weight: bold;
    font-size: 13pt;
    line-height: 1.8;
    padding: 0;
}

.header-main-align-left {
    color: #a66;
    font-weight: bold;
    font-size: 13pt;
    text-align: left;
    padding-left: 15px;
}

.header-main-align-right {
    color: #a66;
    font-weight: bold;
    font-size: 13pt;
    text-align: right;
    padding-right: 15px;
}

.header-datasheet {
    color: #a66;
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
    line-height: 1.8;
}

.header-right {
    color: #a66;
    font-weight: bold;
    text-align: center;
    font-size: 13pt;
    line-height: 1.8;
    padding: 0;
}

/*** Anchor/Link ***/

a:link.top-menu,
a:visited.top-menu {
    /* outline: 1px solid #999; */
    /* background-color: #ddd; */
    padding: 11px 40px;
    /* height: 36px; */
    /* width: 100px; */
    display: inline-block;
    font-weight: normal;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
    text-align: center;
}

a:hover.top-menu,
a:active.top-menu {
    background-color: #eee;
    font-weight: normal;
    /* color: #000; */
    text-decoration: none;
}

/*** Right Menu ***/

a:link.right-menu,
a:visited.right-menu {
    /* outline: 1px solid #999; */
    /* background-color: #ddd; */
    border-top: 1px solid #444;
    padding-top: 25px;
    padding-bottom: 25px;
    /* height: 36px; */
    width: 100%;
    margin: 0;
    display: inline-block;
    font-weight: normal;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
    text-align: center;
}

a:hover.right-menu,
a:active.right-menu {
    background-color: #eee;
    font-weight: normal;
    /* color: #000; */
    text-decoration: none;
}


a:link.datasheet,
a:visited.datasheet {
    color: #a66;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 15px;
    text-decoration: none;
}

a:hover.datasheet,
a:active.datasheet {
    color: #500;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 15px;
    text-decoration: none;
}


a:link.path {
    color: #666;
    text-decoration: none;
}

a:visited.path {
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

a:hover.path {
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

/*** List ***/

ul {
    padding: 0;
    padding-left: 40px;
}

li {
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: black;
    line-height: 1.6em;
}



/*** Miscellaneous stuff ***/



.center {
    text-align: center;
}

.right-link {
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 10pt;
    line-height: 1.2em;
    text-align: center;
}

.para {
    text-indent: 50px;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
    color: black;
    font-size: 10pt;
    line-height: 1.2em;
}

.small {
    color: #444;
    text-indent: 0px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
}

#small {
    color: #444;
    text-indent: 0px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 8pt;
}

.bold {
    font-weight: bold;
}

.padd-left {
	padding-left: 80px;
}

.path {
    color: #666;
    font-size: 12pt;
}
