body {
	/*background-color: #333333;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #706E6F;
}
.var_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.var_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

td {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #706E6F;
	text-decoration: none;
}

/*footer link*/
.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F5F5F5;
	text-decoration: none;
}
a.footerLink:link   	{ text-decoration: none; color : #F5F5F5; }
a.footerLink:visited 	{ text-decoration: none; color : #F5F5F5; }
a.footerLink:hover		{ text-decoration: underline; color : #F5F5F5; }

/* Action link */
.actionLink, td.actionLink{
	font-size 		: 9pt;
	color 			: #706E6F;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}
a.actionLink:link   	{ text-decoration: none; color : #706E6F; }
a.actionLink:visited 	{ text-decoration: none; color : #706E6F; }
a.actionLink:hover		{ text-decoration: underline; color : #6C3A3B; }

/* Other link */
.otherLink, td.otherLink{
	font-size 		: 9pt;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	color 			: #000000;
}
a.otherLink:link   	{ text-decoration: none; color : #000000; }
a.otherLink:visited { text-decoration: none; color : #000000; }
a.otherLink:hover	{ text-decoration: underline; color : #FF6600; }

/* Subsection used in Page View */
td.stdSubSection {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #666666;
	height			: 22px;
	letter-spacing  : 1px;
}
td.fieldLabelLeft{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #777777;
	text-align		: left;
	background-color: #F7F7F7;
	padding-left	: 5px;
	padding-top		: 2px;
}
td.fieldValueLeft {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #706E6F;
	border-bottom	: 1px solid #DDDDDD;
	padding-left	: 5px;
	padding-top		: 2px;
}
/* Font Class */
.stdFont, td.stdFont{
	font-size 		: 9pt;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	letter-spacing  : 1px;
	color 			: #706E6F;
}
/* Header */
td.listHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center;
	background-color: #666666;
	height			: 22px;
	border-top		: 1px #4A2021 solid;
}
a.listHeader		{ text-decoration: none; 	color: #FFFFFF; }
a.listHeader:link   { text-decoration: underline; 	color: #FFFFFF; }
a.listHeader:visited{ text-decoration: none; 	color: #FFFFFF; }
a.listHeader:hover 	{ text-decoration: underline;	color: #FFFFFF; }

/* Alternet Color */
tr.list_A {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 5px;
	height			: 20px;
	background-color: #F5F5F5;
}

tr.list_B {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 5px;
	height			: 20px;
	background-color: #F0EEBB;
}
input.stdButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #FFFFFF;
	border			: #E0E2D4 1px solid;
	background-color: #666666;
}
/* Image Click Action */
.imgAction2 {
	cursor			: hand;
	border			: 0;
}
