/*@import url(/css/text.css);
@import url(/css/links.css);*/
@import url(/css/form.css);
@import url(/css/tables.css);


body,table{
        font-family:Tahoma;
        font-size:11px;
        color:#4a4a4a;
        /*color:#e5e1e2;*/
}
body {
        margin:0;
        padding:0;
        background:#4b4e4f;
        /*text-align:center;*/
}
a{
        /*color:#3e67af;*/
        color:#6e4abf;
        text-decoration:underline;
}
a:hover{
        text-decoration:underline;
		color:#9e7aef;
}
a img{
        border:none;
}
a.black{
        color:#4a4a4a;
}
a.small{
        font-size:10px;
}

h1,h2,h3,h4,h5,h6{
        color:#6e4abf;
        margin:0;
        /*font-weight:normal;*/
}
h1{
        font-size:14px;
        margin-bottom:20px;
}
h2{
        font-size:12px;
        margin-bottom:20px;
}
h3,h4{
        font-size: 11px;
}
h5,h6{
        font-size: 10px;
}
p{
        line-height:130%;
        margin-top:0;
}

span.dt{
        font-size:10px;
}


.Red{
		color:red;
}
.Req{
color:red;
padding:0 2px 0 2px;
}














div.NoteTXT{
        margin:3px 0px 6px;
}



td.NoteTXT{
        padding:3px 0px 6px;
}


td.NoteNPAG{
        padding:3px 0px 10px 5px;
        border-bottom:1px white dashed;
}
td.TitleNPAG{
        padding:0px 0px 10px;
}




div.topHR{
        border-top:1px #CCC solid;
        margin-top:10px;
        margin-bottom:5px;
        padding-top:10px;
        text-align:right;
}


.listTitle{
        padding-right:7px;
}