/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    color:#666;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 7px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0;
    text-align:center;
    width:779px;
}

table
{
	border:0px;
	padding:0px;
}



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #086DCE;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	.8em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	.8em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}			
	
P	{	
	vertical-align:	baseline;
	font-size: 12px;
	font-weight: normal;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	font-family: Verdana;
	}		


A:link	{	
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:#ff9933;
	}
	
SMALL	{	
	font-size:	11px;
	}	

BIG	{	
	font-size:	13px;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border:0;
	}
.menu
{
	font-family:Arial;
	font-weight:500;
	color:White;
	font-size:12px;	
	
}
.menu1
{
	font-family: Arial;
	font-size:12px;
	color: Gray;
	
}
.menu2
{
	font-family: Arial;
	font-size:12px;
	color: White;
}
.lbl_bold
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	font-style:	normal;
	text-align:right;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}	
.lbl_bold_left
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	font-style:	normal;
	text-align:left;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}
.lbl_bold_left_blue
{	
	color:Blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	font-style:	normal;
	text-align:left;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}
.lbl_bold_1
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	font-style:	normal;
	text-align:center;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}	
span.cell_bold
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	font-style:	normal;
	text-align: left;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}	
span.cell_normal
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: normal;
	font-style:	normal;
	text-align: left;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}	

.cell_bold
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}
.cell_bold_right
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	font-style:	normal;
	text-align: right;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}
.cell_normal
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}	
.lbl_bold_b
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style: italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.7px;
	text-transform:	none;
	}	
.lbl_pgHeader
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:	12px;
	COLOR: #086DCE;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:0 auto
	}	
.lbl_review_hdr
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:	14px;
	COLOR: #086DCE;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:0 auto
}
.lbl_review_hdr_c
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:	12px;
	COLOR: #086DCE;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:0 auto;
}
	
.lbl_pgHeader_big
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:	18px;
	COLOR: #086DCE;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
.tbx
{	
	background-color: #FBFAE6;
	border-color: White;
	border-style: groove;
	}	
.policy_link
{	
	color: #086DCE;
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	}	
.warning
{	
	color: red;
	font-family: Verdana;
	font-size: 11px ;
	font-weight: normal;
	}
.warning_bold_12
{	
	color: red;
	font-family: Verdana;
	font-size: 12px ;
	font-weight: bold;
	}
.warning_bold
{	
	color: red;
	font-family: Verdana;
	font-size: 14px ;
	font-weight: bold;
	}	
	
.warning_bold_left
{	
	color: red;
	font-family: Verdana;
	font-size: 14px ;
	font-weight: bold;
	text-align:justify;
	}	
.warning_bold_blue
{	
	color: blue;
	font-family: Verdana;
	font-size: 16px ;
	font-weight: bold;
	}
.warning_blue
{	
	color: blue;
	font-family: Verdana;
	font-size: 14px ;
}	
span.cell_head_white
{	
	color: White;
	font-family: Verdana;
	font-size: 11px ;
	font-weight: bold;
	}	
.template
{
	 background : #FFC080;
	 z-index:auto;
	 position:absolute;
	 top:0px;
	 width:100%;
	 border:0px;
	 	 
}
.BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	letter-spacing: .7px;
}
.BODY_bold
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11.2px;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: .7px
}
.BODY_b
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 15px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: .7px
}
.BODY_bold_b
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: .7px
}

#dhtmltooltip
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-size: 15px;
	z-index: 100;
	visibility: hidden;
	padding-bottom: 2px;
	border-left: black 1px solid;
	width: 150px;
	color: #6699cc;
	padding-top: 2px;
	border-bottom: black 1px solid;
	position: absolute;
	background-color: lightyellow;
}

.FFCCssClass
{
 border-bottom:solid 15px #FFFFFF;
 border-top:solid 10px #FFFFFF;
 border-left:solid 1px #FFFFFF;
 border-right:solid 1px #FFFFFF;
}
.FFCCssClassBlue
{
 border-bottom:solid 15px #eff3fb;
 border-top:solid 10px #eff3fb;
 border-left:solid 1px #eff3fb;
 border-right:solid 1px #eff3fb;
}

.TextBoxCss
{
	border:solid 1px #6699cc ;
}

.DropDownListCss
{
	border:none 1px #6699cc;
}

.LinkButtonCss2
{
	border:solid 3px #C6D6F1;
	background-color:#0067CC;
	padding:3;
	font-family: Verdana;
	font-weight:bolder;
	font-size: 11px;
	color:#ff9933;
}
.LinkButtonCss
{
	border:solid 3px #C6D6F1;
	background-color:#0067CC;
	padding:3;
	font-family: Verdana;
	font-weight:bolder;
	font-size: 11px;
	color:white;

}
#content{float:left;padding-top:0;position:relative;margin:0;width:auto;text-align:center}
div.header
{
	float:left;padding-top:0em;position:relative;margin:0;width:auto;text-align:center}
#pgheader
{
	width:100%;
	text-align:center;
	margin:0;
    border:dotted 1px;
}
#ctlTopBarDiv
{
	float:left;
	background-color:#21498c;
	margin:0;text-align:center;width:auto
}
div.setwidth { 
/*border: 1px solid red; */
width: 770px; 
text-align: center; /* ie hack */ 
} 
div.paragraph { 
width: 75%; 
text-align: justify; /* ie hack */ 
font-size:small;
margin:1em;
} 
div.paragraph-left { 
width: 70%; 
text-align: left; /* ie hack */ 
font-size:small;
margin:1em;
} 
div.paragraph-right { 
width:80%; 
text-align: right; /* ie hack */ 
font-size:small;
} 
div.paragraph-center { 
width:80%; 
text-align: center; /* ie hack */ 
font-size:small;
} 

* html div.float { /* ie hack */ 
display: inline; 
float: none; 
} 
div.policyinfo
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:left;
	border:1px solid grey;
	margin-top:1em;
	margin-bottom:1em;
}
div.center2
{
	margin-left:auto;
	margin-right:auto;
	width:50%;
	text-align:left;
	border:1px solid red;
}
div.center3
{
	margin-left:auto;
	margin-right:auto;
	width:75%;
	text-align:left;
	border:1px solid red;
}
div.center-fit
{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align:center;
	border:0px solid red;
	margin-top:2em;
	margin-bottom:2em;
}
div.selectCity
{
	PADDING-RIGHT:2px; 
	DISPLAY:none; 
	PADDING-LEFT:2px; 
	Z-INDEX:100; 
	LEFT:420px; 
	PADDING-BOTTOM:2px; 
	WIDTH:200px; 
	COLOR:white; 
	PADDING-TOP:2px; 
	POSITION:absolute; 
	TOP:630px; 
	BACKGROUND-COLOR:#ff9933;
}
div.termofuse
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	WIDTH: 500px; 
	HEIGHT: 250px; 
	OVERFLOW: auto; 
	TEXT-ALIGN: left;
	font-family:Verdana;
	font-size:2;
	padding-top:2em;
	padding-bottom:2em;
	margin-top:4em;
	margin-bottom:4em;
}
div.disclosure
{
	BORDER: windowtext 5pt double #776347; 
	PADDING-RIGHT: 6pt ;
	PADDING-LEFT:4pt;
	PADDING-BOTTOM:1pt;
	PADDING-TOP:1pt;
	OVERFLOW: auto; 
	WIDTH: 500px; 
	HEIGHT: auto; 
	TEXT-ALIGN: left;
	font-family:Verdana;
	font-size:2;
}
div.pendingpolicytran
{
	margin-top:10px;
	margin-bottom:10px;
}
div.addname
{
	border:0px solid red;
	width:60px;
	TEXT-ALIGN: left;
	
}
div.lbl_review_hdr
{	
	width:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:	14px;
	COLOR: #086DCE;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:0 auto
}
div.lbl_review_hdr_wide
{	
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:	14px;
	COLOR: #086DCE;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:0 auto
	}
div.lbl_review_hdr_wide_red
{	
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:	14px;
	COLOR: Red;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin:0 auto
	}
p.disclosure
{
	 BORDER-RIGHT:medium none;
	 PADDING-RIGHT:0cm;
	 BORDER-TOP:medium none;
	 PADDING-LEFT:0cm;
	 PADDING-BOTTOM:0cm;
	 BORDER-LEFT:medium none;
	 PADDING-TOP:0cm;
	 BORDER-BOTTOM:medium none;
}
span.termofuse
{
	FONT-WEIGHT:bold;
	FONT-SIZE:12pt;
	COLOR:red;
	FONT-FAMILY:Arial;
}
span.lob
{
	FONT-SIZE:small;
}
span.addname
{
	FONT-SIZE:smaller;
	font-style:normal;
}
div.left
{
	font-size:x-small;
	padding-top:auto;
	padding-bottom:auto;
	margin-top:7px;
	margin-bottom:7px;
}

#printclose, #print
{
	text-align:right;
	width:75%;
	font-size:8pt;
	font-weight:bold;
	margin-right:0;
}
#headerbacku
{
	width:100%;	background-color:#21498c;	height:auto;	margin:0px;	
}

#headerbackd
{
	width:100%;	background-color:#ff9933;	height:10px;	margin:1px;	
}
#headercontainer
{
	width:770px;	height:auto;	margin-left:auto;	margin-right:auto;	
}

ul,ol{position:relative}
ul{list-style-type:none;margin:0;padding:0}
ul.type1 li{display:inline;padding:0 1em 0 3.4em;}
ul.type1 li.first{padding-left:0}

ul.type2 li{display:inline;padding:0 3.2em 0 3.2em;}
ul.type2 li.first{padding-left:0}

ul.buttons li{display:inline;padding:0 5.2em 0 5.2em;}
ul.buttons li.first{padding-left:0}

.ListItem
{
    font-family:   Arial, Helvetica, sans-serif;
    font-size:     12px;
    font-weight:   normal;
    color:         Navy;
}


#help
{
	float:left;	height:auto;	width:210px;	margin-top:30px;	margin-bottom:auto;	
}
#headerlinkd
{
	float:left;	height:auto;	width:770px;	margin-top:1px;	margin-bottom:auto;		
}
#cfplogo
{
	float:left;	height:64px;	width:99px;	margin-left:10px;	margin-top:1em;		
}
#cfpslogan
{
	float:left;	height:64px;	width:410px;	margin-left:0px;	margin-top:1em;	
}

table.full
{
	width:100%;
	height:100%;
}

table.current
{
	border-collapse:collapse;
	font-size:x-small;
	width:auto;
}

td.current
{
	border:solid 0px #6699cc;
	font-size:x-small;
	font-weight:900;
	color:Red;
}

table.nav
{
	width:115px;
	border:1px;
	margin-left:20px;
	padding:auto;
}
td.nav
{
	width:110px;
	margin-left:auto;
	margin-right:2px;
	border-right:solid 1px #6699cc;
	font-size:x-small;
	color:Black;
}
