/* HTML TAGS */
body {
	margin: 0px;
	background-color: #71C400;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-image: url(../images/kids/bul.gif);
	color: #3a1d13;
}

/* IDs */
#bodytext {
	padding-left: 10px;
	padding-right: 40px;
}

#bodycell {
	background: url(../images/kids/loop_r.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}

h1 {
	padding-bottom: 15px;
	margin: 0px;
}


/* CLASSES */
.smalltext {
	font-size: 9pt;
}

.remember_title {
	color: #338d1e;
	font-weight: bold;
}

.question {
	font-style: italic;
	color: #0000FF;
	font-weight: bold;
}

.main_title {
	font-weight: bold;
}

.sub_title {
	font-style: italic;
}

.boxtext {
	font-size: 13pt
}

#quote_txt_01 {
	color: #0000FF;
}

#quote_txt_02 {
	color: #FF0000;
}

#quote_txt_01, #quote_txt_02 {
	text-align: left;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	height: 65px;
}

/* hide quote layers (place a \ after the asterix!) */
div#quote01, div#quote02, div#quote03, div#quote04, div#quote05, div#quote06, div#quote07, div#quote08, div#quote09,
div#quote01b, div#quote02b, div#quote03b, div#quote04b, div#quote05b, div#quote06b, div#quote07b, div#quote08b, div#quote09b {
	display: none;
	float: right;
}
/*/ /**/

#quote_area1, #quote_area2{
	position: absolute;
	right: 0px;
	float: right;
	width: 182px;
	/*margin-right:-40px;*/
}

