/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

/* Remove list-style from lists */
ol, ul
{
    list-style: none;
}

/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

/* Remove list-style from lists */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* Remove border from fieldset and img */
fieldset, img
{
    border: 0;
}

/* Left-aligns text in caption and th */
caption, th
{
    text-align: left;
}

/* Removes quotations marks from q */
q:before, q:after
{
    content: '';
}

html
{
    margin:0;
    padding:0;
    text-shadow: #000000 0 0 0px;
}

/*
	purple #6d5c97; 
	green #73a74d; 
	gray #9c9ca0;
*/


body
{
    font-family: Arial;
    font-size:9pt;
    background-color: white;
    
    margin:0;
    padding:0;    
    
    text-decoration: none;
    text-align: left;
    
    color: Black;
}

a, input, td, select, textarea
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}

th, .heading-1
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

div.centered
{
    /*text-align: center;*/
    width: 767px;
    /*height: 666px;*/
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    margin-left: -383px;
    /*margin-top: -333px;    */
}

div.containerIB
{
    border:0;    
    border-bottom: solid 2px #ffffff; /*#9c9ca0;*/    
    width:100%;
    height:548px;
    background-color:white;
    text-align: center;    
}

div.containerIF
{
    border:0;    
    width:100%;
    height:98px;
    background-color:white;
    text-align: left;
}

div.containerIFC
{
    border:0;    
    width:100%;    
    text-align: right;
    height:18px;
    color:#9c9ca0;
}

div.bodyContainer
{
	width:100%;
	height:100%;
	text-align:center;	
	vertical-align:middle;	
}

a.nodecoration
{
	text-decoration:none;
	cursor:hand;	
}

a.link-1, a:active.link-1
, a:visited.link-1
, a:link.link-1
{
	color:#9c9ca0;
	font-weight:normal;	
	text-decoration:none;
	cursor:hand;	
}

a:hover.link-1
{
	color:#6d5c97;
	font-weight:normal;
	text-decoration:none;
	cursor:hand;		
}

a, a:active
, a:visited
, a:link
{
	color:#9c9ca0;
	font-weight:normal;	
	text-decoration:none;
	cursor:hand;	
}

a:hover
{
	color:#6d5c97;
	font-weight:normal;
	text-decoration:none;
	cursor:hand;		
}

.display
{
	display:inline;
}

.nodisplay
{
	display:none;
}

.open
{
	height:100%;
	width:100%;
	display:block;
}

.close
{
	height:100%;
	width:100%;
	display:none;
}

iframe
{
	border:0;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:0;
	frameborder:0;
}

#imageLoaderSplashArea
{
	padding:0;
	margin:0;
	position:relative;
	top:230px;
}

#imageLoaderSplashArea p
{
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	position:relative;
}

#imageLoaderSplashArea .splashScreenImage
{
	border: none;
	position:relative;
}
