/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.heading-Green{
	font-family:"Myriad Pro", Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#390;
}
.heading-White{
	font-family:"Myriad Pro", Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.textGrey{
	font-family:"Myriad Pro", Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}


.error{
	font-family:"Myriad Pro", Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#F00;
}
