.error {
	color:red;
	font-weight:bold;
	}
/***** Section for popup window *****/
.Popup {
	background-color:white;
	z-index:100;
	position:absolute;
	left:150px;
	top:150px;
	width:300px;
	border:thin solid black;
}

.Popup div {
	padding: 3px 3px 3px 3px;
	background-color:#D5C5A0;
	border-bottom:thin solid black;
	color:#03381E;
	width:294px;
	font-weight:bold;
}

.Popup div a {
	float:right;
	font-weight:normal;
	text-decoration:none;
	color:#03381E;
	border:thin solid black;
	padding:0px 2px 0px 2px
}

.Popup div a:hover {
	background-color:#03381E;
	border:thin solid white;
	color:white;
}

.Popup p {
	margin-top:0px;
	padding:10px 5px 10px 5px;
	text-align:center
}	

/***** End of Section for popup window *****/
	
/***** Section for the FAQ *****/
.FAQTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004731;
	font-weight:bold;
	font-size:1.2em
}

.FAQEmphasis {
	font-weight:bold;
}

.FAQAddress {
	font-weight:bold;
	text-align:center;
}

.FAQParagraph {
	text-align:justify;
	padding:0px 10px 0px 10px
}

/***** End of Section for the FAQ *****/


/***** Section for the Disclaimer *****/
.disclaimer_h1 {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

.disclaimer_h2 {
	font-weight:bold;
}
/*** End of section for the Disclaimer ***/

/***** Section for the individual statement *****/

.note {
	text-align:justify;
	font-style:italic;
}

.sideNote {
	text-align:justify;
	font-style:italic;
	font-size:0.8em;
}

.endNote {
	text-align:center;
	font-weight:bold;
}

/***** End of section for the individual statement *****/