/******************************************************************************
 * Print CSS
 *****************************************************************************/
body {
	font-family: Times, serif; font-size:14px; color:#444444;
	margin:0px; padding:0px;
}

img { display:none; }

div#header a img {
	display:block;
	}

.met { color:#0f1958; font-weight:bold;}
.friendly { color:#DF301B; }

/* Show only to IE PC \*/
* html .boxhead p {height: 1%;} /* For IE 5 PC */

.header-top-right-nav {
	display: none;
}

div#main-nav {

	width:660px;
	height:132px;
	font-size:14px;
}

div#header
{
	float:left;
	background-color:#FFFFFF;
	width:180px;
	height:90px;
}

div#main-nav ul {
	clear:both;
	display:inline; float:left;
	/*height:30px;*/
	width: 460px;
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	list-style-image:none; list-style-position:outside; list-style-type:none;
}

div#main-nav ul li {
	display:block; float:left;
	background-repeat:no-repeat; background:#B6B3Db;
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
}
div#main-nav ul li.current {
	display:block; float:left;
	background-repeat:no-repeat; background:#D6D3Fb;
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
}

div#main-nav ul li p {
	margin: 0;
	padding: 12px 0px 7px 0px;
	line-height: 15px;
	color: #FFFFFF;
}



/******************************************************************************
 * a
 *****************************************************************************/
div#main-nav ul li a {
	color: #FFFFFF;
	padding: 0px 15px 0 15px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.4) 0px 2px 5px;
	font-weight:normal;
}

div#main-nav ul li a span {
}

/******************************************************************************
 * current
 *****************************************************************************/
div#main-nav ul li.current a {
	color:red;
}

















/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/

img.left { float:left; margin-right:20px; }

img.right { float:right; margin-left:20px; }

img { border:none; }

/******************************************************************************
 * Hide Other Page Elements
 *****************************************************************************/

/******************************************************************************
* header
*****************************************************************************/
div#header {
	padding-bottom:20px; padding-bottom:0px;
	border-bottom:1px solid #b2b2b2;
}

div#header img#logo { margin-right:30px; margin-bottom:10px; }

div#header h1 {
	font-size:24px; color:#151575; margin-top:20px;
}


div#section_contents
{
	float: right;
	border:2px dashed white;
	background: #E6E6FA;
	padding-right:10px;
	font-size:0.7em;
}

div#section_contents li
{
	list-style-type: none;
}

div#section_contents li h2
{
	background: #FFF0F5;
}

div#header p#numbers {
	font-size:18px; color:#000000; font-weight:bold; margin-top:10px;
}

div#header p#email {
	font-size:14px; color:#000000; font-weight:bold; margin-top:20px;
}

/******************************************************************************
* footer
*****************************************************************************/
div#footer {
	border-top:1px solid #b2b2b2; padding:10px 0px 10px 0px;
}

div#footer p { margin:0px; font-size:12px; }

div#footer p#details_01 { color:#666666; margin-top:10px; }

div#footer p#details_02 { color:#666666; }

/******************************************************************************
* neocentra
*****************************************************************************/
p#neocentra { display:none; }


/******************************************************************************
* Generic Table
*****************************************************************************/
table.genericTable {
	width:95%; margin-left:3%;
	border-collapse:collapse;
	border:1px solid #999999;
}

table.genericTable td {
	border:1px solid #999999;
	padding:5px;
}

/******************************************************************************
 * annualBonusRates
 *****************************************************************************/
table#annualBonusRates {
	width:100%; border-collapse:collapse;
	margin-bottom:20px;
}

table#annualBonusRates th.tableHeading { font-size:16px; }

table#annualBonusRates tr.headings th {
	text-align:center; vertical-align:top;
}

table#annualBonusRates tr.headings  th {
	border-bottom:1px solid #999999;
	padding-bottom:5px;
}

table#annualBonusRates td.tables,
		table#annualBonusRates td.o6 , table#annualBonusRates td.o7 {
	text-align:center;
}


table#annualBonusRates td.o6 , table#annualBonusRates td.o7 {
	width:70px;
}

table#annualBonusRates tr.entry { height:25px; }

/******************************************************************************
 * finalBonusRates
 *****************************************************************************/
table#finalBonusRates {
	width:100%; border-collapse:collapse;
	margin-bottom:20px;
}

table#finalBonusRates th.tableHeading { font-size:16px; padding-bottom:10px; }

table#finalBonusRates tr.headings td {
	border-bottom:1px solid #999999; padding-bottom:5px;
	font-weight:bold;
}

table#finalBonusRates tr.headings_01 td { font-weight:bold; }

table#finalBonusRates tr.headings_02 td {
	border-bottom:1px solid #999999; padding-bottom:5px;
	font-weight:bold;
}

table#finalBonusRates tr.entry {
	height:30px;
}

table#finalBonusRates tr.entry td {
	text-align:center;
}

table#finalBonusRates td.centerCol { text-align:center; }
