@charset "utf-8";
.style2 {
	font-size: 14px;
	color: Red;
	font-weight: bold;
	padding-left: 0px;
}

.style4 {
	text-align: left;
}

.style6 {
	text-align: center;
}

.inline-image  {
   display:inline;
   align: left;
}

.text1   {
    vertical-align: text-top;
}

.text2   {
    vertical-align: text-middle;
}

.text3   {
    vertical-align: text-bottom;
}

