﻿/* CSS styles */

.CorporateDetail{
font-family:verdana;
font-size:small;
font-style:normal;
color:navy;
text-align:center;
}

.firstPara{
font-size:medium;
font-weight:bold;
}

.fancy{
font-family:Verdana;
font-size:larger;
font-weight:bold;
	}
}
.address {
	font-family: "Browallia New";
}

p {
	text-align: center;
	font-family:verdana;
}

.leftPara{
	
	text-align:left;
}
.rightPara{
	
	text-align:right;
	/*float:right;*/
}
.centre{
	float:none;
}
.floatright{
	float:right;
	clear:right;

}
.floatleft{
	float:left;
}
.clear{
clear:both;
text-align:center;
}
