/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #3AB63E;
	letter-spacing: 0.12em;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #CD2427;
	font-style: italic;
}
.base_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #CD2427;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000000;
}
.image_pad {
	padding-bottom: 0.6em;
}
.dotted {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.dotted_vertical {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.dotted_top {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.sub_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
}
.panel_bg {
	background-image: url(images/panel_texture.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.left_repeat {
	background-image: url(images/border_left_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.right_repeat {
	background-image: url(images/border_right_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.video_frame {
	background-image: url(images/pg_frame.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.credit_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: italic;
	line-height: 1em;
}
.video_frame_ext {
	background-image: url(images/pg_frame_extended.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

