/* begin Page */
/* Created by Artisteer v3.0.0.39952 */

body, table
{
    color: #545454;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

li,
table,
a,
a:link,
a:visited,
a.visited,
a:hover,
a.hovered
{
    font-family: Georgia, "Times New Roman", Times, Serif;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #297DC2;
}

a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #297DC2;
}

a:visited, a.visited
{
  color: #3B3B3B;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #C3A004;
}

h1
{
   color: #595959;
}

h2
{
   color: #757575;
   font-size: 22px;
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited
{
   font-size: 22px; 
}

h3
{
   color: #297DC2;
   font-size: 18px;
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited
{
   font-size: 18px;
}

h4
{
   color: #696969;
   font-size: 16px;
}

h4 a, h4 a:link, h4 a:hover, h4 a:visited
{
   font-size: 16px;
}

h5
{
   color: #696969;
   font-size: 14px;
}

h5 a, h5 a:link, h5 a:hover, h5 a:visited
{
   font-size: 14px;
}

h6
{
   color: #949494;
   font-size: 14px;
}

h6 a, h6 a:link, h6 a:hover, h6 a:visited
{
   font-size: 14px;
}

ul
{
  list-style-type: none;
  margin: 1em 0 1em 2em;
  padding: 0;
}

ol
{
  list-style-position: inside;
  margin: 1em 0 1em 2em;
  padding: 0;
}
/* end Page */

/* begin Box, Post */
a img
{
  border: 0;
}

img
{
  border: solid 0 #3D91D6;
  margin: 10px;
}

table
{
  border-collapse: collapse;
  margin: 1px;
}

th, td
{
  padding: 2px;
  border: solid 1px #DDECF8;
  vertical-align: top;
  text-align: left;
}

th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostBullets */

li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #404040;
  padding: 0 0 0 12px;
}

li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 12px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */


