/* CSS Document */

body {
	background-color: #99ccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;

}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
}
.subtitle2 {

	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006633;
}
.bluetitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #000099;
}
.greentitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #006633;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-align: center;
}
.textnav {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/* properties for all input elements */
textarea {
    font-family: Arial, sans-serif;
    font-size: 11px;
}
input {
    font-family: Arial, sans-serif;
    font-size: 13px;
}
/* properties for headers */
.hdr, h1 {
    color: #994BC2;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}
/* vedit - vertical table (signup, profile edit) */
.vedit {
    background-color: #F0F0F0;
}
/* vedit - usual column (right) */
.vedit td {
    padding: 10px;
    padding-left:  15px;
    background-color: #ffffff;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px;
    padding-right: 15px;
    text-align: right;
    background-color: #cccccc;
    font-weight: normal;
}
/* hedit - horizontal table (payments list) */
.hedit {
    background-color: #F0F0F0;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    background-color: #C0B9C0;
}
h2 {
	color: #994BC2;
}
label {
	font-size: 12px;
	color: #994BC2;
}
th {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.meditations {
	font-size: 12px;
	font-style: italic;
	color: #660099;
	margin: 5px 20px;
	padding: 5px 20px;
}
p {
	font-size: 14px;
}
