body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	
}

.grainpro_selection{	/* Styling question */
	/* Start layout CSS */
	color:#cccccc;
	font-size:12px;
	font-family: Verdana;
	/*background-color:#5b851a;*/
	width:603px;
	margin-bottom:0px;
	margin-top:5px;
	padding-left:2px;
	/*background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;*/
	background-position:top right;	
	height:25px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.grainpro_selectioncont{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #aaaaaa;
	background-color:#0F0F0F;
	width:603px;
	color:#FFFFCC;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.grainpro_selection_content{	/* Content that is slided down */
	padding:10px;
	font-size:12px;	
	position:relative;
}

