﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	border-style: none;
	border-width: medium;
	margin: 0;
	padding :0px 0px 0px 0px;	
}

/*Message Box*/

.MsgBoxArea
{
	height: auto;  
	padding: 95px 200px 70px 110px;
	margin-top: 20px; 
	background: #f1f1f3 url('images/TextCornner.jpg') no-repeat left top;
	color: #2E4d7B;
	font-family:Arial;
	font-size: 1.2em;
	font-weight:normal;
	text-transform:none ; 
	width:auto;
}

#LblDescrpt
{
	line-height: 18px;
	text-align: justify;
}

#LblSchmName
{
	line-height:23px;
	text-align:justify;
}

/*
#DDLFundCentAlign
{
	text-align:center;
}
*/

