h1 { 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; 
}
h2 { 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal; 
}
body,p,th,td,li { 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li { 
	padding-bottom: 5px; 
}
th {
	color: #000000;
	font-weight: bold;
	text-align : left;
}
a,a:visited,a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: Blue;
}
.subtitle {
	color: #cFFFcF;
	font-size: 16px;
	font-weight: bold;
}
.highlight {
	color: #000000;
	font-weight: normal;
}
.footer {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small,a.small,a.small:visited,a.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.small:hover {
	color: Blue;
}
.grey {
	color: #A8A8A8;
}
.missing {
	color: #A8A8A8;
	font-style : italic;
}
/* properties for all input elements */
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/* properties for headers */
.hdr, h1 {
	color: Black;
	font-size: 140%;
	font-weight: bold;
}
/* vedit - vertical table (signup, profile edit) */
.vedit {
	background-color: #ffffcc;
	border: #A8A8A8 1px solid;
	border-collapse: collapse;
}
/* vedit - usual column (right) */
.vedit td {
	padding: 10px;
	padding-left:  15px;
	background-color: #ffffcc;
	border: #A8A8A8 1px solid;
}
/* vedit - header column (left) */
.vedit th {
	padding: 10px;
	padding-right: 15px;
	text-align: right;
	background-color: #ffffcc;
	border: #A8A8A8 1px solid;
}
/* hedit - horizontal table (payments list) */
.hedit {
	background-color: #ffff66;
	border: #A8A8A8 1px solid;
	border-collapse: collapse;
}
/* hedit - usual column */
.hedit td {
	padding: 5px;
	background-color: #ffff66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: #A8A8A8 1px solid;
}
/* hedit - header column */
.hedit th {
	padding: 5px;
	background-color: #ffff66;
	border: #A8A8A8 1px solid;
}

/****** Navigation Table ******/
.navTable {
	background-color: #ffff66;
	border: #A8A8A8 1px solid;
	border-collapse: collapse;
}
.navTable th {
	padding: 10px;
	padding-right: 15px;
	text-align: left;
	background-color: #ffff66;
	border: #A8A8A8 1px solid;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold; 
	font-style: italic;
}
.navTable td {
	padding: 10px;
	padding-left:  15px;
	background-color: #ffff66;
	border: #A8A8A8 1px solid;
}
a.navLink,a.navLink:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
}
a.navLink:hover {
	color: Blue;
}

.noborder {
	background-color: none;
	border: none;
}
.noborder th {
	background-color: none;
	border: none;
	padding: 3px;
	padding-right: 0px;
	text-align: none;
}
.noborder td {
	background-color: none;
	border: none;
	padding: 3px;
	padding-left: 0px;
}
.preview-title {
	/* color: #006400; */
	color: #9AFF9A;
	font-style: italic;
}
