﻿* { 
    font-family: Arial, sans serif !important;
}

.title{
    height: 30px;
    float: right;
    width: 74%;
    background-color: #00AAE7;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 24px;
	margin-top: 1px;
}
.footer{
position: relative;
    margin-bottom: 0px;
    height: 10px;
    clear: both;
    font-size: 11px;
    text-align: right;
}

a{
    /*color: #009999;*/
	color: #015488;
}

.faq_question {
    margin: 0px;
    padding: 2px 2px 5px 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14;
    text-align:left;
    /*color: #009999;*/
	color: #015488;
	/*color: #000000;*/
}
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 2px;
    font-size: 14;
    background-color: #eeeeee;
    text-align:left;
}

ul li {
    /* Bullet color */
    color: #015488;
    list-style-type: disc;
}



.faq_answer {
	color: #000000;
}

