@charset "UTF-8";

.certificateBack {
	background-color: #DAEFF1;
	background-image: url(images/yin_yang.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #90C1B1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}

.heading1 {
	font-size: 18px;
	font-weight: bold;
	color: #87B8A3;
	font-variant: small-caps;
}
.heading2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #6D6B59;
}
.heading3 {
	text-transform: uppercase;
	color: #BF495E;
	font-weight: bold;
}
a {
	color: #D15E69;
	text-decoration: underline;
}
a:hover {
	color: #89BDA7;
	text-decoration: underline;
}

.indent {
	margin-left: 30px;
}
.alignRight {
	padding-bottom: 6px;
	padding-left: 6px;
}

.tableBorder {
	border: 1px solid #90C1B1;
}
