body {
	margin:0;
	padding:0;
	color:#333;
	font-family:verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

img {
	border: none;
}

h1 {
	color:#008;
	text-align:center;
	font-weight:bold;
}	

h2 {
	color:#008;
	text-align:left;
	font-weight:normal;
}	

h3 {
	color:#333;
	text-align:left;
	font-weight:normal;
	font-style:italic;
}	

blockquote {
	width:270px;
	text-align:center;
	margin:0;
	padding:0;
	font-size:100%;
	letter-spacing:2px;
	line-height:1em;
	color: #959;
}

#siteLogo {
	color:#008;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

#quote {
	margin: 10px;
	padding: 0px;
}

#author {
	margin: 5px;
	padding: 5px;
	color: #999;
	font-size: 60%;
	text-align:center;
	
}


.formError {
	color: red;
}


/*- Site Theme 1 --------- */

h1.theme1 {
	text-align:right;
	color:#627EB7;
	border-bottom:1px solid #BCD2E6;
	margin-bottom: 3em;
}

h2.theme1 {
	color:#BCD2E6;
}

h3.theme1 {
	color:#BCD2E6;
}

/*- Site Theme 2 --------- */

h1.theme2 {
	text-align:right;
	color:#74675B;
	border-bottom:1px solid #84776B;
	margin-bottom: 3em;
}

h2.theme2 {
	color:#84776B;
}

h3.theme2 {
	color:#84776B;
}

/*- Site Theme 3 --------- */

h1.theme3 {
	text-align:right;
	color:#74675B;
	border-bottom:1px solid #84776B;
	margin-bottom: 3em;
}

h2.theme3 {
	color:#84776B;
}

h3.theme3  {
	color:#84776B;
}


