﻿body
{
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial;
	background-image:url(../App_Images/bg.gif); background-repeat:repeat;
}

A
{
	COLOR: #001e6d;
}

A:hover
{
	TEXT-DECORATION:underline
}

.FontBlue
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 14px;
	COLOR: #076764;
}

.FontBlueLarge
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 16px;
	COLOR: #025350;
}

.FontGreyLarge
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 16px;
	COLOR: #4e4d4d;
}

.FontDull
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 9px;
	COLOR: #999999;
}

.whiteFont
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: white;
}

.mediumFont_Blue
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	COLOR: #076764;
	font-weight:bold;
}

.mediumFont_grey
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #6b6b6b;
}

.smallFont
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: #4e4c4c;
}


.H_Help_LoginHedaing
{
	font-family:Arial;
	font-size: 16px;
	color: #007773;
}

.H_Help_LoginHedaingGrey
{
	font-family:Arial;
	font-size: 16px;
	color: #4e4d4d;
}

.H_Help_FooterText
{
	font-family: Arial;
	font-size: 10px;
	color: #036a7d;
	font-weight:bold;
}

Input.Textbox
{
	font-family:Arial;
	font-size:11px;
	color:#4e4c4c;
	border:1px solid #a5b7b6;
}