/* General styles */
 
html {
     padding: 0;
     border: 0;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

p {
    font-size: 1em;
    padding-bottom: 0.25em;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    font-size: 1.0em;
}

.nobullet {
    margin-top: 0.5em;
    margin-left: 0;
    list-style: none;
}

code, pre {
    font-family: monospace;
    font-weight: 600;
}

.indent1, .indent {
    margin-left: 2.5em;
}

.indent2 {
    margin-left: 5em;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
    background-color: #fff;
    color: #339;
    font-family: serif;
    font-weight: bold;
    margin: 1em 0em 0.5em 0em;
    padding: 0;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1.0em;
}

h4 {
    font-size: 0.9em;
}

h5 {
    color: #333;
    font-size: 0.9em;
}

h6 {
    color: #333;
    font-size: 0.8em;
}



.aWhite {
 font-size: 12px;
 font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
 color: #DDDEEE;
}

.aWhiteBold {
    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    color: #DDDEEE;
    font-weight: bold;
}


.aWhite a, 
.aWhite a:visited, 
.aWhite a:link, 
.aWhite a:active {
  color: #DDDEEE;
}

.aWhiteBold a, 
.aWhiteBold a:visited, 
.aWhiteBold a:link, 
.aWhiteBold a:active {
	color: #DDDEEE;
}


.aBlack {
 font-size: 12px;
 font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
 color: #333333;
}

.aBlackBold {
    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: bold;
}

