@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}	
.transparent_class {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}#holy_trinity {
	padding: 10px;
	margin-top: 10px;
	font-size: 1em;
	font-family: Calibri, Arial, sans-serif;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#clear {
	clear: both;
}

h1 {
	font-size: 150%;
	color: #0BCC00;
	margin-bottom: 20px;
}
h2 {
	font-size: 135%;
	color: #0BCC00;
}
h3 {
	font-size: 115%;
	color: #0BCC00;
}
.fltrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tr_heading {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: #000000;
	background-color: #AED5FF;
}
.shade {
	background-color: #C4E0FF;
}
