html {
    height:		        100%
}
body {
    margin:             0;
    padding:            0;
    background-color:   #ffffff;
    font-family:        "Helvetica",Arial, sans-serif;
    height:		        100%;
    text-align:         center;
}

body, 
td, 
input, 
textarea, 
select {
	color:				#a0a0a0;
    font-size:          12px;
    line-height:        15px;
}

a img { border-width: 0px; }
/* LINKS
*********************/
a,
a:link
a:active {
    color:             #3399cc;
    background-color:  transparent;
    text-decoration:   none;
    padding:           0px;
}

a:visited {
    background-color:   transparent;
}

a:hover {
    background-color:   transparent;
    text-decoration:   	none;
}

/* HEADINGS
*********************/
h1 {
    margin:             0 0 25px 0;
    font-size:          56px;
    font-family:        "Georgia", Times, Times New Roman, Serif;
    font-weight:        normal;
    line-height:        56px;
    text-transform:     capitalize;
}

h2 {
    margin-top:         0;
    margin-bottom:      0;
    font-family:	    "Helvetica", Arial, Sans-serif;
    font-size:		    18px;
    color:		        #3399cc;
    line-height:	    18px;
    text-transform:     uppercase;
}
h2 a,
h2 a:hover {
	color:			    #3399cc;
	text-decoration:    none;
	font-weight:        bold;
}
h3 {
    font-size:		    18px;
    line-height:	    18px;
    color:              #3399cc;
    font-family:        "Georgia", Times, Times New Roman, Serif;
    text-transform:     capitalize;
    margin-top:         0px;    
}
h3 a,
h3 a:hover {
    text-decoration:    none;    
}
h4 {
    font-size:          12px;
    margin:             10px 0 0 0;
    border-bottom:      dotted 1px #a0a0a0;
    padding:            0 0 0 20px; 
}
h5 {
    margin:             0 0 10px 0;
    font-size:          12px;
}
h6 {
    font-size:          18px;
    text-transform:     uppercase;
    background:         #e3e3e3;
    padding:            9px 0 3px 10px;
    width:              auto;
    line-height:        18px;
    margin:             0px;
    border-bottom:      solid 1px #a0a0a0;
}
/* LISTS
**********************/
ul li, ol li {
    margin-bottom:      4px;
}

ul.large li {
    font-size:          1.2em;
    padding:            2px;
    margin-bottom:      0;
}

ul {
    line-height:        1.4em;
    margin:             0 0 0 0;
    padding:            0;
    list-style:         none;
}

ul li {
    margin:             0 0 0 0;
    padding:            0;
}

ol {
    font-size:          1.0em;
    line-height:        1.4em;
    margin:             10px 0 10px 0;
    padding:            0;
}

ol li {
    font-size:          1.0em;
    margin:             0 0 0.25em 30px;
    padding:            0;
}


