TABLE, TEXTAREA, INPUT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color:#555556;
}

span.largefilename {
    font-size: 16px;
    font-weight: bold;
}

span.large1filename {
    font-size: 15px;
    color:#555556;
    font-weight: bold;
}

h1 {
 font-size: 18px; 
 color: #555556;
 font-weight: bold;
 margin:0px;
}

DIV.quote {
    border: 1px solid black;
    font-size: 12px;
    width: 95%;
}

TABLE.borderx {
    border: 3px solid #CDD0D9;
    border-collapse:collapse;	
}

TABLE.border {
    border: 1px solid #CDD0D9;
    border-collapse:collapse;	
}

td.questionoptions {
    background-color: #FBFCFE;
    color: #555556;
    font-size: 13px;
}

td.header {
    background-image: url(./images/row_bg.gif);
    font-size: 16px;
    font-weight: bold;
}

td.lightheader{
    color: #5E5E5E;
    font-size: 16px;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background-image: url(./images/row_bg.gif);
    background-color: #EAEAF4;
    color: #555556;
    text-align: right;
    font-weight: bold;
    padding:1px;
}

span.small {
     font-size: 13px;
     font-weight: normal;
}

span.small_soft {
     font-family: tahoma;
     font-size: 12px;
     font-weight: bold;
     margin:1px;
}

span.titer {
     font-size: 15px;
     font-weight: bold;     
}

span.titer_soft {
     font-size: 12px;
     font-weight: bold;     
}

span.navbar_titer {
     color:#FF8400;
     font-weight: bold;         
}

BODY {
     margin:0; 
     font: 11px Verdana;
     color:#000000;
     background-color: #EAEAF4;     
} 

tr.titel_pug {
     font-size: 15px;
     font-weight: bold; 
}

tr.titel_pug2 {
     background-image: url(./images/lise_ghanou.gif);
     font-size: 15px;
     font-weight: bold;     
}

tr.sectionheader, td.sectionheader {
     background-image: url(./images/row_bg.gif);
     background-color: #EAEAF4;
     color: #555556;
     text-align: center;
     font-weight: bold;
     padding:3px;

}

tr.section, td.section {
     background-color: #CDD0D9;
     color: #555556;
     padding:8px;
   
}

.forminput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #FF0000;
	font-family:verdana;
	font-size:13px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #000000;
	font-family:verdana;
	font-size:14px;
	padding:2px;
	width:95%;
}

a:link {
	color:#535F87;
	text-decoration:none;
}

a:active {
	color:#535F87;
	text-decoration:none;
}

a:visited {
	color:#535F87;
	text-decoration:none;
}

a:hover {
    color: #A3AEC4;
}

a.edit:link, a.edit:active, a.edit:visited {
font-size: 13px;
    color: #535F87;
    text-decoration: none;
}

a.edit:hover {
    font-size:13px;
    color: #535F87;
    text-decoration: underline;
}