body{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
	color: Black;
	background-image: url(images/BackGround.gif);
}

a{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: Black; 
	text-decoration: underline;
}

.top-left { 
	margin-right: 9px; 
	background-image: url('images/corners1280x18grey.gif');
	height: 9px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
	}
.top-right { 
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url('images/corners1280x18grey.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 9px; 
	font-size: 2px; 
	}

.inside {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	background: #ffffff;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	font: Arial, Verdana, Tahoma;
	}
.notopgap {
	margin-top: 0;
	}
.nobottomgap {
	margin-bottom: 0;
	}
.bottom-left { 
	margin-right: 9px;
	background-image: url('images/corners1280x18grey.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
	}
.bottom-right { 
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url('images/corners1280x18grey.gif'); 
	background-position: 100% -9px; 
	height: 9px; 
	font-size: 2px; 
	}
/* here general styles, nothing to do with liquid corners */
.IntroFonts{
	font-family: Arial;
	font-size: 12px;
	color: Navy;
	font-weight: bold;	
}
.FieldTitle{
	font-family: Arial;
	font-size: 10px;
	color: Navy;
	font-weight: bold;	
	
}
.FormTitle{
	font-family: Arial;
	font-size: 16px;
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;	
	
}
.FormFields{
	font-family: Arial;
	font-size: 10px;
	color: Maroon;
	font-weight: bold;
	width: 160px;
}
.FormTextFields{
	font-family: Arial;
	font-size: 10px;
	color: Maroon;
	font-weight: bold;
	width: 328px;
}
.FormButtons{
	font-family: Arial;
	font-size: 10px;
	color: Navy;
	font-weight: bold;
}

.scrolldiv {
	background: #fffff0;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	font: Arial, Verdana, Tahoma;
   height: 300px;
  	overflow-y : scroll; 
	overflow-x : hidden;
	font-size: 12px;
}
.ftitle {
	background: #FFFFE1;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	font: Arial, Verdana, Tahoma;
	font-size: 12px;
}
.question {
	background: #FFFFD0;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	font: Arial, Verdana, Tahoma;
	font-size: 12px;
}
.answer {
	background: #FFFFAA;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	font: Arial, Verdana, Tahoma;
	font-size: 12px;
}
