/*   content elements  */
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
      font-family:Trebuchet MS, Helvetica, sans-serif;
      font-size:11pt;
	color:#333333;
      margin:0; padding:0;
}

h1, h2, h3, h4, h5 { 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	margin:0em 0em 0.25em 0em;
	color:#333333;
}

h1 
{
    margin:0.2em 0em 0.25em 0em;
	font-size:1.9em;
	font-weight:lighter;
}


h2 
{
    color:#191947;
	font-size:1.5em;
}


h3 {
	margin: 0.25em 0em 0em 0em;
    color:#191947;
	font-size:1.3em;
}

h3 a {
	text-decoration: none;
    color:#191947;
}
h3 a:hover {
	text-decoration: none;
    color:#191947;
}


h4 {
	font-size:1em;
    color:#191947;
	font-weight:bold;
}

h5 {
	margin: 0.25em 0em 0em 0em;
	font-size:1.3em;
    color:#191947;
	font-weight:lighter;
}

a {
	color:#191947;
	text-decoration: underline;
}

a:hover {
	color:#ff0000;
	text-decoration: underline;
}


.textRed
{
    color: #C93C3C;
    font-weight: bold;
}
.textBlue
{
    color: #333333;
    font-weight: bold;
}
.textDarkGray 
{
    color: #333333;
}

img 
{
    border:0;
}

P 
{
    font-weight:normal;
    color: #333333;
	line-height:150%; 
	margin:5px 0px 15px 0px;
	text-align:justify;
}
