/*

	CSS of OAS STAFF Federal Credit Union
	November, 2007
	(c) 2007 American Technology Services
	XHTML/CSS by Todor Iliev

*/


#content h1, #content PageTitle {
	position: absolute;
	font-size: 170%;
	/*color:#263947;*/
	/*color: #c3d4de;*/
	color: #dcdfc9;
	/*color: #fbfbf9;*/
	/*color: #eef0e5;*/
	/*color:#e1e4d2;*/
	margin: -55px 0 0 0;
	}

#content h2, #content Header2 {
	color:#678fa9;
	font-size: 130%;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h3, #content Header3 {
	color:#9ba265;
	font-size: 110%;
	margin: 0;
	padding: 0;
	}
	
.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}
	
.underline {
	text-decoration: underline;
	}
	
.smallCaps {
	font-variant: small-caps;
	}

.footnote {
	font-size: 75%;
	}