﻿/**************************************
*                                     *
*  Common used tags go here           *
*                                     *
***************************************/
html
{ 
}

body
{
  font-family: Georgia, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size:100%;
  line-height:1.5;
  padding:0px;
  margin:0px;
}

h2
{
  font-size:2.0em;
  font-weight:normal;
  font-family:Georgia;
  margin:4px 0px 5px 0px;
}


h1
{
  font-size:2.5em;
  font-weight:normal;
  margin:0px;
}


.ContentBodyBlock h2
{
  font-size:1.0em;
  font-weight:bold;
  font-family:Georgia;
  margin:4px 0px 5px 0px;
}

h3
{
  font-family:Georgia;
    margin:4px 0px 5px 0px;
}

p
{
  	margin:0px 0px 18px 0px;
}



.ContentBodyBlock h2,
.DocumentText h2
{
  font-size:1.0em;
  font-weight:bold;
  font-family:Georgia;
}

.ContentBodyBlock h3,
.DocumentText h3
{
  font-size:1.0em;
  font-family:Georgia;
  font-weight:normal;
  margin:0px;
}

a
{
  text-decoration:none;
  color:#A80532;
}

a:hover
{
  text-decoration:underline;
}

.Text a,
.DocumentAbstract a,
.DocumentText a
{
   text-decoration:underline !important;
}

.Text h2 a
{
   text-decoration: none !important;
}


.Text h2 a:hover span
{
   text-decoration: underline !important;
}

img
{
  border:none;
}

.printOnly
{
    display:none;
}

.FloatBreak
{
  clear:both;
  height:0px;
  /*line-height:0px;*/
  overflow:hidden;
}

.Hidden
{
  display:none;
}
