body { color: #000; }

p { }

td { color: white; font-size: 13px; font-family: arial; line-height: 18px; }

.black { color: #000; }

a:link { color: #FFFF00; text-decoration: none; }

a:visited { color: #FFFF00; text-decoration: none; }

a:hover { color: yellow; text-decoration: none; }

a:active {
	text-decoration: none;
	color: #FFFF00;
}
.leftpad { padding-left: 8px; }

.leftpadrightwhite { padding-left: 8px; border-right: 3px solid white; }
.topbottomwhite { border-top: 3px solid white; border-bottom: 3px solid white; }
.allpad { padding: 8px 10px 8px 8px; }
.allpadform { color: black; padding: 8px 10px 8px 8px; }
.lineheight { line-height: 25px; }
.toppadform { color: #000; padding-top: 8px; }
.blueback { background-color: #0067c5; }
.whiteback { background-color: white; }

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
}

