body {
	margin:0;
	text-align:center;
	/* background:url(../images/body_repeat.png) top center repeat-y #AEAFB0; */
	background:url(../images/angel_background2.png) fixed bottom center no-repeat #AEAFB0;
	color:#fff;
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	/* height:100%; */
}

body#index {
	background:url(../images/body_repeat.png) top center repeat-y #AEAFB0;
}

p, td, h1, h2, h3, h4, li, dt, dd { line-height:125%; }

a { 
	color:#fff;
	text-decoration:underline;
	outline:none;
}

a:hover { color:#000; }
a img { border:none; }

h1, h2, h3, h4, h5 {
	color:#fff;
	margin:0.4em 0;
}

p { margin:0.8em 0 }

h2 { font-size:24px; margin:0 0 0.5em 0 }
h3 { font-size:19px; }
h4 { font-size:15px; }

/* h2 + p, h4 + p { margin-top:0.3em; } */

.underline { border-bottom:1px solid #AAE0F9; }
.note { color:#AAE0F9; }
.small { font-size:12px; }
.tiny { font-size:11px; }
.clear { clear:both; }
.date { font-size:12px; color:#AAE0F9; }
.right { float:right; margin:1em 0 1em 1em }
.right img, img.right { border:1px solid #ccc; }
.hilite { color:#000; }

hr { height: 1px; color: #4ec2f0; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #4ec2f0; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #4ec2f0; border: 0px solid #4ec2f0; } /* For Opera and Gecko-based browsers */

th, td { padding:0.3em 1em 0.3em 0; text-align:left; vertical-align:top }
th { padding-top:1em }
table { border-spacing:0 }
caption { text-align:left; }
address { font-style:normal; }

.pdf {
	padding-left:20px;
	background:url(../images/pdf.gif) center left no-repeat transparent;
	line-height:1.6em;
}

.error {
	border:1px solid red;
	padding:0.5em;
	color:red;
}

.sub_heading {
	font-weight:bold; 
	color:#424443;
}

blockquote p {
	font-weight:bold;
}

blockquote p.quoted {
	color:#AAE0F9;
	font-weight:normal;
}