body
{ 
    font-family: Arial, Geneva, sans-serif;
    font-size: 10pt;
	color: #000000;
	font-weight: normal;
	font-style: normal
}

a:link {color: #3A4C72; text-deocration: underline}
a:active {color: #3A4C72; text-deocration: underline}
a:visited {color: #3A4C72; text-deocration: underline}
a:hover {color: #68799C; text-deocration: underline}

.promo
{
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #072565
}

.whitebody
{ 
    font-family: Arial, Geneva, sans-serif;
    font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal
}

TD
{
    FONT-FAMILY: Arial, Geneva, sans-serif;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal
}
h4
{
	color: #08185A; font-family: Arial, Geneva, sans-serif; 
	text-align: Center; font-size: 12pt; font-weight: bold
}
.articletitle
{
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    FONT-SIZE: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	COLOR: #932428
}
.articlecontent
{
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    FONT-SIZE: 10px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	COLOR: #4C5455
}

.title
{
    FONT-FAMILY: Arial, Geneva, sans-serif;
    FONT-SIZE: 11pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	COLOR: #102564
}

.largebody
{
    FONT-FAMILY: Arial, Geneva, sans-serif;
    FONT-SIZE: 12pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	COLOR: #353D3E
}
.whitelargebody
{
    FONT-FAMILY: Arial, Geneva, sans-serif;
    FONT-SIZE: 11pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
	COLOR: #FFFFFF
}

.whitesmallbody
{
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    FONT-SIZE: 7pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
	COLOR: #FFFFFF
}

.whitesmallbody a:link {text-decoration: none; color: #FFFFFF}
.whitesmallbody a:active {text-decoration: none; color: #FFFFFF}
.whitesmallbody a:visited {text-decoration: none; color: #FFFFFF}
.whitesmallbody a:hover {text-decoration: none; color: #CCCCCC}

.smallbody
{
    FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
    FONT-SIZE: 7pt}
	
.smallbody a:link {text-decoration: none; color: #000000}
.smallbody a:active {text-decoration: none; color: #000000}
.smallbody a:visited {text-decoration: none; color: #000000}
.smallbody a:hover {text-decoration: none; color: #4C5455}
	
.tinybody
{
    FONT-FAMILY: Arial, Geneva, sans-serif;
    FONT-SIZE: 8pt
}
.TDIndent
{
	Padding-Left: 25px;
}
.Bold
{
	Font-Weight: bold;
}
.BoldItal
{
	Font-Weight: bold;
	Font-Style: oblique;
}

.hrule
{
	padding: 1px 0px 2px 0px;
	border-width: 1;
	border-color: #<%=Application("SubBackColor")%>;
	border-top-style: solid;
	border-bottom-style: solid;
	FONT-FAMILY: Arial, Geneva, sans-serif;
	Font-Color: #000000;
	FONT-SIZE: 8pt;
	Font-Weight: normal;
}

.hr_dot
	{
		color:#CCC;
		width:85%;
		border-style:dotted;
	}

.fdic
{
	padding: 1px 0px 2px 0px;
	border-width: 1px;
	border-color: #AAAAAA;
	border-top-style: solid;
	border-bottom-style: solid;
	FONT-FAMILY: Arial, Geneva, sans-serif;
	Font-Color: #000000;
	FONT-SIZE: 8pt;
	Font-Weight: bold;
}
.fdic_no
{
	padding: 1px 0px 2px 0px;
	border-width: 1px;
	border-color: #AAAAAA;
	border-top-style: solid;
	border-bottom-style: solid;
	FONT-FAMILY: Arial, Geneva, sans-serif;
	Font-Color: #000000;
	FONT-SIZE: 8pt;
}

.pn		   {font-family:Verdana, Arial, Geneva, sans-serif;font-size:10px;color:#FFFFFF;font-weight:bold;text-decoration:none;}

.formbutton
	{
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
		font-style: normal;
		padding-left: 4px;
		padding-right: 4px;
		color: #4C5455;		
	}
	
.smallformbutton
	{
		font-size: 9px;
		font-family: Arial;
		font-weight: normal;
		font-style: normal;
		padding-left: 4px;
		padding-right: 4px;
		color: #5A0C0F;		
	}
	
.backbutton
	{
		font-size: 11px;
		font-family: Arial;
		font-weight: normal;
		font-style: normal;
		padding-left: 4px;
		padding-right: 4px;
		color: #000000;		
	}

#greenbox
	{
		border: 1px solid #000;
		background-color: #9acc00;
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
		font-style: normal;
		padding-left: 7px;
		padding-top: 7px;
		color: #FFF;
		width: 225px;
		height:45px;
	}
	
#wrapper
	{
		height:100%;
	}

.message_box	
	{			
		width:290px;
		border:1px solid #cdcdcd;
		font-size:8pt;
		text-align:left;		
	}	

#child
	{
		position:absolute;
		z-index:1000;		
		margin-left:-277px; /* IE CORRECTION */				
		border:1px solid #660000;
		height:100px; 
		width:400px;
		background:#FFF;
	}
	
html > body #child 
	{
		margin-left:-239px; /* ALL BROWSERS */
	}
