﻿body
{
    font-family: Arial, 'Times New Roman' , Tahoma;
    font-size: smaller;
    direction: ltr;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}
A
{
    font-size: 10pt;
    text-decoration: none;
}
A:hover
{
    text-decoration: none;
    color: Red;
}

.txtalign1
{
    text-align: right;
}
.txtalign
{
    text-align: left;
}

.ImageAlign
{
    float: right;
}
.button_1
{
    border-right: 1px solid #0b4363;
    border-top: 1px solid #b5e4fe;
    font-size: 10px;
    background: #29156a repeat-x;
    border-left: 1px solid #b5e4fe;
    color: #ffffff;
    border-bottom: 1px solid #0b4363;
    height: 20px;
    width: 50px;
}
.input_1
{
    border: 1px solid #77bad3;
    font-size: 10px;
    background: ffffff repeat-x;
    color: #000000;
    height: 19px;
    width: 110px;
}


.maintext
{
    font-weight: bold;
    font-family: Tahoma;
    font-size: medium;

}



.meduimtext
{
    font-weight: bold;
    font-family: Tahoma;
    font-size: x-small;
}

.headmaintext
{
    font-weight: bold;
    font-family: Tahoma;
    font-size: medium;
    color:White;

}

.headmeduimtext
{
    font-weight: bold;
    font-family: Tahoma;
    font-size: x-small;
        color:White;

}
   
    /* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.highlightsub
{
    text-decoration: none;
font-weight:bold;
    font-size:X-Small;
}


.highlightmain
{
    text-decoration: none;
font-weight:bold;
    font-size:Small;
    
}


