@charset "utf-8";
/* CSS Document */


body {
	text-align:left;
	color: #333;
}
.center {
border:1px solid #000;
width:700px;
margin:0 auto;
text-align:left;
}
.style62 {
	color: #CC0033;
	font-weight: bold;
	font-size: 14px;
}
.style71 {font-size: 20px}
.style72 {
	font-size: 14px;
	font-weight: bold;
}
.style76 {font-size: 14px; font-weight: bold; }
.style77 {font-size: 12px}
.style86 {
	font-size: 14px;
	color: #063;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.style89 {
	color: #009900;
	font-size: 28px;
}
.style90 {color: #005FA9}
.style93 {font-size: 14px}
.style54 {font-family: Times New Roman, Times, serif;
	font-size: 14px;
}

/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:275px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:1.2em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
.font18 {
	font-size: 16px;
}
#guide {
	color: #F90;
}
