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

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

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

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

#remember {
	list-style-image: url(../images/teens/bul_r.gif);
}

#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;
}

#title {
	padding-bottom: 15px;
}


/* 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;
}


/* QUOTE TOGGLE */
div#quote01 {display: none;}
div#quote02 {display: none;}
div#quote03 {display: none;}
div#quote04 {display: none;}
div#quote05 {display: none;}
div#quote06 {display: none;}
div#quote07 {display: none;}
div#quote08 {display: none;}
div#quote09 {display: none;}

div#quote01b {display: none;}
div#quote02b {display: none;}
div#quote03b {display: none;}
div#quote04b {display: none;}
div#quote05b {display: none;}
div#quote06b {display: none;}
div#quote07b {display: none;}
div#quote08b {display: none;}
div#quote09b {display: none;}

#navbg {
	background-image: url(../images/teens/loop_l.gif);
	background-position: left;
	background-repeat: repeat-y;
}