@charset "UTF-8";
body {
	margin: 0px;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
.basic_text_white {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
}
.basic_text_bold_white {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
}
.quoted_text_small_white {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.basic_text_black {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	background-color: #FFFFFF;
}
.basic_text_news_sm_black {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	background-color: #FFFFFF;
}
.basic_text_news_sm_bold_black {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 13px;
	background-color: #FFFFFF;
}
.basic_text_news_sm_black_no_span{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	background-color: #FFFFFF;
	white-space: nowrap;
}
.basic_text_news_sm_bold_black_no_span {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 13px;
	background-color: #FFFFFF;
	white-space: nowrap;
}
.basic_text_bold_black {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	background-color: #FFFFFF;
}
.basic_text_sm_red {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 18px;
	background-color: #FFFFFF;
}
.contact_bg {
	background-image: url(images/contact/contact_bg.gif);
	background-repeat: no-repeat;
}
.links_bg {
	background-image: url(images/links/links_bg.gif);
	background-repeat: no-repeat;
}
.press_reviews_top_bg {
	background-image: url(images/press_reviews/press_reviews_top_bg.gif);
	background-repeat: no-repeat;
}
.press_reviews_middle_bg {
	background-image: url(images/press_reviews/press_reviews_middle_bg.gif);
	background-repeat: repeat-y;
}
.fine_arts_top_bg {
	background-image: url(images/fine_arts/fine_arts_top_bg.gif);
	background-repeat: no-repeat;
}
.fine_arts_middle_bg {
	background-image: url(images/fine_arts/fine_arts_middle_bg.gif);
	background-repeat: repeat-y;
}
.bio_top_bg {
	background-image: url(images/bio/bio_top_bg.gif);
	background-repeat: no-repeat;
}
.bio_middle_bg {
	background-image: url(images/bio/bio_middle_bg.gif);
	background-repeat: repeat-y;
}
.cuckoo_comics_top_bg {
	background-image: url(images/cuckoo_comics/home/cuckoo_comics_top_bg.gif);
	background-repeat: no-repeat;
}
.cuckoo_comics_welcome_bg {
	background-image: url(images/cuckoo_comics/home/cc_welcome_bg.gif);
	background-repeat: repeat-y;
}
.purchase_comics_top_bg {
	background-image: url(images/purchase_comics/cc_purchase_comics_top_bg.gif);
	background-repeat: no-repeat;
}
.purchase_comics_middle_bg {
	background-image: url(images/purchase_comics/cc_purchase_comics_middle_bg.gif);
	background-repeat: repeat-y;
}
.purchase_comics_bottom_bg {
	background-image: url(images/purchase_comics/cc_purchase_comics_bottom_bg.gif);
	background-repeat: no-repeat;
}
.the_play_top_bg {
	background-image: url(images/the_play/cc_the_play_top_bg.gif);
	background-repeat: no-repeat;
}
.lisa_explains_bg {
	background-image: url(images/lisa/lisa_explains_bg.gif);
	background-repeat: no-repeat;
}


