@import url("http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css");

@charset "utf-8";

/* CSS Document */

body {
		font-family:Georgia, 'Times New Roman', Times, serif; 
		padding-top:10px;
		font-variant: normal;
}


h1 {

		font-family:Georgia, 'Times New Roman', Times, serif; 
		font-variant:small-caps; 
		text-align:center; 
		color:#7e97ca;
		font-size:28px;
		letter-spacing: 5px;
		font-weight:400;

	}

	

h2 {
		font-size:22px;
		font-family:Georgia, 'Times New Roman', Times, serif; 
		font-weight:100;
		margin:0;
		margin-bottom:15px;
		margin-left:-10px;
		font-style:italic;

}

	

.maintxt {
	text-align:justify; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-indent:20px;
	font-weight: lighter;
	font-size:.9em;
	line-height:1.7em;
	margin-top: 5px;
}

.subpage {
	line-height: 1.5em;	
}

.subhead {
		text-transform: uppercase; 
		margin-bottom:5px; 
		font-size:1.2em;
		font-style:normal;
		color:#7e97ca;
}

.soldpgsubhead {
		text-transform: normal;; 
		margin-bottom:5px; 
		font-size:1.1em;
		font-style:normal;
		color:#7e97ca;
}

a:link   			{ color:#7E97CA; text-decoration:underline; }
a:visited      		{ color:#7E97CA; text-decoration:underline; }
a:hover             { color:green; text-decoration:underline; }
a:active            { color:blue; text-decoration:underline; }


