/* CSS for the carolinetheatre.org website. */
	
body {
	font-family: verdana;
	/* background: #ffffff url(./images/bg.jpg) repeat; */
	margin: 0;
	}

.mainhead {
	font-size: 14pt;
	color: black;
	font-weight: bold;
	text-align: center;
	}

.maintext {
	font-size: 10pt;
	color: black;
	}
	
.changemainhead {
	font-size: 14pt;
	color: red;
	font-weight: bold;
	text-align: center;
	}	

.subhead {
	font-size: 12pt;
	color: black;
	font-weight: bold;
	text-align: center;
	}

.subtext {
	font-size: 9pt;
	color: black;
	}
	
.changesubhead {
	font-size: 12pt;
	color: red;
	font-weight: bold;
	text-align: center;
	}

.navigation {
	font-size: 8pt;
	font-weight: bold;
	color: white;
	}

.navigation a {
	color: white;
	text-decoration: none;
	}

.navigation a:hover {
	text-decoration: underline;
	}

.filler {
	font-size: 1pt;
	}
	
.required {
	color: red;
}
.indent1{
	margin-left:15px;
}
.indent2{
	margin-left:30px;
}
.indent3{
	margin-left:45px;
}
