BODY
{
	font-family:tahoma;
	font-size:11px;
	line-height: 100%;
	color:#5F7B92;
}
table
{
    font-family:tahoma;
    font-size:11px;
    line-height: 175%;
    color:#5F7B92;
}
tr
{
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
}
td
{
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	text-align:left;
}

textarea
{
    font-family:tahoma;
    font-size:11px;
    color:#5F7B92;
	border:solid 1px #5F7B92;

}
input
{
    font-family:tahoma;
    font-size:11px;
    color:#5F7B92;
	border:solid 1px #5F7B92;

}

#maintable
{
	border: solid 1px #d8e3e5;
}
a:link
{
	color:#6699CC;
	text-decoration:none;
}
a:visited
{
	color:#6699CC;
	text-decoration:none;
}
a:hover
{
	color:#FF6666;
	text-decoration:none;
}

a:active
{
	color:#6699CC;
	text-decoration:none;
}
.tr_thin
{
	height:20px;
	background-color: White;
}
.tr_thin_colored
{
	height:20px;
	background-color: #d8e3e5;
}
.td_button
{
	border-left:solid 6px #BDCDDB;
	border-top:solid 2px #BDCDDB;
	width:112px;
	text-align:left;
	padding-left:15px;
	cursor:hand;
	cursor:pointer;
	background-color:#7A9BB6;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:White;
}
.td_button_over
{
	border-left:solid 6px #BDCDDB;
	border-top:solid 2px #BDCDDB;
	width:112px;
	text-align:left;
	padding-left:15px;
	cursor:hand;
	cursor:pointer;
	background-color:#BDCDDB;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:White;
}
.td_current
{
	border-left:solid 6px #FFD48A;
	border-top:solid 2px #FFD48A;
	width:112px;
	text-align:left;
	padding-left:15px;
	cursor:hand;
	cursor:pointer;
	background-color:#FFA814;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:White;
}
.td_border
{
	border-bottom:none;
	border-left:solid 6px;
	border-top:solid 2px;
}
.border_top_left_button
{
	 border-left:solid 6px #BDCDDB;
	 border-top:solid 2px #BDCDDB;
	 border-bottom:none;
	 border-right:none;
	 width:150px;
	 height:25px;
	 PADDING-RIGHT: 0px;
  	 PADDING-BOTTOM: 0px;
	 MARGIN: 0px;
	 PADDING-TOP: 0px;
	 borderColor="#BDCDDB";
	 background-color:#7A9BB6;
	 border-left-color:#BDCDDB;
	 font-family:tahoma;font-size:11px;line-height: 100%;color=white;font-weight:bold;

}