/* 
    Document   : eudract
    Created on : 29-Jan-2009, 10:36:39
    Author     : tsekas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color: white;
    margin:0;
}

img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
#headerLayer1 {
    background-image: url(../images/titleHeader.jpg);
    background-repeat: repeat-x;
}

.textBody {
    font-family:Verdana, Helvetica, sans-serif;
    font-style:normal;
    text-transform:none;
    font-size: 14px;
}

.textBody h1  {
	font-size: 20px;
	color: #003399;
}

.textBody h2  {
	font-size: 18px;
	color: #003399;
}

.textBody h3  {
	font-size: 16px;
	color: #003399;
}

.textBody td.footer  {
    font-size: 10px;
}

a {
    text-decoration: none;
}

tr.spacing {
    margin-bottom:15px;
}

a:hover {
    text-decoration:underline;
}

a:hover > h1 { text-decoration: none; }
a:hover > h2 { text-decoration: none; }


td.line {
    background-image:url(../images/separator.jpg);
    background-repeat:repeat-x;
}

.header {
    border-collapse: collapse; 	
    padding:0; 
    margin:0;
}
