﻿body {
    margin: 0;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url("../images/bg.gif");
    background-repeat: repeat;
    margin-top: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-size: 11px;
	line-height: 15px;
}
a:link 
{
	color:#003F76;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#003F76;
	font-weight:bold;
	text-decoration: none;
}
a:hover 
{
	color:#999999;
	text-decoration: underline;
}
a:active {
	color:#003F76;
	font-weight:bold;
	text-decoration: none;
}

h1
{
	font-size:26px;
	font-weight:bold;
	color:#003F76;
	margin: 15px 10px 0 0;
	text-align:left;
	line-height:1em;
}
h2
{
    font-size:13px;
	font-weight:bold;
	color:#999999;
	margin: 0 10px 0 0;
	text-align:left;
}
h3
{
    margin-top: 0px;
    color: Gray;
    font-size: 15px;
}
h4
{
    margin-top: 0px;
    color: Gray;
    font-size: 13px;
    margin-bottom: 2px;
}
h5
{
    color:#003F76;
	font-weight:bold;
	padding-bottom: 0px;
	font-size: 12px;
	 margin-bottom: 0px;
}
.dossiertext
{
    padding-left: 20px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 18px;
}
.statuslabels
{
    color: Maroon;
}
.pagesetup
{
    width: 919px; 
    padding: 20px 20px 20px 20px; 
    text-align:left;
}
.hr
{
    height:1px;
    color: #BFCFDE;
    border: 0;
    background-color: #BFCFDE;
    margin-top: 2px;
    margin-bottom: 0px;
}
hr
{
    height:1px;
    color: #BFCFDE;
    border: 0;
    background-color: #BFCFDE;
    margin-top: 0px;
    margin-bottom: 0px;
}


/********************* ICON BOXES *********************/

.icon_text
{
	margin: 0 0 0 40px;
	width:130px;
	text-align:right;
}
.icon_text_a
{
	margin: 5px 0 0 40px;
	width:130px;
	text-align:right;
}

/******************** LASTEST NEWS ********************/

.news_title
{
	font-size:26px;
	font-weight:bold;
	color:#999999;
	margin: 0 10px 0 0;
	text-align:left;
	line-height:1em;
}
/******************** CALENDAR ********************/
.calendar_date
{
   font-weight:bold;
   color:#003F76;
}

/******************* INCUBATOR *******************/
.incHeader
{
    font-size:22px;
	font-weight:bold;
	color:#003F76;
	margin: 15px 10px 0 0;
	text-align:left;
	line-height:1em;
}

.incShowsHeader
{
    font-size:18px;
	font-weight:bold;
	color:#990000;
	margin:0;
	padding:20px 0;
	text-align:center;	
}

.incMain
{
    border:0;
    padding:0 20px 0 0;    
	margin:0;	
}

.incBackground
{
    border:1px solid black;
    padding:0;
    background-color:#99CCFF;
    /*color:#99CCFF;*/
	margin:0;	
}

.incLogo
{
    border:1px solid black;
    margin:10px;
}

.textJustify
{
    text-align:justify;
}

