body {
	background-image: url(bg2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #042153;
	font-style: normal;
	font-weight: normal;
}

table.result {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.result th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}
table.result td {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}

.line1 {
	background-color: white;
}

.line2 {
	background-color: beige;
}


.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #042153;
	font-style: normal;
	font-weight: bold;
}
.result2 {
	background-color: #317082;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.categ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #042153;
	font-style: normal;
	font-weight: normal;
}



A   	{ color: #000000; text-decoration: none; }
A:link	{ color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:active { color: #000000; text-decoration: none; }
A:hover	{ color: blue; text-decoration: underline; }

.title {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #042153;
}


.info { 
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}


.image{
padding:2px;
      }
.imbord{
padding:1px;
	border-style:outset;
	border-color: black;
	border-width:1px;
      }
.style1 {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-variant: normal;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
A.footer   	{ color: #000000; text-decoration: none; }
A.footer:link	{ color: #000000; text-decoration: none; }
A.footer:visited { color: #000000; text-decoration: none; }
A.footer:active { color: #000000;  text-decoration: underline;}
A.footer:hover	{ color: maroon;  text-decoration: underline;}



.dhweb_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
A.dhweb_question:hover	{ color: maroon;  text-decoration: underline;}
.dhweb_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhweb_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('/corne/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #575757; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #575757;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	padding-left: 2px;             /* YCC: all texts at some distance of the left border */
	padding-right:2px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0;}    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
