﻿body
{
    background-image: url(background.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    font-size: 9pt;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: justify;
}

h1
{
    font-size: 11pt;
    margin: 5px 10px;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

h2
{
    font-size: 9pt;
    margin: 5px 10px;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

h3
{
    font-size: 11pt;
    margin: 5px 10px;
    color: crimson;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

p
{
    font-size: 9pt;
    margin: 5px 10px;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: justify;
}

a
{
	color: royalblue;
	text-decoration: none;
}

a:Visited
{
	color: royalblue;
	text-decoration: none;
}

a:Hover
{
	color: blueviolet;
	text-decoration: underline;
}

.RedText
{
    font-size: 9pt;
    margin: 5px 10px;
    color: crimson;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: justify;
}

.Table
{
    margin: 10px;
    width: 95%;
}

.Text
{
    font-size: 9pt;
    margin: 5px 10px;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: justify;
}

.Title
{
    font-size: 11pt;
    margin: 5px 10px;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

.TableTitle
{
    font-size: 11pt;
    margin: 5px 10px;
    color: white;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

.titleStyle
{
 font-family:Verdana;
 font-size:12pt;
 font-weight:bold;
}
.iconStyle
{
 position:relative;
 top:-15px;
}
.detailsStyle
{
 font-family:Verdana;
 font-size:10pt;
 font-weight:normal;
 text-align:left;
}

.newsArea
{
	border: solid 1px #4F93BD;
}

.newsAreaFull
{
	border: solid 1px #4F93BD;
	margin-right: 10px;
}