/* CSS Document */
/***********************************************/
/* HTML tag styles                                           */
/***********************************************/
body {
	color: #000000;
	font-family: Arial;
	background-color: rgb(183,185,187);
	margin: 0;
}

a:active, a:focus {
	outline: none;
	/* border: 0px none;*/
}

a:link{
	color:rgb(11,61,145);
	text-decoration:none;
}

a:visited{
	color:rgb(11,61,145);
	text-decoration:none;
}

a:hover{
	color:rgb(102,102,102);
}

a img {
	border: none;     /* fix for Firefox images that are links */
}


/**********************************************************/
/************************** Main Page Layout Divs *********/                            
#anb_container {
	width:775px;
	height:661px;
	margin-left: 15px;
	margin-top: 15px;
}

/********* Row 1 **********/
#anb_row1{
	width:775px;
	height:210px;
	margin:0;
}

#anb_row1_col1{
	width:154px;
	height:210px;
	float:left;
}

#anb_row1_col2{
	width:447px;
	height:210px;
	float:left;
	background-color:#FFFFFF;
}

#anb_row1_title{
	font-weight:bold;
	font-size:14px;
	color:rgb(11,61,145);
	padding-top:54px;
	padding-bottom:5px;
}

#anb_row1_text{
	font-size:12px;
	color:#000000;
	line-height:20px;
	padding-right:0px;	/*font-weight:bold;*/
}

#anb_row1_col3{
	width:174px;
	height:210px;
	float:left;
	background-image:url(images/anb/row1_col3.jpg);
}

/********* Row 2 **********/
#anb_row2{
	width:775px;
	height:69px;
	margin:0;
	background-image:url(images/anb/row2.jpg);
}

* html #anb_row2{
	margin-top:-3px;
}

/********** Row 3 **********/
#anb_row3{
	width:775px;
	height:92px;
	margin:0;
}

* html #anb_row3{
	margin-top:-3px;
}

/********** Row 4 **********/
#anb_row4{
	width:775px;
	height:207px;
	margin:0;
}

* html #anb_row4{
	margin-top:-3px;
}

#anb_row4_col1{
	width:154px;
	height:207px;
	float:left;
	background-color:rgb(214,225,231);
	margin:0;
}

#anb_row4_col2{
	width:206px;
	height:207px;
	float:left;
	background-image:url(images/anb/row4_col2.jpg);
	margin:0;
}

#anb_row4_col3{
	width:239px;
	height:207px;
	float:left;
	background-image:url(images/anb/row4_col3.jpg);
	margin:0;
}

#anb_row4_col4{
	width:176px;
	height:207px;
	float:left;
	background-image:url(images/anb/row4_col4.jpg);
	margin:0;
}

#anb_content4Text{
	font-size:11px;
	padding-top:30px;
	padding-right:20px;
	line-height:13px;
}

#anb_footer{
	width:775px;
	height:83px;
	float:left;
	text-align:center;
	color:rgb(102,102,102);
	font-size:10px;
	padding-top:10px;
}

#anb_footer a:link{
	color:rgb(102,102,102);
}

#anb_footer a:visited{
	color:rgb(102,102,102);
}

#anb_footer a:hover{
	text-decoration:underline;
}

/************************ Main Page Class Definitions ****/

.conversion{
	font-weight:bold;
	font-size:11px;
	margin:0;
}

.bankname{
	margin-top:3px;
	margin-bottom:0px;
	font-size:10px;
	padding-top:5px;
	color:rgb(11,61,145);
}

.bankname a:link{
	color:rgb(11,61,145);
	text-decoration:none;
}

.bankname a:visited{
	color:rgb(11,61,145);
	text-decoration:none;
}

.bankname a:hover{
	color:rgb(102,102,102);
}


/**************************************************/
/********************* Affiliate Layouts **********/
#aff_container{
	width:775px;
	margin-left:15px;
	margin-top:15px;
}


/********** Row 1 - Header **********/
#aff_header{
 	width:775px;
	height:210px;
	margin:0;
}

#aff_header_col1{
	width:147px;
	height:210px;
	background-color:rgb(255,255,255);
	float:left;
	margin:0;
}

#aff_header_col2{
	font-family:sans-serif;
	letter-spacing:0px;
	width:450px;
	height:210px;
	background-color:rgb(255,255,255);
	float:left;
}

#aff_header_col2_title{
	font-weight:bold;
	font-size:14px;
	color:rgb(11,61,145);
	padding-top:55px;
	padding-bottom:7px;
}

#aff_header_col2_text{
	font-size:12px;
	color:#000000;
	line-height:20px;
	padding-right:25px;
}

#aff_header_col3{
	width:178px;
	height:210px;
	background-image:url(images/common/header_col3.jpg);
	float:left;
}

/********** Row 2  - Bank **********/
#aff_row2{
 	width:775px;
	height:69px;
	margin:0;
}

* html #aff_row2{
	margin-top:-3px;
}
 

/********** Row 3 **********/
#aff_row3{
	width:775px;
	height:154px;
	margin:0;
}

* html #aff_row3{
	margin-top:-3px;
}

#aff_row3_col1{
	width:128px;
	height:154px;
	float:left;
	background-image:url(images/common/row3_col1.jpg);
}

#aff_row3_col2{
	width:207px;
	height:154px;
	float:left;
	background-image:url(images/common/row3_col2.jpg);
}

#aff_row3_col3{
	width:235px;
	height:154px;
	float:left;
	background-image:url(images/common/row3_col3.jpg);
}

#aff_row3_col4{
	width:205px;
	height:154px;
	float:left;
}

/********** Row 4 */
#aff_row4{
	width:775px;
	height::309px;
	margin:0;
}

* html #aff_row4{
	margin-top:-3px;
}

#aff_row4_col1{
	margin:0;
	width:140px;
	height:309px;
	float:left;
	background-color:rgb(214,225,231);
}

#aff_row4_col2{
	margin:0;
	width:218px;
	height:309px;
	float:left;
	background-image:url(images/common/col2.jpg);
}

#aff_row4_col2 a:link{
	color: rgb(0,51,153);
	text-decoration:none;
}

#aff_row4_col2 a:visited{
	color: rgb(0,51,153);
	text-decoration:none;
}

#aff_row4_col2 a:hover{
	color:rgb(102,102,102);
}

#aff_row4_col3{
	margin:0;
	width:212px;
	height:309px;
	float:left;
	background-image:url(images/common/col3.jpg);
}

#aff_row4_col4{
	margin:0;
	width:205px;
	height:309px;
	float:left;
	background-image:url(images/common/col4.jpg);
}


/********** Padding Div **********/
#aff_padding{
	width:775px;
	height:20px;
	background-color:rgb(214,225,231);
	float:left;
}

/************************************************/
/******************** Affiliate Classes *********/


/******************** Abobe Section Col 1 *******/
.AdobeImage{
	height:30px;
	margin:0;
	text-align:center;
}

.AdobeText{
	font-size:11px;
	padding-left:30px;
	padding-right:10px;
}


/******************** Intro Sections Col 2 ******/
.IntroTitle{
	font-weight:bold;
	font-size:11px;
	margin-left:5px;
	margin-top:0;
	margin-bottom:5px;
}

.IntroText{
	font-size:11px;
	margin-left:5px;
	margin-top:0;
	margin-right:40px;
	padding-bottom:6px;
	line-height:14px;
}

.IntroLetters{
	width:165px;
	height:20px;
	margin-top:5px;
	background-color:rgb(245,248,250);
}

.IntroLettersPDF{
	width:24px;
	height:20px;
	float:left;
}

.IntroLettersText{
	font-size:11px;
	padding-top:4px;
}

/******************* Info Sections Col 3 **********/
.InfoTitle{
	font-weight:bold;
	font-size:11px;
	margin-left:5px;
	margin-top:0;
	margin-bottom:5px;
}

.InfoText{
	font-size:11px;
	margin-left:5px;
	margin-top:0;
	margin-right:40px;
	line-height:14px;
	padding-bottom:10px;
}

.InfoLetters{
	width:173px;
	height:32px;
	background-color:rgb(245,248,250);
	margin-bottom:5px;
}

.InfoPDF{
	width:25px;
	height:31px;
	float:left;
	background-image:url(images/common/PDF_Logo_Info.jpg);
}

.InfoTextContainer{
	float:left;
	width:148px;
	height:31px;
}

.InfoTextTop{
	font-size:11px;
	width:148px;
	color:rgb(11,61,145);
	margin:0;
	padding-top:4px;
}

.InfoTextBottom{
	font-size:9px;
	width:148px;
	height:12px;
	color:#0000000;
	margin:0;
	padding-top:2px;
}

.InfoTextBottom a:link, a:visited{
	color:#000000;
}

.InfoTextBottom a:hover{
	text-decoration:underline;
}



/********************* Col 4 sections *****************/
.col4{
	font-size:11px;
	padding-top:40px;
	padding-right:20px;
	padding-left:35px;
	line-height:12px;
}


/********************* Click Here formatting **********/
.click{
	font-size:10px;
	font-weight:bold;
}

.click a:link{
	color:rgb(11,61,145);
}

.click a:visited{
	color:#003399;
}

.click a:hover{
	color:rgb(102,102,102);
}