/*
------------------ Default HTML tags
*/
html, body 
      {height:100%; margin:0px; padding:0px;}
body  {background-color:#fff !important; font-family:Arial, sans-serif;; font-size:90%; color:#000}
a
      {color:#416785; text-decoration:none; cursor:pointer}
a:hover
      {color:#031d51; text-decoration:none}
img, a img
      {border:0px; text-decoration:none}
h1, h2, h3, h4, h5, h6
      {margin:0px; padding:0px !important; font-weight:normal; font-style:normal; text-align:left; text-indent:0px; line-height:1.1em}
h1    {font-size:21pt}
h2    {font-size:18pt}
h3    {font-size:15pt}
h4    {font-size:13pt}
form  {padding:0px; margin:0px}
hr    {height:1px; border:medium none; color:#CCC; background-color:#ccc}
label,
button
      {cursor:pointer}
label, legend
      {font-style:italic}
input,
button,
textarea,
select
      {font-size:120%; margin:4px 0px 4px; padding:3px}
textarea
      {font-family:arial; overflow:auto}
acronym
      {border-bottom:1px dashed #003366; color:#003366; cursor:help}
fieldset
      {padding:5px; width:auto; border:1px dotted #416785}
blockquote
      {margin-left:12px; padding-left:7px; border-left:2px solid #ccc}
legend
      {background-color:#fff; padding:2px; margin:2px}
sup   {color:#000}
small {font-size:12px}
table {width:100%; text-align:left; border-collapse:collapse; empty-cells:show; border-width:0px; line-height:1.3em}
tr, td
      {padding:0px; margin:0px}
div   {border:0px solid #000}
ol, ul
      {margin:0px; padding:0px}
li    {list-style:none; padding:3px 0px 3px}
li ol,
li ul {padding-left:18px}

/*
------------------ Green
*/
.green
      {color:#339900}

/*
------------------ Red
*/
.red,
label.error
      {color:red}

/*
------------------ Hidden
*/
.hidden,
.message,
#news_detail,
.article_preview,
.white_center
      {display:none}

/*
------------------ Visible
*/
.visible
      {display:block}

/*
------------------ Position
*/
.center, 
.green, 
.red, 
#loader, 
.chars h4, 
.sort table td, 
.block, 
.block h3
      {text-align:center}
.right
      {text-align:right}
