@charset "utf-8";
/* Genworth Financial CSS */

/* @HTML Styles */

body
{
	background-color: #252525;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_black.jpg);
	background-repeat: repeat-x;
}

body,td,th
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

a
{
	font-size: 11px;
	font-weight: bold;
	color: #005c97;
}

a:link
{
	text-decoration: none;
	color: #005c97;
}

a:visited
{
	text-decoration: none;
	color: #005c97;
}

a:hover
{
	text-decoration: none;
	color: #79a12e;
}

a:active
{
	text-decoration: none;
	color: #005c97;
}

.altLineHeightBold
{
	line-height: normal;
	font-weight: bold;
}

.title1
{
	font-size: 14px;
	font-weight: bold;
}

.textNorm
{
	font-weight: normal;
}

.textSmall
{
	font-size: 9px;
}

.textBold
{
	font-weight: bold;
}

.textBoldBlue
{
	font-weight: bold;
	color: #005c97;
}

.navImage
{
	display: none;
}

.textItalic
{
	font-style: italic;
}

.textItalicBold
{
	font-style: italic;
	font-weight: bold;
}

.textItalicBlue
{
	font-style: italic;
	color: #005c97;
}

.tableBg
{
	background-image: url(../images/table_bg.jpg);
	background-color: #fffbf1;
	background-repeat: repeat-x;
	background-position: bottom;
}

.inputField1
{
	width: 278px;
}

.inputField2
{
	width: 60px;
}

.inputField3
{
	width: 205px;
}

.inputField4
{
	width: 131px;
}

.inputField5
{
	width: 585px;
}

.textArea1
{
	width: 590px;
	height: 85px;
}

/* Added to make validator asterisks larger. */
.validatorAsterisk
{
	font-size: 17px;
	color: #D32E41 !important;
	vertical-align: middle;
	margin-left: 1px;
	font-weight: bold;

}

/* For validator text. */
.validatorText
{
	color: #D32E41 !important;
}

/* For validator short message text. */
.valShortMessage
{
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	display: block;
	color: #D32E41 !important;

}

/* @FLASH Styles */