﻿img, input
{
	behavior: url(iepngfix.htc)	
} 

body
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	
	background: white url("Images/Background/Background.jpg") repeat-x; 

	height: 100%;
	
	/* font-family:  Myriad Pro, Georgia, Arial; */
	/* Myriad Pro, 'lucida grande', tahoma, Georgia, Arial, */
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	
	font-size: 100%;	
}


div.Centered
{
	text-align: center;
}
div.Content
{
	width: 955px;
	margin: 0 auto;
	text-align: left;	
	font-size: 75%;
}


.BlueHeader, .BlueHeader a
{
	text-decoration: none; 
	font-size: 13px; 
	font-variant: small-caps;
	color: #003366; 
	font-weight: bold;
	height: 20px;
}
.BlueHeader a:hover
{
	text-decoration: none; 
	color: #0099cc; 
}

.BlueHeading
{
	font-size: 16px; 
	font-variant: small-caps;
	color: #003366; 
	font-weight: bold;
	height: 20px;
}

.GreyText
{
	font-size: 11px;
	text-align: justify;
	color: #666666;
}
.GreyText a
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
.GreyText a:hover
{
	text-decoration: underline;
}

.ValidationError
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

/* TextBoxes Required */
.Required
{
	background-color: #F0F5FF;
	text-decoration:none;
	border-color:#7EADF2;
	border-style:solid;
	border-width:1px;
}
.NotRequired
{
	background-color: #FFFFFF;
	text-decoration:none;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}
/* TextBoxes Required */
.HRDots
{
	color: #666666; 
	font-size: 12px;
}

.NavLink, .NavLink a
{
	text-decoration: none; 
	color: White; 
	font-size: 12px;
}
.NavLink a:Hover
{
	text-decoration: none; 
	color: #FF9900; 
}
 
.FooterLink, .FooterLink a
{ 
	text-decoration: none; 
	color: #003366; 
	font-size: 11px;	
}
.FooterLink a:Hover
{
	text-decoration: none;	
	color: #0099cc; 
}

.FooterCopyright
{
	color: #003366; 
	font-size: 12px;
}


/* Legal */
.Legal
{
	text-align: justify;
}
.Legal li
{ 
	margin: 5px 0px 0px 0px;
	font-weight: bold ;
}
.Legal p
{ 
	font-weight: normal;
	text-indent: 20px;
	margin: 0px 0px 5px 10px;
}
/* Legal */ 
