/* Font format */
body, td, .normal
{
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #404040;
}

body a, td a, .normal a,
body a:active, td a:active, .normal a:active,
body a:hover, td a:hover, .normal a:hover
{
	font-size: 11px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #3791DD;
}

.boldNormal
{
	font-size: 11px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #3791DD;
}

.greenx
{
	color: #86E784;
}

.tdablue
{
	color: #3791DD;
}

.label
{
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #000000;
}

.note, .note a, .note a:active, .note a:hover
{
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-decoration: none;
	color: #3791DD;
}

.nav, .nav a, .nav a:active
{
	font-size: 13px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

.nav a:hover
{
	font-size: 13px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #3791DD;
	text-decoration: none;
}

.navbig, .navbig a, .navbig a:active
{
	font-size: 18px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

.navbig a:hover
{
	font-size: 18px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #3791DD;
	text-decoration: none;
}

.heading1, .heading1 a, .heading1 a:active
{
	font-size: 18px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

.heading1 a:hover
{
	font-size: 18px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #3791DD;
	text-decoration: none;
}

.heading2, .heading2 a, .heading2 a:active
{
	font-size: 16px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

.heading2 a:hover
{
	font-size: 16px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #3791DD;
	text-decoration: none;
}

.heading3
{
	font-size: 14px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

.heading3 a:hover
{
	font-size: 14px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #3791DD;
	text-decoration: none;
}

.copyright
{
	font-size: 10px;
	font-family: arial narrow, arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

/* Input format */

.inputText
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

.inputNumeric
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	width: 75px;
	text-align: right;
}

.inputButton
{
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    background: #eeeeee;
    cursor: hand;
}

/* Table format */

.body
{
	text-align: center;
	background-color: #ffffff;
}

.main
{
	width: 770px;
	background-color: #ffffff;
}

.tdebug
{
}

.main .header
{
	height: 53px;
}

.hLeft
{
	vertical-align: center;
	padding-left:38px;
}

.hRight
{
	width: 275px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 7px;
}

.hItem
{
	padding-left: 7px;
	padding-right: 7px;
}

.main .menu
{
	height: 53px;
}

.mLeft
{
	width: 495px;
}

.mItem
{
	width: 164px;
	text-align: center;
	vertical-align: center;
}

.mRight
{
	width: 274px;
	text-align: center;
	vertical-align: center;
	height: 53px;
}

.main .content
{
	height: 100%;
	width: 494px;
	vertical-align:top;
}

.main .right
{
	height: 100%;
	width: 275px;
	vertical-align:top;
}

.bLeft
{
	width: 495px;
}

.bRight
{
	width: 274px;
	height: 100%;
	vertical-align:top;
}

.rTop
{
	height: 137px;
	background-color: #deeaea;
	text-align: center;
}

.rBottom
{
}

.main .footer
{
	height: 33px;
}

.fLeft
{
	vertical-align: top;
	padding-top: 7px;
	padding-left: 44px;
}

.fItem
{
	padding-left: 7px;
	padding-right: 7px;
}

.fRight
{
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 34px;
}

.greyBorder, .greyBorder td
{
	background-color: #cccccc;
	padding: 0px;
}

.bodyWrapper
{
	width: 100%;
}

.bodyWrapper td
{
	padding: 12px;
}

#calc_head {width:600px; margin:0 auto;}

.calculator
{
padding: 0;
margin:15px auto 10px;
	width: 600px;
}

.calculator td
{
	padding: 5px;
}

.calculatorTotal
{
	background-color: #eeeeee;
	font-weight: bold;
}

