/* - CSS Reset -> Begin ----------------------------------------- */
html {
    color: #000;
    background: #FFF;
}
	
body {                
	direction: ltr;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    max-width: none;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var,
b,
ins,
i,
u,
table,
cite {
    font-family: inherit;
    font-size: inherit;
}


ul,ol {
    list-style-type: none;
}

caption,
th {
    text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}


/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

html, body {
    min-height:100%;    
    text-align: left;
}

strong, b {
    font-weight: bold;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}
u, ins {
    text-decoration: underline;
} 
  
p {
    margin: 0 0 0.5em 0;
    padding: 0;
    line-height: normal;
    text-align:justify;    
}

a, .ui-widget-content a, .sidebar a {color:#367DB3; text-decoration:none;}

a:hover, .ui-widget-content a:hover, .sidebar a:hover {color: #367DB3; text-decoration: underline}

/*.ui-widget-content a:visited, .sidebar a:visited {color: #367DB3; text-decoration: none}*/

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    margin: 0 0 0.5em 0;
    /*color: #364656;/*385EA7*/
    font-weight: 100;
    line-height: 1.25;
    
}

h1 {font-size: 22px;} 
h2 {font-size: 21px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;font-weight:bold;margin-top:0.5em;} 
h5 {font-size: 14px;} 
h6 {font-size: 12px;} 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

.plainText ol,.plainText ul,.plainText dl
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right:0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
     padding:0 0 0 40px;
}
.plainText ol {
    list-style-type: decimal;
}
.plainText ul {
    list-style-type: disc;
}
.plainText p {
    text-align: inherit;
}

.plainText p {
    margin: 0 0 1em 0;
}

.plainText p:last-child {
    margin: 0;
}

body.bodyMargin {
    padding:5px;
}

.alwaysHidden {
    display: none !important;
}
/* - CSS Reset -> End ----------------------------------------- */