/* CSS Document */
p, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

h2.intro {
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	font-weight:bold;
	padding:0 0 16px 0;
}

p {
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	padding:0 0 16px 0;
}

a, a:link, a:visited {
	color:#ffdd02;
	text-decoration:none;
	outline: none !important;
}

a:hover, a:active {
	text-decoration:underline;
	outline: none !important;
}

.yellow {
	color: #ffdd02;
}

.formError, #notifyError {
	color: red;
	font-size:12px;
}	

p.small {
	font-size: 10px !important;
	line-height: 14px !important;
}

.white, .white li {
	color: white !important;
}


.black {
	color: black;
}

.center {
	text-align: center;
}

.rule {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}

