/* Last modified on 26.2.2003, 12:15PM */  
/* FORMATING OF THE BODY */
body
{
margin: 0px;
padding: 0px;
background-image: url(figures/background.jpg);
background-repeat: repeat-y;
background-position: 100% 10%;
}

/* FORMATING OF THE DIVs */

.centered
{
padding: 0px;
text-align: center;
}

/* FORMATING OF THE TABLES */

table, tr
{
background-color: transparent;
}
			
.main-table
{
border-width: 0;
vertical-align: text-top;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
width: 990px;
}
	
.left-column-cell
{
border-width: 0;
vertical-align: text-top;
background-color: #3333cc;
color: #ffffff;
margin: 0px;
padding-left: 8px;
padding-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
width: 153px;
}

.title-cell
{
border-width: 0;
vertical-align: text-top;
margin: 0px;
padding: 0px 0px 0px 1px;
width: 827px;
height: 82px;
background-image: url(figures/hello.gif);
background-repeat: no-repeat;
background-position: center right;
}

.gap-cell
{
margin: 0px;
padding: 0px;
width: 827px; 
height: 25px;
}

.text-cell
{
margin: 0px;
padding: 0px 40px 20px 40px;
width: 827px; 
}

/* FORMATING OF THE TEXT */

p, a, h1, h2, h3, ul, dl, ol
{
background-color:transparent;
}
													
:link
{
color: #000064;
text-decoration: none;
background-color:transparent;
}

:visited
{
color: #000064;
text-decoration: none;	
background-color:transparent;
}

:active
{
color: #ff0563;
text-decoration: none;
background-color:transparent;
}

.logo-1
{
font-family: arial, sans-serif;
font-size: 21pt;
font-weight: bold;			
background-color:transparent;
text-align: right;
vertical-align: text-top;
text-decoration: none;
margin: 0pt 0pt 0pt 0pt;
color: #ffffff;
}			

.logo-2
{
color: #3333cc;
font-family: arial, sans-serif;
font-size: 21pt;
font-weight: bold;			
background-color:transparent;
text-align: left;
vertical-align: text-top;
text-decoration: none;
margin: 0pt 0pt 0pt 0pt;
}			

.news-title-1, .news-title-2
{
font-family: arial, sans-serif;
font-size: 21pt;
font-weight: bold;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
color: #f9dc5b;
text-align: left;
background-color: transparent;
}

.news-title-1
{
margin-top: .75em;
}
.news-title-2
{
margin-top: 0;
text-indent: 2.5ex;
}

.news-text
{
font-family: arial, sans-serif;
font-size: 9pt;
margin-top: 1em;
color: #ffffff;
font-weight: normal;
text-align: left;
background-color: transparent;
}

.links
{
font-family: arial, sans-serif;
font-size: 12pt;
margin-top: .5em;
margin-bottom: 0.5em;
color: #ffffff;
font-weight: bold;
text-align: left;
/*line-height: 2em; */
background-color: transparent;
}

.links :link
{
color: #ffffff;
text-decoration: none;
background-color: transparent;
}

.links :visited
{
color: #ffffff;
text-decoration: none;	
background-color: transparent;
}

.page-comments
{
font-family: arial, sans-serif;
font-size: 9pt;
font-weight: normal;
text-align: center;
}


/* Text definitions for this webpage */

p, ul, dl, ol
{
color: #3333cc; 
font-size: 12pt;
font-weight: normal;
text-decoration: none;
text-align: justify;
}

ul, dl, ol
{
list-style-position: inside;
margin: 0px auto;
}

p
{
margin: 0px;
}

h1, h2, h3
{
text-align: center;
text-decoration: none;
color: #3333cc; 
}			
			
h1
{
font-size: 16pt;
font-weight: bold;
}

h2
{
font-size: 14pt;
font-weight: bold;
}

h3
{
font-size: 12pt;
font-weight: bold;
} 

.label
{
text-align: center;
margin: 30px 0px 12pt 0px;
font-weight: bold;
}

/* FORMATING OF THE IMAGES */

.centered-image
{ 
margin: 0px auto;
padding: 0px;
border: none;
}

