/* 
css style sheet ©2006 nino giaccomo cocchiarella nino@ninog.com 812.423.2500
learn from it - do not just copy it. 

, "Helvetica 75 Bold";
*/

.body {
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
}

.body_text {
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding-right: 100px;
	padding-left: 20px;
}

.body_text_no_right_pad {
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding-left: 20px;
}
.cal_text {
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
.body_bold {
	font-family:Verdana, sans-serif, Arial;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
}

.big_bold {
	font-family: Verdana, sans-serif, Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #A6948A;
	padding-right: 100px;
	padding-left: 20px;
}

.big_bold_NO_pad {
	font-family: Verdana, sans-serif, Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #A6948A;
}



.body_small {
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	color: #000000;
}

 a:link { font-family: Verdana, sans-serif, Arial; font-weight: bold; font-size: 11px; color: #A6948A; text-decoration: none;  }
 a:visited  { font-family: Verdana, sans-serif, Arial; font-weight: bold; font-size: 11px; color: #A6948A; text-decoration: none;}
 a:hover { font-family: Verdana, sans-serif, Arial; font-weight: bold; font-size: 11px; color: #000000; text-decoration: none; }
 a:active  { font-family: Verdana, sans-serif, Arial; font-weight: bold; font-size: 11px; color: #A6948A;	text-decoration: none;}

/*-------------------------------------------------------*/
#imageLink2 img {border: 1px solid; border-color: #ffffff; padding: 6px 6px 6px 6px; background-color: #FFFFFF;}
#imageLink2 a:link img{border: 1px solid; border-color: #ffffff; padding: 6px 6px 6px 6px; background-color: #FFFFFF;}
#imageLink2 a:hover img{ border: 1px solid; border-color: #ffffff; padding: 6px 6px 6px 6px; background-color: #A6948A;} 
/*-------------------------------------- -----------------*/

#nav {
	position: absolute;
	top: 90px;
	left: 70px;
	z-index: 3;
	width: 150px;
	}

	
#content {
	color: #000000;
	position: absolute;
	top: 90px;
	left: 50px;
	width: 96%;
	z-index: 2;
}

#content_inner {
	color: #000000;
	left: 0px;
	z-index: 2;
}
  tr { }
  .initial { background-color: #d8cec8; color:#67603C}
  .normal { background-color: #d8cec8 }
  .highlight { background-color: #ffffff }
  
