/* General structural style declarations  */

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	color: #696969;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background-color: #FFFFFF;
    line-height: 15px;
}

* {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 24px;
    line-height: 22px;
    padding-left: 5px;
    font-weight: normal;
    padding-bottom: 12px;
    color: #fe6800;
}

h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    padding-bottom: 15px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px;
    padding-bottom: 10px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    padding-bottom: 10px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

/*ul, ol {
    padding-left: 15px;
}*/

p, ul, ol {
    padding-bottom: 15px;
    line-height: 18px;
}

.contentMain li {
    list-style-position: inside;
    padding-bottom: 10px;
    line-height: 16px;
}

a, a:visited, a:link {
    color: #0079cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

iframe {
    overflow: hidden;
}

.salesFormClose {
    float: right;
    text-align: right;
}

.salesFormWrapper {
    padding: 20px;
    text-align: left;
}
