body, td {
	font-family: Verdana;/*"Palatino Linotype";*/
	font-size: 10pt;
}

a.regular {
	text-decoration: none;
	color: black;
}
a.uline {
	text-decoration: none;
	color: black;
}
a.uline:hover {
	text-decoration: underline;
}

a.regular:hover {
	font-weight: bold;
}

a.bolded {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a.subHeading {
	text-decoration: none;
	font-size: 11pt;
	color: black;
}

a.subHeading:hover {
	font-weight: bold;
}

.subMenuLinkOver {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.subMenuLinkOut {
	text-decoration: none;
	background: white;
	color: gray;
}

h3 {
	font-family: Verdana;
}

.warning {
	color: red;
}

.clean {
}
.error {
	background: red;
	color: yellow;
}

/* buttons */
input.button, .buttonLink {
	border: outset 1px;
	color: black;
	background-color: #e2e2e2;
	font-family: Tahoma;
	font-size: 10pt;
}

.buttonLink {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

.heading {
	font-size: 13pt;
}
.grayish {
	background: #E5E5E5; /*ebebeb*/
}

label {
	cursor: pointer;
	cursor: hand;
}
/*
input.button:hover {
	background-color: #ff9900;
}
*/

.image_caption {
	text-align: center;
	background: #EEEEEE;
}

.menu_heading {
    font-weight: bold;
}

.small_text {
	font-size: 8pt;
}
