/* CSS Document */
td img {display: block;}body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_body.gif);
}
.white {color: #FFFFFF}
.blue {color: #344065}
.blue_bold {color: #344065; font-weight: bold; font-size: 16px;}
.more {
	background:url('images/arrow.gif') no-repeat 9px 6px;
	color			 : #344065;
    float            : right;
    line-height      : 20px;
    text-decoration  : none; font-variant:normal; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-left:24px; padding-right:8px;
}
.more:hover {
	background:url('images/arrow_green.gif') no-repeat 9px 6px;
	color			 : #385D10;
	white-space      : nowrap;
    float            : right;
    line-height      : 20px;
    text-decoration  : underline; font-variant:normal; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-left:24px; padding-right:8px;
}
.white_link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration:none; 
	font-weight:normal;
}
.white_link:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration:underline; 
	font-weight:normal;
}
.blue_link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #085430; 
	text-decoration:none; 
	font-weight:bold;
}
.blue_link:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #344065; 
	text-decoration:underline; 
	font-weight:bold;
}


