body
{
	margin: 0px;
	background-image: url(Images/Background.jpg);
}

.Heading
{
	font-size: 11px;
	color: #4f4f4f;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.Heading_1
{
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.MenuArrow
{
	background-position: center top;
	background-image: url(Images/MenuArrow.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: white;
	font-family: Arial;
	background-color: #0383a3;
	vertical-align: middle;
	text-align: center;
}

.MenuText
{
	font-size: 11px;
	color: white;
	font-family: Arial;
	background-color: #0383a3;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.MenuNoArrow
{
	font-size: 11px;
	color: white;
	font-family: Arial;
	background-color: #0383a3;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

.MenuSeparator
{
	background-image: url(Images/MenuSeparator.jpg);
	background-repeat: no-repeat;
	width: 1px;
	height: 29px;
}

.FooterSeparator
{
	background-image: url(Images/FooterSeparator.jpg);
	background-repeat: no-repeat;
	width: 1px;
	height: 23px;
}

.ExportHeading
{
	font-size: 16px;
	text-transform: capitalize;
	color: #16404e;
	font-family: 'Arial Narrow';
}

.TextNormal
{
	font-size: 10px;
	color: #3a3c3d;
	font-family: Verdana;
	line-height: 12px;
}

.TextSmall
{
	font-size: 9px;
	color: #3a3c3d;
	font-family: Verdana;
	line-height: 12px;
}

.TextItalic
{
	font-size: 10px;
	color: #3a3c3d;
	font-family: Verdana;
	line-height: 12px;
	font-style: italic;
}

.TextBold
{
	font-size: 10px;
	color: #3a3c3d;
	font-family: Verdana;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
}

.HeadingBlue
{
	font-size: 10px;
	color: #143D4A;
	font-family: Verdana;
	font-weight: bold;
	line-height: 11px;
}

.WhiteText
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
}

.WhiteItalicText
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
	font-style: italic;
}

.MainBackground
{
	background-image: url(Images/VerticalGrey.jpg);
	background-repeat: no-repeat;
}

.Welcome
{
	font-size: 24px;
	color: #3e7a9d;
	font-family: Arial;
}

.HeadingSmall
{
	font-size: 16px;
	color: #143d4a;
	font-family: Arial;
	font-weight: bold;
}

.ArrowList
{
	list-style-position: outside;
	list-style-image: url(Images/Arrow.jpg);
	font-size: 10px;
	color: #3a3c3d;
	font-family: Verdana;
	line-height: 12px;
	padding-left: 0px;
	margin-left: 16px;
}

.vDots
{
	width: 1px;
	height: 34px;
	background-image: url(Images/vDots.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.TextPage
{
	text-decoration: underline;
	font-size: 10px;
	color: #3a3c3d;
	font-family: Verdana;
	line-height: 12px;
}

.TextLink
{
	text-decoration: none;
	font-size: 10px;
	color: #3a3c3d;
	font-family: Verdana;
	line-height: 12px;
}

.TextLinkBold
{
	text-decoration: none;
	font-size: 10px;
	color: #3a3c3d;
	font-family: Verdana;
	line-height: 12px;
	font-weight: bold;
}

.LoginBackground
{
	background-image: url(Images/LoginImg.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 244px;
	background-position: left bottom;
}

.hDots
{
	width: 500px;
	height: 1px;
	background-image: url(Images/hDots.jpg);
	background-repeat: repeat-x;
	background-position: left;
}