@charset "UTF-8";

/*--------!!!!!!!!!!Fix Up!!!!!!!!!--------*/

table {
    border-collapse: collapse;
}

img {
    border: none;
    border-collapse: collapse;
}


/*--------!!!!!!!!!!End Fix Up!!!!!!!!!--------*/


/*-----------------Style For All Pages---------------------*/

body {
    background-color: #edeef0;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: darkgrey;
    padding: 10px 10px 0px 10px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30pt;
    color: white;
    padding: 10px 0px 0px 10px;
    margin: 0px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: white;
    padding: 0px 0px 0px 0px;
}

p, ul, strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: darkgrey;
    padding: 0px 10px 0px 10px;
}


/*----------------Menu2 Section---------------------*/

#menu2a {
    padding-top: 5px;
    padding-right: 5px;
}

#menu2b {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*-----------------FAQ Section---------------------*/

#faqlist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: darkgrey;
}


/*
.faq {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: red;
}

.faq a:hover {
    color: #ae2285;
}

.faq a:link,
.linkcolor {
    color: darkgrey;
    text-decoration: none;
}

.faq a:visited,
a:visited .linkcolor {
    color: darkgrey;
}
*/


/*-----------------Footer Section---------------------*/

#footertext {
    text-decoration: none;
    color: dimgrey;
    font-family: sans-serif;
    font-size: 8pt;
    text-align: center;
    padding-top: 20px;
}

#footertext a:hover {
    color: #ae2285;
}

#footertext a:link,
.linkcolor {
    color: dimgrey;
    text-decoration: none;
}

#footertext a:visited,
a:visited .linkcolor {
    color: dimgrey;
}


/*----------------Email Section---------------------*/

#email {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: darkgrey;
}


/*----------------Callus Section---------------------*/

#callus {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: darkgrey;
}

#callus a:hover {
    color: #ae2285;
}

#callus a:link,
.linkcolor {
    color: darkgrey;
    text-decoration: none;
}

#callus a:visited,
a:visited .linkcolor {
    color: dimgrey;
}