body
{
    background-image:url(images/bg.jpg);
    background-repeat:repeat-x;
    margin:0;
    padding:0;
    background-color:#EFEFEF;
}

td
{
    font-family:Georgia;
    font-size:13px;
}

.header
{
    font-size:23px;
    font-family:Georgia;
}

.footer
{
    text-align:center;
    font-size:12px;
    padding-bottom:10px;
}

.MainTable
{
    border:1px solid #000;
    border-top:0px solid #000;
    border-bottom:10px solid #000;
}

.qt
{
    width:85%;
    margin-top:30px;
}
.q
{
    font-family:Georgia;
    font-size:13px;
    border:1px dashed #000;
    padding:11px;
    background-image:url(images/bgq.jpg);
    background-repeat:repeat-x;
}

.qa
{
    font-size:12px;
    margin-top:5px;
    font-weight:bold;
}









.bTable
{
    width:100%;
    margin-bottom:20px;
}


.bTitle
{
    margin-bottom:0px;
    font-size:16px;
}

.bValue
{
    color:Red;
    font-size:16px;
    width:5%;
}


.bImg
{
    border:1px solid #000;
    float:left;
    margin-right:10px;
}





a:link, a:visited, a:active
{
    color:#0066FF;
}
a:hover
{
    text-decoration:none;
}


a.lb:link, a.lb:visited, a.lb:active
{
    	color:Red;
	font-size:17px;
	font-weight:bold;
}
a.lb:hover
{
    text-decoration:none;
}
