

/* OVERWRITTEN HTML FORMATS */

body
{
	background-color: #FFFFFF;
	color: #1860A7;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}




/* FLASH TOP VISUALS */
.containerTopVisual
{
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}

.topvisualText1,
.topvisualText2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	overflow: hidden;
	width: 535px;
	height: 20px;
	text-decoration: none;
}

.topvisualText2
{
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.topvisualText1 a,
.topvisualText2 a
{
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 4px;
}

.topvisualText1 a:hover,
.topvisualText2 a:hover
{
	text-decoration: none;
}



/* FLASH STARTING PAGE HEADERS */
.portalText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 8px;
	overflow: hidden;				
	height: 136px;
}

.portalText a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.portalText a:hover
{
	text-decoration: none;
}

.portalTable
{
	border-collapse: collapse;
}

.portalTableImg
{
	padding: 0px;
}







/* MAIN CONTAINER ELEMENTS */

.containerMainLarge
{
	width: 544px;
	padding-bottom: 16px;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.containerMainLarge8
{
	width: 544px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.containerMainMedium
{
	width: 385px;
	padding-bottom: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.containerBorderBox
{
	background-color: #CEDDEC;
	margin: 0px;
	padding: 0px;
	margin-left: 24px;
	border: 1px solid #80A8CF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.containerMainMedium8
{
	width: 385px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}





/* TEXT ELEMENTS */

.textJustify
{
	display: block;
	text-align: justify;
}

.textImportant
{
	font-style: normal;
	font-weight: bold;
}

.textItalic
{
	font-style: italic;
}

.textHyperlink
{
	color: #1870A7;
	text-decoration: none;
}

.textHyperlink:active
{
	color: #FF8000;	
}

.textHyperlink:visited
{
	color: #575757;	
}

.textHyperlink:hover
{
	text-decoration: underline;
}

.textImageCopyright
{
	color: #676E76;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
}

.textImageCopyright a
{
	color: #676E76;
	text-decoration: none;
}

.textImageCopyright a:hover
{
	color: #676E76;
	text-decoration: underline;
}

.textImageSmall
{
	padding: 0px;
	padding-bottom: 4px;
	margin: 0px;
	font-size: 11px;
	/*font-style: italic;*/
	line-height: 16px;
	/*color: #1870A7;*/
	color: #000000;
}

.* a:hover
{
	text-decoration: underline;
}





/*  IMAGE ELEMENTS */


.imageMagnifier
{
	margin-right: 8px;
}


