/* Default */

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

    
h1 {
    font-size: 2.2em;
}
    
h2 {
    font-size: 2.0em;    
}
    
h3 {
    font-size: 1.8em;
}
    
h4 {
    font-size: 1.4em;    
}
    
h5 {
    font-size: 1.1em;    
}
    
p {
    margin: 0;
    padding: 6px 0 6px 0;
    font-size: 1.0em;    
} 

p.color {
    margin: 0;
    padding: 5px 0 5px 0;
    color: #323232;
    font-weight: bold;
} 

b {
    font-weight: bold;
}

b.blue {
    color: #006fd7;
    font-weight: bold;
}

a {
    color: #d06700;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

img {
    border: none;
}

/* Forms
-----------------------------------------------------------------------------*/

input.text {
    padding: 2px;
    border: 1px solid #999999;    
}

/* Tables
-----------------------------------------------------------------------------*/


td {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

ul {
	padding: 0 0 0 35px;
}

li {
	padding: 2px 0 2px 0;
}






    

