/* 
    Document   : style
    Created on : Jul 1, 2008, 4:41:54 PM
    Author     : techman
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


.sponsorLink {
    text-align: justify;
    font-family: verdana;
    font-size: 8px; 
    color: maroon;
    /*
    display: none;
    visible: false;
    */
}

.withborder {
        border-style: solid;
        border-width: thin;        /* sets border width on all sides */
        border-color: brown;
}

img.withborder {
        border-style: solid;
        border-width: thin;        /* sets border width on all sides */
        border-color: brown;
}

.titleData {
    font-family: verdana;
    font-size: 10px;
}

#titleData {
    text-align: center;
    font-family: verdana;
    font-size: 12px; 
    color: maroon;
    font-weight: bold;
}

.titolo {
    text-align: center;
    font-family: verdana;
    font-size: 12px; 
    color: white;
    font-weight: bold;
}

.titoloLink {
    text-align: center;
    font-family: verdana;
    font-size: 12px; 
    color: white;
}


.testoItalic {
    text-align: justify;
    font-family: verdana;
    font-size: 10px; 
    color: maroon;
    font-style: italic;
}


.testo {
    text-align: justify;
    font-family: verdana;
    font-size: 10px; 
    color: maroon;
}

.contentBOX {
    border-color: maroon;
    text-align: center;
}

.downloadTitle {
    text-align: center;
    font-family: verdana;
    font-size: 12px; 
    color: black;
    
    font-weight: bold;
}

.url { 
    text-align: left;
    font-family: verdana;
    font-size: 10px; 
    color: #000000;    
    text-decoration: underline;
    
}

a {
    color: #000000;
}


span.nonve{
	color:#fff;
	visibility:hidden;
	font-size:1px;
	display: block;
	display: none;
}


