/* body */
body
{
	font-family: Arial, Sans-Serif;
	line-height: 1.5em;
	color: #000;
	font-size: 100%;
 }
  

/* paragraph */


p {
	margin: .5em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 80%;
	text-align: justify;
	line-height: 1.4em;
	color: #000;
}

ul {
    margin-top: 0.2em;
    margin-bottom: 0.2em;

}

li {
    font-size: 80%;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

ul li ul,
ul li ul li
{
    font-size: 100%;
}


/* headings */

h1, h2, h3, h4, h5, h6,
h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    font-family: Verdana, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #000000;
}




h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{

  margin: 1em 0;
  font-size: 170%;

}



h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 1em 0;
	font-size:160%;

}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 150%;

}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	margin: 1em 0;
	font-size: 140%;

}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1em 0;
  font-size: 130%;

}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 1em 0;
  font-size: 110%;

}

/* links */

a
{
  text-decoration: underline;
  color: #217591;
}

a:link
{
  text-decoration: underline;
  color: #217591;
}

a:visited, a.visited
{

  color: #3B3B3B;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #2B9ABF;
}


/* footer */

div.custom_footer
{
    color: #777;
}


div.custom_footer a,
div.custom_footer a:visited,
div.custom_footer a.visited

{
  text-decoration: underline;
  color: #777;
}


div.custom_footer a:hover, div.custom_footer a.hover
{
  text-decoration: none;
  color: #2B9ABF;
}


/* Members area buttons */

.buttonLinks a {
    padding: 2px 18px 2px 28px;
}

.buttonLinks a, .buttonLinks a:visited, .buttonLinks a:hover, .buttonLinks a:visited:hover
{
    text-decoration: none;
    color: #000;
}








  
