input, select, textarea {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/*Classes for containers level 0*/
.corpo {
	text-align: center; 
	background-color: #cddbde;
	margin:0px;
	padding:0px;	
	}
	
/*Classes for containers level 1*/
.content {
	text-align: center; 
	margin:0px auto 0px auto;
	padding:0px;
	width:1240px;
	} 
	
.content_programme {
	text-align: center; 
	margin:0px auto 0px auto;
	padding:0px;
	width:800px;
	} 

/*Classes for containers level 2*/
.border_out {
	border-style: outset;
	border-color: rgb(223,149,152);
	border-width: 3px;	
	text-align: center; 	
	background-color: rgb( 210, 220, 220); 
	margin:0px auto 0px auto;
	padding: 18px;
	width:1198px;/*1240 - 2*border-width - 2*padding*/
	}
	
div.border_out_results_table_fixed {
	position:fixed;
	text-align:center;
	z-index:2;
	top:0px;
	background-color: #cddbde;
	width:1240px;
	margin:0px;
	padding:0px;
	}
	
div.border_out_results_table_relative {
	position:relative;
	z-index:1;
	width:1240px;
	margin:0px;
	padding:0px;
	background-color: #cddbde;
	}
	
div.border_out_programme_table_fixed {
	position:fixed;
	text-align:center;
	z-index:2;
	top:0px;
	background-color: #cddbde;
	width:800px;
	margin:0px;
	padding:0px;
	}
	
div.border_out_programme_table_relative {
	position:relative;
	z-index:1;
	width:800px;
	margin:0px;
	padding:0px;
	background-color: #cddbde;
	}
	
div.border_out_programme_time_table {
	background-color: #cddbde;
	width:800px;
	margin:0px;
	padding:0px;
	}
	
/*Classes for containers level 3*/
.border_in {
	border-style: ridge;
	border-color: rgb(223,149,152);
	border-width: 3px;	
	text-align: center; 	
	margin:5px 0px 5px 0px;
	padding:10px 0px 10px 0px;		
	}
	
div.border_in_results_table {
	width:1224px;/*1240 - 2*border-width - 2*padding*/
	text-align: center;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 3px;
	background-color: #B0C0CF;
	margin:0px auto 0px auto;
	padding:5px;	
	}
	
div.border_in_programme_table {
	width:784px;/*800 - 2*border-width - 2*padding*/
	text-align: center;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 3px;
	background-color: #B0C0CF;
	margin:0px auto 0px auto;
	padding:5px;	
	}	
	
/*Fields classes*/	
.base  {	
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #cddbde;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.disabled {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #AAAAAA;
	text-align: left;
	color: #555555;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}

.required {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #FFFF80;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}

.wrong {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #ff9090;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.ev_orange {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #ff8800;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.ev_red {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #FF2222;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.ev_green {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #5BFF5B;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}

.field_violet {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #D4A7D4;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.field_blue {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #7C87D6;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.field_turquoise {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #80C2D2;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.field_dark_orange {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #E69A6C;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}

.field_grey {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #ACACAC;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.field_light_orange {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #ff9900;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.field_green {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #00cc00;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}
	
.field_red {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	background-color: #ff4d4d;
	text-align: left;
	color: #000000;
	margin:0px;
	padding: 0px 2px 0px 2px;
	}

/*Display info input text classes*/	
.uploaded {
	font-family:"Times New Roman",Times,serif;	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	background-color: #ADFFAD;
	margin:0px;
	padding: 0px 5px 0px 5px;
	}

.not_uploaded  {
	font-family:"Times New Roman",Times,serif;	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;	
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	background-color: #ff9090;
	margin:0px;
	padding: 0px 5px 0px 5px;
	}

.information  {
	font-family:"Times New Roman",Times,serif;	
	font-size: 14px;
	background-color: #BBBBBB;
	text-align: left;
	font-weight: bold;
	color: #000000;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	margin:0px;
	padding: 0px 5px 0px 5px;
	}

/*Buttons and submits fields classes*/		
.btn {	
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	text-align: center;	
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	color: #000000;
	background-color: rgb( 200, 220, 200); 
	font-weight: bold;	
	margin:0px;
	padding: 0px 5px 0px 5px;
	}

.btn_over {		
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	text-align: center;	
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	color: #FFFF80;
	background-color: #600000;
	font-weight: bold;
	cursor: pointer;	
	margin:0px;
	padding: 0px 5px 0px 5px;
	}
	
.btn_flash {		
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	text-align: center;	
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	color: #600000;
	background-color: #FFFF80;
	font-weight: bold;
	cursor: pointer;	
	margin:0px;
	padding: 0px 5px 0px 5px;
	}
	
.btn_disabled {	
	font-family:"Times New Roman",Times,serif;
	font-size: 14px;
	text-align: center;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	background-color: #AAAAAA;
	color: #555555;
	font-weight: bold;
	margin:0px;
	padding: 0px 5px 0px 5px;
	}	

/*Classes for specific elements*/	
textarea.privacy{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-style: ridge;
	border-color: #8A2BE2;
	color: #666600;
	text-align: justify;
	border-width: 2px;
	background-color: #CCCCCC;
	font-weight: bold;
	padding:5px;	
}

p.image_container {	
	border-style: ridge;
	border-color: DarkRed;
	border-width: 3px;	
	text-align: center;	
	margin:0px auto 0px auto;
	padding:0px;	
	}
	
/*Classes for generic paragraph elements*/	
p.aj_10mlr_ver_13, div.aj_10mlr_ver_13 {
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #000000;
	font-size: 13px;	
	margin:0px 5px 0px 5px;
	padding:0px;
	}
	
p.aj_10mlr_ver13_red {
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #640000;
	font-weight: bold;
	font-size: 13px;	
	margin:0px 5px 0px 5px;
	padding:0px;
	}	

p.ac_5ml_tnr14b {	
	text-align: center;
	margin:0px 5px 0px 5px;
	padding:0px;	
	font-family:"Times New Roman",Times,serif;	
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
	}			

p.ar_ver12 {
	font-family:Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: 12px;
	margin:0px 0px 0px auto;
	padding:0px;	
	}			
	
p.ac_ver12b {
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 24px;
	color: DarkViolet;
	font-weight: bold;
	margin:0px 0px 0px auto;
	padding:0px;	
	}		

p.ar_tnr10b_grey {
	font-family:"Times New Roman",Times,serif;
	text-align: right;
	font-size: 10px;
	color: #646464;
	font-weight: bold;
	height:0px;
	line-height: 0px;
	margin:0px 0px 0px 0px;
	padding:0px;	
	}	
	
p.al_5ml_ver12 {
	font-family:Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 12px;
	margin:0px auto 0px 5px;
	padding:0px;	
	}		
	
p.al_5ml_tnr12b_red, span.al_5ml_tnr12b_red {
	font-family:"Times New Roman",Times,serif;
	text-align: left;
	font-size: 12px;	
	font-weight: bold;
	color: #660000;
	margin:0px auto 0px 5px;
	padding:0px;	
	}	

p.al_5ml_tnr14b {	
	text-align: left;
	margin:0px auto 0px 5px;
	padding:0px;	
	font-family:"Times New Roman",Times,serif;	
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
	}		

p.ac_tnr14 {
	font-family:"Times New Roman",Times,serif;	
	font-size: 14px;
	text-align: center;
	color: #000000;
	margin:0px auto 0px auto;
	padding:0px;	
	}	
	
/*Classes for paragraph managed with DHTML*/
p.results {
	font-family:"Times New Roman",Times,serif;
	text-align: justify;
	font-size: 12px;
	color: #640000;
	font-weight: bold;
	height:13px;
	line-height: 10px;
	margin:0px 0px 0px 5px;
	padding:0px;	
	}	

p.error {
	font-family:"Times New Roman",Times,serif;
	text-align: justify;
	font-size: 0px;
	color: #640000;
	font-weight: bold;
	height:0px;
	line-height: 0px;
	margin:0px 0px 0px 5px;
	padding:0px;	
	}	

/*Classes for paragraph elements in tables*/
p.header {
	font-family:"Times New Roman",Times,serif;	
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #800000;	
	margin:0px auto 0px auto;
	padding:0px;
	}

p.programme_header {
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	margin:0px auto 0px auto;
	padding:0px;
	}
		
p.programme_session {
	font-family:"Times New Roman",Times,serif;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	margin:0px auto 0px auto;
	padding:0px;
	}
	
p.programme_hour {
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #800080;
	margin:0px auto 0px auto;
	padding:0px;
	}
		
p.programme_paper {
	font-family:"Times New Roman",Times,serif;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	color: #000080;
	margin:0px auto 0px auto;
	padding:0px;
	}
	
span.programme_description {
	font-family:"Times New Roman",Times,serif;
	font-size: 12px;
	font-weight: normal;
	color: #AF5500;	
	}
	
p.programme_chairman {
	font-family:"Times New Roman",Times,serif;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #008080;
	margin:0px auto 0px auto;
	padding:0px;
	}
	
p.programme_presenter {
	font-family:"Times New Roman",Times,serif;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: DarkViolet;
	margin:0px auto 0px auto;
	padding:0px;
	}
	
p.table_data_justify_small_normal {
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin:0px auto 0px auto;
	padding:0px;	
	}
	
p.table_data_center_small_normal {
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin:0px auto 0px auto;
	padding:0px;	
	}	
	
p.table_data_justify_large_bold {
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0px auto 0px auto;
	padding:0px;	
	}
	
p.table_data_center_large_bold {
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0px auto 0px auto;
	padding:0px;	
	}	

/*Classes for paragraph separators*/
p.margine_30 {
	height:30px;
	line-height: 30px;
	margin:0px;
	padding:0px;	
	}

p.margine_3 {
	height:3px;
	line-height: 3px;
	margin:0px;
	padding:0px;	
	}
	
p.margine_6 {
	height:1px;
	line-height: 1px;
	margin:0px;
	padding:0px;	
	}
	
p.margine_12 {
	height:12px;
	line-height: 12px;
	margin:0px;
	padding:0px;	
	}
	
.separa {
	border-style: ridge none none none;
	border-color: rgb(159,192,233);
	border-width: 3px;	 
	height: 6px;
	line-height: 6px;	
	margin: 6px 5px 0px 5px;
	padding: 0px;
	}	
	
.separa_pink {
	border-style: ridge none none none;
	border-color: #F5A9E1;
	border-width: 2px;	 
	height: 6px;
	line-height: 6px;	
	margin: 6px 5px 0px 5px;
	padding: 0px;
	}	
	
.separa_menu {
	border-style: ridge none none none;
	border-color: rgb(159,192,233);
	border-width: 3px;	 
	height: 2px;
	line-height: 2px;	
	margin: 2px 0px 0px 0px;
	padding: 0px;
	}
	
.separa_tot {
	border-style: ridge none none none;
	border-color: rgb(223,149,152);
	border-width: 3px;	 
	height: 2px;
	line-height: 2px;	
	margin: 0px 6px 0px 6px;
	padding: 0px;
	}

/*Classes for titles*/
p.title {
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	color: #800000;
	font-size: 24px;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	padding:0px;	
	}

p.title2 {	
	font-family:"Times New Roman",Times,serif;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 3px;
	background-color: #AAAAAA;
	text-align: center;
	color: #600000;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	margin:0px 5px 0px 5px;
	padding:0px;	
	}

p.title3 {	
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin:0px 5px 0px 5px;
	padding:0px;	
	}

p.title4 {
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	margin:0px auto 0px auto;
	padding:0px;	
	}
	
p.title5 {
	font-family:"Times New Roman",Times,serif;
	text-align: left;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
	margin:0px 5px 0px 5px;
	padding:0px;	
}

p.title6 {	
	font-family:"Times New Roman",Times,serif;		
	text-align: center;
	color: #600000;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	margin:0px 5px 0px 5px;
	padding:0px;	
	}

p.title7 {	
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin:0px 5px 0px 5px;
	padding:0px;
	}
	
/*Classes for tables*/
table.left_table {
	border-collapse: collapse;		
	text-align: left;	
	margin:0px auto 0px 0px;
	padding:0px;
	}
	
table.left_table td {
	border-style:none;	
	margin:0px;
	padding:5px 0px 5px 0px;
	}
	
table.left_table tbody {
	border-style:none;		
	}
	
table.center_table {
	border-style: none;
	border-collapse: collapse;	
	margin:0px auto 0px auto;
	padding:0px;
}	
	
table.center_table td {
	border-style: none;	
	margin:0px;
	padding:5px 0px 5px 0px;
}

table.admin_table {
	border-style: none;	
	border-collapse: collapse;	
	text-align: left;		
	margin:0px auto 0px auto;
	padding:0px;
	}
	
td.admin_table_cell {
	border-style: ridge;
	border-color: rgb(223,149,152);
	border-width: 3px;	
	margin:0px;	
	padding:0px;	
	}
	
table.menu_table {
	background-color: #cddbde;
	border-collapse: collapse;	
	border-style:none;	
	text-align: left;	
	width:auto;
	margin:0px auto 0px auto;
	padding:0px;
	}
	
table.menu_table td {
	font-family:"Times New Roman",Times,serif;	
	font-size: 16px;	
	border-style: none;
	margin:0px;	
	padding:2px 5px 2px 5px;		
	}
	
table.inner_table {
	border-style: none;
	border-collapse: separate;
	border-spacing: 2px;
	margin:2px auto 2px auto;
	padding:0px;
}	

table.results_table {
	border-style: none;
	background-color: #B0C0CF;	
	border-collapse: separate;
	border-spacing: 2px;
	margin:0px auto 0px auto;
	padding:0px;
	}
	
table.results_table td {
	background-color: #B0C0CF;
	margin:0px;
	padding:2px;
	height: 30px;
	}
	
table.programme_table {
	border-style: none;
	background-color: #B0C0CF;	
	border-collapse: collapse;
	margin:0px auto 0px auto;
	padding:0px;
	}
	
table.programme_table td {
	background-color: #B0C0CF;
	margin:0px;
	padding:0px;
	height:20px;	
	}

/*Classes for cells elements*/
td.border_hidden {
	border-style: none;
	}

td.border_header {
	border-style: ridge;
	border-color: rgb(223,149,152);
	border-width: 2px;	
	}
	
td.border_data1 {
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 2px;
	}
	
td.border_data2 {
	border-style: ridge;
	border-color: rgb(119,193,152);
	border-width: 2px;
	}
	
td.border_inner {
	border-style: ridge;
	border-color: rgb(0,0,128);
	border-width: 2px;	
	}
	
td.border_session {
	border-style: none none none ridge;
	border-color: rgb(223,149,152);
	border-width: 2px;
	}
	
/*Classes for modal window*/
div.modal_window {
	width:500px;
	text-align: center;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 3px;
	background-color: #B0C0CF;
	margin:0px auto 0px auto;
	padding:6px;	
	position: absolute;	
	top: 0px;	
	left: 0px;
	z-index: 4;
	visibility:hidden;
	}

div.modal_window_table {
	width:500px;
	text-align: center;
	border-style: ridge;
	border-color: rgb(159,192,233);
	border-width: 3px;
	background-color: #B0C0CF;
	margin:0px auto 0px auto;
	padding:6px;		
	}
	
p.modal_message {
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	font-size: 16px;	
	font-weight: bold;
	color: #006666;
	margin:0px auto 0px auto;
	padding:0px;	
	}

/*Classes for overlay elements*/
div.disable_inputs {
	position: absolute;	
	border-style: ridge none ridge none;
	border-color: DarkMagenta ;
	border-width: 3px;
	width: 100%;	
	height: 100%;	
	top: 0px;	
	left: 0px;
	z-index: 3;
	margin:0px;
	padding:0px;	
	background-color: #080808;
	visibility:hidden;
}

/*Classes for input file elements*/	
div.fileinputs {
	position: relative;
	text-align: right;
	vertical-align: middle;	
	width: 400px;	
	margin:0px auto 0px 5px;
	padding:0px;	
}

div.fakefile {
	position: absolute;
	text-align: left;	
	vertical-align: middle;
	width: 400px;		
	top: 0px;	
	left: 0px;
	z-index: 1;
	margin:0px;
	padding:0px;	
}

input.file {
	position: relative;	
	text-align: right;
	vertical-align: middle;			
	z-index: 2;
	margin:0px 0px 0px auto;	
	padding:0px;	
}
	
/*Classes for span elements*/		
span.highlighted_term {	
	font-style:normal;
	font-weight: bold;
	color: #006000;
	background-color: rgb(223,149,152);
	}

span.remark {
	font-family:"Times New Roman",Times,serif;
	text-align: center;
	font-size: 16px;
	text-decoration:underline;
	font-weight: bold;
	color: #660000;
	margin:0px auto 0px 0px;
	padding:0px;	
	}

/*Classes for links elements*/	
a.oral_link:link, a.oral_link:visited, a.oral_link:active {
	font-style:italic;
	text-decoration: none;
	color: #000080;
	font-weight:bold;
	}
	
a.poster_link:link, a.poster_link:visited, a.poster_link:active {
	font-style:italic;
	text-decoration: none;
	color: #008000;
	font-weight:bold;
	}
	
a.na_link:link, a.na_link:visited, a.na_link:active {
	font-style:italic;
	text-decoration: none;
	color: #800000;
	font-weight:bold;
	}	
	
a.poster_link:hover, a.oral_link:hover,  a.na_link:hover{
	font-style:italic;
	text-decoration: underline;
	color: #800080;
	font-weight:bold;
	}
	
a.green_link:link, a.green_link:visited, a.green_link:active {
	font-style:italic;
	text-decoration: none;
	color: #008000;
	font-weight:bold;
	}
	
a.yellow_link:link, a.yellow_link:visited, a.yellow_link:active {
	font-style:italic;
	text-decoration: none;
	color: #666600;
	font-weight:bold;
	}
	
a.violet_link:link, a.violet_link:visited, a.violet_link:active {
	font-style:italic;
	text-decoration: none;
	color: #8A2BE2;
	font-weight:bold;
	}
	
a.orange_link:link, a.orange_link:visited, a.orange_link:active {
	font-style:italic;
	text-decoration: none;
	color: #b37400;
	font-weight:bold;
	}
	
a.blue_link:link, a.blue_link:visited, a.blue_link:active {
	font-style:italic;
	text-decoration: none;
	color: #203090;
	font-weight:bold;
	}
		
a:link, a:visited, a:active, a.red_link:link, a.red_link:visited, a.red_link:active {
	font-style:italic;
	text-decoration: none;
	color: #800000;
	font-weight:bold;
	}
	
a:hover, a.green_link:hover, a.red_link:hover, a.yellow_link:hover , a.violet_link:hover, a.orange_link:hover, a.blue_link:hover{
	font-style:italic;
	text-decoration: underline;
	color: #000082;
	font-weight:bold;
	}
	
a.menu_link:link, a.menu_link:visited, a.menu_link:active {
	font-style:normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
a.menu_link:hover,a.menu_link_fixed:hover,a.menu_link_fixed:link, a.menu_link_fixed:visited, a.menu_link_fixed:active {
	font-style:normal;
	text-decoration: underline;
	color: #000082;	
	font-weight: bold;
	}
	
a.disabled_link:hover,a.disabled_link:link, a.disabled_link:visited, a.disabled_link:active {
	font-style:normal;
	text-decoration: none;
	color: #000000;	
	font-weight: normal;
	}