.normal1 {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 1em;
}
.background {
	background-color: #CCCC99;
	line-height: 1.4;
}
.cellBackground {
	background-color: #FFFFCC;
	line-height: 1.4;
}
.cellBackground2 {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
//	line-height: 1.7;
}

.myTitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
.myTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.20em;
}
.myTitle3 {
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	height: 140px;
}
.myTitle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.5;

}
.normal2 {
        font-family: "Times New Roman", Times, serif;
        text-align: justify;
        font-size: 1em;
		margin-right: 10%; margin-left: 10%;
}
.normal3 {
	     font-family: "Times New Roman", Times, serif;
       	 text-align: justify;
	     font-size: 1em;
}
.indentedNormal {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 10%;
	padding-left: 10%;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

/*********************************
 *
 *	CAPTCHA-Styles
 *
 */
	p.captcha_1,
	p.captcha_2,
	p.captcha_notvalid
	{
		margin-left: 30px;
		margin-right: 20px;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: transparent;
		color: #000000;
	}
	p.captcha_2
	{
		font-size: 10px%;
		font-style: italic;
		font-weight: normal;
	}
	p.captcha_notvalid
	{
		font-weight: bold;
		color: #FFAAAA;
	}
	
	.captchapict
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-style: inset;
		border-width: 1px;
		border-color: #C0C0C0;
	}
	
	#captcha
	{
		margin-left: 30px;
		margin-right: 30px;
		border-style: dashed;
		border-width: 1px;
		border-color: #FFD940;
	}