@charset "utf-8";
/* CSS Document */

.footer {
		clear:both;
		margin-top:30px;
		color:#666;
		font-family: 'Sintony', arial, sans-serif;
		font-size: 9pt;
		font-weight:normal;
}

.footer td {
		vertical-align:top;
		text-align:left;
}

.footer h1 {
	font-family: 'Lily Script One', georgia, cursive;
	font-size:17px;
	font-weight:200;
	color:#999;
	margin:0px;
	padding-left:10px;
}

.footer ul {
	list-style:none;
	list-style-type: none;
	margin: 0px;
	padding-left:1em;	
}

.footer li {
	margin-left: -15px;
    position:relative;      /* positioning context for bullet */
	padding-left:1em;
}



.footer a:link, a:active, a:visited {
	color:#666;
	text-decoration:none;
}

.footer a:hover {
	color:#CCC;
	text-decoration:underline;
}

.footer form {
	font-size:85%;
}

.footer input {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:8pt;
	color:#333;
	background-color:#CCC;
	border:#333 1px solid;
	border-radius: 5px 5px;
	padding:0 5px 0 5px;
	margin:3px 0 0 0;
}

.footer #footerSectionCompany{
	width:20%;
	min-width: 150px;
	text-align:left;
	text-shadow:#000;
}

.footer #footerSectionSigns {
	width:300px;
	margin:0 auto;
}


.footer img ,.sponsoringLogos img {
	margin:0;
	border:0;
}

 