.body {
			margin: 0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			}

a 		{
			color: #01A54C;
			}

a:hover {
			text-decoration:underline;
			color: #01A54C;
			}

a.smalllink	{
			font-weight : bold;
			color: #146EB5;
			}
			
a.smalllink:hover	{
			color: #0E4A7A;
			}

.heading 	{
			font-weight: bold;
			font-size: 18px;
			color: #FF4200;
			}
			
.subheading 	{
			font-weight: bold;
			font-size: 14px;
			color: #00A44F;
			}

.smallsubheading {
			text-decoration: none;
			font-size: 12px;
			color: #1B4361;
}

.costPerClick {
			font-weight: bold;
			font-size: 11px;
			color : #FF4200;
}

.successMessage {
	color: #017FFF;
}

.errorMessage {
	color: #FF3101;
}

.note {
	font-style: italic;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
