﻿html
{
    color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
li
{
    list-style: none;
}
caption, th
{
    text-align: right;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
legend
{
    color: #000;
}
body
{
    font: 12px tahoma;
}
select, input, button, textarea
{
    font: 99% Tahoma,helvetica,clean,sans-serif;
}
table
{
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt
{
    font-family: monospace;
}
/* Copyright (c) 2011, Yahoo! Inc.  All rights reserved. */

a
{
    text-decoration: none;
}
a:hover, a:focus
{
    text-decoration: underline;
}
strong
{
    font-weight: bold;
}
input[type=submit]
{
    cursor: pointer;
}
input[type=select]
{
    font-family:Tahoma;
}

button
{
    cursor: pointer;
}

/* FAQ */
.cntBox
{
    border: 1px solid #999999;
    background-color: #FFFFFF;
    width: 100%;
    direction: rtl;
    font-family: tahoma;
}

.cnttext
{
    margin: 10px 10px 0 10px;
    text-align:right;
}

.content
{
    padding-bottom: 10px;
    min-height: 142px;
    direction:rtl;
}

.content h1
{
    color: #843794;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 .5em 0;
    border-bottom: 1px dotted darkGray;
    padding-bottom: 15px;
}

.content .list
{
    line-height: 1.5;
    font-size: 12px;
    list-style-type: circle;
}

.content ul
{
    line-height: 1.5;
    margin-top: 5px;
    list-style-type: square;
}

.content ul p
{
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.content ul a:hover
{
    text-decoration: none;
}

.content li
{
    margin-bottom: 5px;
    list-style-type: circle;
}

.content .title
{
    margin-bottom: 5px;
    list-style-type: disc;
}

.content p
{
 font-weight:bold;
 }


.content ul li
{
    margin-right: 5px;
}
