/* CSS Document */
body, html
{
	background:#FFFFFF;
	
}
body, td, tr, textarea, input
{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin:0;
	padding:0;
	font-size:10pt;
}
#container
{
	position:relative;
	margin: auto;
	height:auto;
}
.noprint
{
	display:none !important; 
}
/****************************************************************************
 			_HEADER 
*****************************************************************************/
#printLogo
{
	text-align:center;
}
#header
{
}
#header .images
{
	display:none !important;
}
#content
{
	padding:0 10pt 2pt 10pt;
}
#leftNavigation
{
	display:none;
}
/****************************************************************************
 			_CONTENT
*****************************************************************************/
table
{
	width:100%;
	border:none;
}
table a:link, table a:active, table a:visited
{
	text-decoration:none;
}
table a:focus, table a:hover
{
	text-decoration:underline;
}
table tr td
{
	padding:2px 5px 2px 20px;
}
table thead tr td
{
	border:1px solid #ccc;
	height:23px;
}
table thead tr td input
{
	width:90%;
}
table thead tr td a
{
	color:#027ABA !important;
}
table tr td
{
	border-bottom:1px solid #ccc;
}


#mainPageHeader
{
	display:none;
}

#alaida
{
	display:none;
}






/****************************************************************************
 			_FOOTER
*****************************************************************************/
#footer
{
	display:block;
	text-align:center;
	font-size:x-small;
}


/****************************************************************************
 			_LINKS
*****************************************************************************/
a:link, a:active, a:visited
{
	color:#027ABA;
	text-decoration:underline;
}
/*a:hover, a:focus
{
	color:#0E5777;
	text-decoration:underline;
}*/
a:hover, a:focus
{
	text-decoration:none;
}

/****************************************************************************
 			_HEADERS
*****************************************************************************/
h1
{
	font-family:Arial, Helvetica, sans-serif;
	padding:0 20pt 0 0;
	margin:0;
	color:#014875;
	font-size:15pt;
	text-align:center;
}
h2
{
	font-size:15pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:15pt 20pt 0 0;
	margin:0;
	color:#666;
	text-transform:uppercase;
}
h3
{
	margin:0;
	padding:0;
	font-size:large;
}
h4
{
	margin:5px 0 0 0;
	padding:5px 20px 5px 20px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:small;
	background:#00588f;
}
h5
{
	padding:4pt 20pt 4pt 0;
	margin:0;
	font-size:small;
}
hr
{
	height:1pt;
	width:100%;
	color:#2675a6;
	border:0pt;
	padding:0;
	margin:0;
	border-bottom:1pt solid #2675a6;
}
.comment
{
	color:#999999;
	font-size:xx-small;
}
.red
{
	color:#CC0000;
}

