/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 
{ 
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 
{ 
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3
{ 
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 15px;
}
h4
{ 
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #212483;
	margin-top: 20px;
	margin-bottom: 15px;
}
.style1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}
.style2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #525252;
}
.style3 {color: #333333}
.validateError {
background-color: #C8E0EA;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.name {
display:none;
}