.BG
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E9F7E8;
}

.TextWhite
{
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.TextBlueDark
{
	font-family: tahoma;
	font-size: 13px;
	color: #2E5C6B;
	line-height: 15px;
}

.TextFooter
{
	font-family: tahoma;
	font-size: 11px;
	color: #C8DFF0;
	line-height: 15px;
}

.TextBox
{
	font-family: tahoma;
	font-size: 11px;
	color: #373737;
	line-height: 15px;
}

.unwatermarked
{
	font-family: tahoma;
	font-size: 11px;
}

.watermarked
{
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}


.BGMiddleRepeat
{
	background-image: url(../images/bg_middle_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.BGMiddleRepeat2
{
	background-image: url(../images/bg_middle.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: left top;
}

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
	background-color: #2E5C6B;
	color: White;
	font-family: Tahoma;
	font-size: x-small;
	padding: 3px 5px 4px 5px;
}

.BarIndicator_TextBox2
{
	color: Blue;
	background-color: Blue;
}

.BarBorder_TextBox2
{
	border-style: solid;
	border-width: 1px;
	width: 200px;
	vertical-align: middle;
}

.TextIndicator_TextBox3
{
	background-color: Blue;
	color: Yellow;
	font-size: small;
	font-variant: small-caps;
	padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width: 16px;
	height: 14px;
	background-image: url(images/Question.png);
	overflow: hidden;
	cursor: help;
}

.dynamicPopulate_Normal
{
	border: silver 1px inset;
	padding: 2px;
	text-align: center;
	height: 2em;
	margin: 5px;
	width: 200px;
}

.dynamicPopulate_Updating
{
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	border: silver 1px inset;
	text-align: center;
	padding: 2px;
	height: 2em;
	margin: 5px;
	width: 200px;
}
.Overhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2E5C6B;
	text-decoration: none;
}
.Overtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E5C6B;
	text-decoration: none;
	line-height: 19px;
}
.Oversubhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF5A35;
	text-decoration: none;
	font-weight: bold;
}
.GreyButton
{
    font-family: verdana;
	font-size: 8pt;
	color: black;
	background-color: #e0e0e0;
	border: black;
	border-style: outset;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}
.AnchorLink
{
    color:Black; 
    text-decoration: none; 
}
AnchorLink:link
{
    color:Black;
    text-decoration: none;
}
AnchorLink:visited
{ 
    color:Black; 
    text-decoration: none;
}
AnchorLink:active
{ 
    color:Black;
    text-decoration: none;
}
AnchorLink:hover
{ 
    text-decoration: none;
}
.OvertextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E5C6B;
	text-decoration: none;
	line-height: 19px;
}
