/* CSS Document */

#body {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; MARGIN: 0px auto; BORDER-LEFT: black 1px solid; WIDTH: 500px; BORDER-BOTTOM: black 1px solid
}

#question1 {background-color: rgb(244, 239, 233);}
#question2 {background-color: rgb(244, 239, 233);}
#question3 {background-color: rgb(244, 239, 233);}
#question4 {background-color: rgb(244, 239, 233);}
#question5 {background-color: rgb(244, 239, 233);}
#question6 {background-color: rgb(244, 239, 233);}
#question7 {background-color: rgb(244, 239, 233);}
#question8 {background-color: rgb(244, 239, 233);}
#question9 {background-color: rgb(244, 239, 233);}

.question {
	cursor: pointer; 
	cursor: hand;
	WIDTH: 500px
}

.question P {
	MARGIN: 10px
}

.expandlink {
	background-image:url(../../images/moreBack.gif);	
	background-repeat:no-repeat;
	border: 1px solid rgb(196, 173, 123); 
	padding: 3px; 
	background-color: rgb(214, 197, 161); 
	width: 145px; 
	text-align:center;
	MARGIN-BOTTOM: 5px;
}

.expandlink A {
	COLOR: black; TEXT-DECORATION: none
}

