body {
	background-color: #f3f3f3;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(/img/bg0.gif);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
td {	font-size: 12px;	color: #333333;	line-height: 20px;}

.font_g {color: #999999}
.font_w {color: #999999}
.font_yellow {color: #FF6600}
.font_green {color: #01654B}
.font9 {	font-size: 9px;	font-weight: normal; color: #666666;}
.font12 {	font-size: 12px;	font-weight: normal;	line-height: 22px;	color: #ffffff;}
.font14 {	font-size: 14px;}
.font14_green {	font-size: 14px;	font-weight: bold;	color: #01654B;}	
.font14_white {	font-size: 14px;	font-weight: bold;	color: #FFFFFF;}
.font16_yellow {	font-size: 16px;	font-weight: bold;	color: #FF6600;}

.td1 {	background-color: #DCFFD9;}
.tr1 {	background-color: #F0F0F0;}


a:link       { color: #333333; text-decoration:underline}
a:visited    { color: #333333; text-decoration:underline}
a:hover      {	color: #FF6600;	text-decoration:underline;}
a:active     {	color: #FF6600;	text-decoration:underline;}



A.link1:link    {	color: #FFFFFF;	text-decoration: none;	font-size: 14px;	font-weight: bold;}
A.link1:visited {	color: #FFFFFF;	text-decoration: none;	font-size: 14px;	font-weight: bold;}
A.link1:hover   {	color: #FF6600;	text-decoration: none;	font-size: 14px;	font-weight: bold;}
A.link1:active  {	color: #FF6600;	text-decoration: none;	font-size: 14px;	font-weight: bold;}

A.link2:link    {	color: #FFFFFF;	text-decoration: none;}
A.link2:visited {	color: #FFFFFF;	text-decoration: none;}
A.link2:hover   {	color: #FF6600;	text-decoration: none;}
A.link2:active  {	color: #FF6600;	text-decoration: none;}

A.link3:link    {	color: #01654B;	text-decoration: underline;	font-weight: bold;}
A.link3:visited {	color: #01654B;	text-decoration: underline;	font-weight: bold;}
A.link3:hover   {	color: #FF6600;	text-decoration: underline;	font-weight: bold;}
A.link3:active  {	color: #FF6600;	text-decoration: underline;	font-weight: bold;}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

