h1, h2, h3, p, a, form, input, body{
	margin:0;
	paddding:0;
} 

a{
	outline: none;
	text-decoration:none;	
}


.normalText,
.normalSmall a:link, 
.normalSmall a:visited,
label,
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	padding-bottom: 12px;
	padding-top: 6px;
}

.normalText a:hover{
	color: #0099FF;
	text-decoration: line-through;
}

.normalSmall, 
.normalSmall a:link, 
.normalSmall a:visited{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.normalSmall a:hover {
	color: #0099FF;
}




.normalTextJust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	line-height: 18px;

}
.normalTextHead,
h4, h3, h2, h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3399;
	text-align: center;
	
	padding-bottom: 4px;
	padding-top: 22px;		
}

h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #0099FF;
}
h3 a:hover{	
	text-decoration:none;		
}


 .underline {
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
	border-bottom-color: #000000;
} 
.normalTextHeadUnderline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.normalTextHeadBlack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.normalTextBlue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
}
.imgBorder {
	border: 1px solid #999999;
}
.normalTextRightJust {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666666;
	text-align: right;
	line-height: 18px;
}
#rule {
	height: 0px;
	width: 100%;
	margin-top: 22px;
	margin-bottom: 22px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}



.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color : #0099FF;
	font-weight: bold;
}
