body {

}
p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.15em;
    line-height:1.35em;

}
ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;

}
td{
    padding:4px;
    border-color: #53534C;

}

a {
    color:#fbff15;
    text-decoration:none;
}
a:hover {
    color:#000000;
    text-decoration:none;
}
img {
    border:0px;
}
h1, h2, h3, h4, h5, h6 {
    padding:0px;
    margin:0px 0px 10px 0px;
}
h1 {
    font-size:1.6em;
    color:#797979;
    font-weight:bold;
}
h2 {
    color:#53534C;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}
h3 {
    color:#53534C;
    font-weight:bold;
    font-size: 1.0em;
    margin: 15px 0px 5px 0px;
    text-transform: uppercase;
}
form {
    margin:0px;
    padding:0px;
    border:0px;
}
fieldset {
    margin:0;
    padding:0;
    border:0;
}
input {

}
label {
    font-size: 1.15em;
    display: block;
    float:left;
    color: #666;
    padding-bottom: 3px;
    padding-top: 4px;
}

/* classes */
.underline {
    text-decoration:underline;
}
.p_header{
    border-bottom:#CCCCCC solid 1px;
    padding:10px 10px 0px;
    margin-bottom:20px;
}

.highlight {
    font-weight:bold;
    color:#000000;
}
.floatleft {
    float:left;
    margin:0px 40px 40px 0px;
}
.floatright {
    float:right;
    margin:0px 0px 40px 40px;
}

.footer_page_content{
    padding-left: 10px;
    min-height: 422px;
    height:auto !important;
    height: 422px;
}
.tabbedlist {
    font-size: 1.15em;
    margin: 2px 0px 0 35px ;
    padding: 0;
    line-height: 1.3;
    list-style:disc;
}
