﻿body
{
	margin:0px;
	
}
.MainBgColor
{
	background-color:#f5f4f4;
}
.MainBgColor1
{
	background-color:#C0C0C0;
}
.WhiteBgColor
{
	background-color:#ffffff;
}
.BlueBgColor
{
	background-color:#99CCFF;
}
.ContentPart
{
	padding:15px;
}
.MainHeading
{
	font-family:Arial;
	font-size:x-large;
	font-weight:bold;
}
.BoldText
{
	font-family:Verdana,Arial;
	font-size:13px;
	font-weight:bold;
}
.NormalBoldText
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}
.GrayHR
{
	background-color:#333333;
}
.Text
{
	font-family:Verdana;
	font-size:13px;
}
.TextField
{
	font-family:Verdana;
	font-size:13px;
	width:178px;
	font-weight:normal;
}
.BoldErrText
{
	font-family:Verdana,Arial;
	font-size:13px;
	font-weight:bold;
	color:Red;
}
.JustLink
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:blue;
	text-decoration:underline;
}
.JustLinkBlue
{
	font-family:verdana;
	font-size:12px;
	color:#60a5ea;
	text-decoration:underline;
}
.BoldLink
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:blue;
	text-decoration:underline;
}
.StrikeText
{
	text-decoration:line-through;
}
.BoldWhiteText
{
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
}
.BlueUnderLine
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#000080;
	text-decoration:underline;
}
.LogoLeftPadding
{
	padding-left:20px;
}
.AltHead
{
	background-color:Yellow;
}
.SmallText
{
	font-family:Verdana;
	font-size:10px;
}
