/* (c) Juris Sitcs, 2009  */
/* Web page style sheet */

.style_h1 {	font-family: 	arial;
		font-size:   	20pt;
		font-weight:   	bold;
		color:       	#006600;
		text-decoration:none;
		text-align:	center;
                margin-top:	12px;
                margin-bottom:	24px;
}

.style_h2 {	font-family: 	arial;
		font-size:   	14pt;
		font-weight:   	bold;
		color:       	#452065;
		text-decoration:none;
		text-align:	left;
                margin-top:	6px;
                margin-bottom:	12px;
                margin-left:	12px;
}

.style_h3 {	font-family: 	arial;
		font-size:   	12pt;
		font-weight:   	bold;
		color:       	#452065;
		text-decoration:none;
		text-align:	left;
                margin-top:	6px;
                margin-bottom:	12px;
                margin-left:	12px;
}

.style_normal {	font-family: 	arial;
		font-size:   	10pt;
		font-weight:   	normal;
		color:       	#452065;
		text-decoration:none;
		text-align:	left;
}

.style_para {	font-family: 	arial;
		font-size:   	10pt;
		font-weight:   	normal;
		color:       	#452065;
		text-decoration:none;
		text-align:	justify;
		margin-top:	6px;
		margin-left:	12px;
		margin-right:	12px;
		margin-bottom:	3px;
		width:		640px;
}
