h2  {
		font-weight:bold;
		font-size: 18px;
		margin-bottom:5px;
		color: #666;
}
			
h3  {
	font-weight:bold;
	font-size: 12pt;
	margin-bottom:5px;
	color: #666;			
}


p {
	color:black;
}

p.text {
	font-size: 14px;
	text-align: justify;
	line-height: 1.3em;
	margin-bottom: 10px;
}



p.contact {
	text-align: left;
	margin-top: 10px; 
	margin-bottom: 10px;
}

img.contact-logo {
	
	margin-top: 10px;
		
}

ul.bluedot {
	margin-top: 20px;
	font-size: 14px;
	list-style-image:url(../images/dot.png);
	list-style-position: inside;
	
}
ul.bluedot li {
	margin:0px;
	padding:6px;

	
}

ul.bluedot li a {
	color:#444;
	text-decoration:underline;	
}

a img {
	border: none;
}
div.validation-advice {
	font-size: 11px;
	color: red;
	
}

div.green-button {
	background: transparent url(../images/buttons/button-785.png) no-repeat 0 0;
	height: 45px;
	width: 120px;
	margin:30px auto;
	display: block;
}

div.green-button:hover {
	background: transparent url(../images/buttons/button-786.png) no-repeat 0 0;
 }

