body {
	
	margin:0px;
}
.NormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.SmallText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: Underline;
}
.MainLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.MainLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: Underline;
}
.BoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003972;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 1px;
}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 21px;
	background-repeat: repeat;
	border: 1px solid #000066;
	background-color: #054585;

}

.TextFiled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #EAF5FD;
	border: 1px solid #9BB1C1;
	width:250px;
}

.BottomLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.BottomLinks :hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: Underline;
	
}.SmallLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014D76;
	text-decoration: none;
	font-weight: normal;
}
.SmallLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014D76;
	text-decoration: underline;
	font-weight: normal;
}
.AltColor1 {
	background-color: #EEF8FD;
}
.AltColor2 {
	background-color: #D9ECF5;
}
.JustLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #024467;
	text-decoration: none;
	line-height: 22px;

}

.JustLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #024467;
	text-decoration: underline;
	line-height: 22px;
}
.JustLinksBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #024467;
	text-decoration: none;
	line-height: 22px;

}
.JustLinksBold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #024467;
	text-decoration: underline;
	line-height: 22px;
}

.TableHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0px 0px;
}

.TableHeadingNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #01507B;
	height: 25px;
}

.PageHeading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003972;
	text-decoration: none;	
}

.RedBoldText /* Apply this style to indicate some text in bold font... dont do inline <b> hi </b>*/
{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	/*color:#7f7f7f;*/
	color:RED;
	text-decoration:none;
}
.CreateBox /*give this style to table to create box*/
{
	border:solid 1px #01507B;
	background-color:White;	
}

.RowSeperator
{
	background:#21598f;
}

.RowOver
{
	font-style:inherit;
}
.RowOver:hover
{
	border-color:Blue;
	border-width:1px;
	border-style:groove;	
}

.NoFound
{
	font-family:Arial;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:Black;
	text-decoration:none;	
}
.WaterMarkTxt
{
	background-color:#e4ebf5;
	color:#a6a6a6;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;	
	width:250px;
}