/** BASIC */

body { 
	color : black; 
	background : white; 
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt; 
/*	color: #FAFAD2; */
        color: black;
}

/** TEXTS */
body, th, td, input, textarea, select {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt; 
/*	color: #FAFAD2; */
        color: black;
}
#header, #logo, #main-menu, #title1, #box3, #title2, #footer, textarea { 
	display : none; 
} 

#box1 {
        float: none;
	position: absolute;
	top: 10px;
        left: 0px;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt; 
/*	color: #FAFAD2; */
        color: black;
}
#box1 td{
        color: black;
        font-family: Georgia, Times, serif;
        font-size: 12pt;
}
#box1 .text5 {
        color: #FFD700;
        font-weight: bold;
        font-family: Georgia, Times, serif;
        font-size: 12pt;
}
#box1 .text8 {
        color: #FFD700;
        font-weight: bold;
        font-family: Georgia, Times, serif;
        font-size: 12pt;
}



