#content .text {
	padding: 30px 50px;
}
#content .text h2 {
	
}
#content .text p {
	line-height: 18px;
}
#content .text li {
	line-height: 18px;
}
#content .text h3 {
	padding: 10px 10px 0px 10px;
	display: block;
	font-size: 16px;
}
#content .text h3.captionLight {
	color: #FF6B25;
}
#content .text h3.captionDark {
	color: #662D91;
}
#content .text h3.captionLight a {
	color: #662D91;
}


/*
 *	***************** contact **************************************
 */




table.contactForm {
}
table.contactForm th {
	width: 160px;
	text-align: right;
	vertical-align: top;
}
table.contactForm td {
	text-align: left;
}
table.contactForm th, table.contactForm td {
	padding: 4px;
}
table.contactForm td.contact {
	text-align: center;
}
table.contactForm td.contact div select {
	font-family: Arial;
	font-size: 10pt;
	width: 224px;
}
table.contactForm td.contact div select option {
	font-family: Arial;
	font-size: 10pt;
}
table.contactForm td.contact div input {
	font-family: Arial;
	font-size: 10pt;
	width: 220px;
}
table.contactForm td.contact div textarea {
	font-family: Arial;
	font-size: 10pt;
	width: 220px;
	height: 120px;
}

table.contactForm td.contact p {	/* descriptions fields */
	font-size: 8pt;
	display: block;
	text-align: left;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.contactForm td.contact span {	/* stars */
	color: red;
	font-size: 8pt;
}
table.contactForm td.contact form .submit {
	border: 1px;
	background-color: #6F6868;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 10px;
	padding: 2px 4px 2px 3px;
	width: 100px;
}
/* INCORRECT FORM START */
table.contactForm td.contact form p.error { /* blad*/
	font-size: 11px;
	color: #EF2700;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
table.contactForm td.contact form input.error { /* blad*/
	border: 2px solid #EF401D;
	background-color: #FFCABF;
}
table.contactForm td.contact form textarea.error { /* blad*/
	border: 2px solid #EF401D;
	background-color: #FFCABF;
}
/* INCORRECT FORM END */



/*
 *	***************** contact end **************************************
 */

#content .text ol#regulations	{
	text-align: left;
	margin: 10px 40px; padding:0px;
	display:block;
	list-style-type: decimal;
	padding: 0px 22px;
}
#content .text ol#regulations li	{	
	padding: 0px; 
	margin: 9px 3px;
	line-height: 16px;
}
#content .text ol#regulations {
	text-align: left;
	margin-right: 5px;
	list-style-type: upper-roman;
}
#content .text ol#regulations ol {
	list-style-type: decimal;
}
#content .text ol#regulations ol ol {
	list-style-type: circle;
}
#content .text ol#regulations li	{	
	padding: 0px; 
	margin: 15px 0px 0px 0px;
	line-height: 16px;
	font-weight: bold;
}
#content .text ol#regulations li li	{	
	margin: 5px 0px;
	font-weight: normal;
}
#content .text .rulesFoot	{	
	line-height: 18px;
	text-align: center; 
	margin-top: 20px;
}



